Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
flutter::MethodCodec< T > Member List

This is the complete list of members for flutter::MethodCodec< T >, including all inherited members.

DecodeAndProcessResponseEnvelope(const uint8_t *response, size_t response_size, MethodResult< T > *result) constflutter::MethodCodec< T >inline
DecodeAndProcessResponseEnvelopeInternal(const uint8_t *response, size_t response_size, MethodResult< T > *result) const =0flutter::MethodCodec< T >protectedpure virtual
DecodeMethodCall(const uint8_t *message, size_t message_size) constflutter::MethodCodec< T >inline
DecodeMethodCall(const std::vector< uint8_t > &message) constflutter::MethodCodec< T >inline
DecodeMethodCallInternal(const uint8_t *message, size_t message_size) const =0flutter::MethodCodec< T >protectedpure virtual
EncodeErrorEnvelope(const std::string &error_code, const std::string &error_message="", const T *error_details=nullptr) constflutter::MethodCodec< T >inline
EncodeErrorEnvelopeInternal(const std::string &error_code, const std::string &error_message, const T *error_details) const =0flutter::MethodCodec< T >protectedpure virtual
EncodeMethodCall(const MethodCall< T > &method_call) constflutter::MethodCodec< T >inline
EncodeMethodCallInternal(const MethodCall< T > &method_call) const =0flutter::MethodCodec< T >protectedpure virtual
EncodeSuccessEnvelope(const T *result=nullptr) constflutter::MethodCodec< T >inline
EncodeSuccessEnvelopeInternal(const T *result) const =0flutter::MethodCodec< T >protectedpure virtual
MethodCodec()=defaultflutter::MethodCodec< T >
MethodCodec(MethodCodec< T > const &)=deleteflutter::MethodCodec< T >
operator=(MethodCodec< T > const &)=deleteflutter::MethodCodec< T >
~MethodCodec()=defaultflutter::MethodCodec< T >virtual