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) const | flutter::MethodCodec< T > | inline |
DecodeAndProcessResponseEnvelopeInternal(const uint8_t *response, size_t response_size, MethodResult< T > *result) const =0 | flutter::MethodCodec< T > | protectedpure virtual |
DecodeMethodCall(const uint8_t *message, size_t message_size) const | flutter::MethodCodec< T > | inline |
DecodeMethodCall(const std::vector< uint8_t > &message) const | flutter::MethodCodec< T > | inline |
DecodeMethodCallInternal(const uint8_t *message, size_t message_size) const =0 | flutter::MethodCodec< T > | protectedpure virtual |
EncodeErrorEnvelope(const std::string &error_code, const std::string &error_message="", const T *error_details=nullptr) const | flutter::MethodCodec< T > | inline |
EncodeErrorEnvelopeInternal(const std::string &error_code, const std::string &error_message, const T *error_details) const =0 | flutter::MethodCodec< T > | protectedpure virtual |
EncodeMethodCall(const MethodCall< T > &method_call) const | flutter::MethodCodec< T > | inline |
EncodeMethodCallInternal(const MethodCall< T > &method_call) const =0 | flutter::MethodCodec< T > | protectedpure virtual |
EncodeSuccessEnvelope(const T *result=nullptr) const | flutter::MethodCodec< T > | inline |
EncodeSuccessEnvelopeInternal(const T *result) const =0 | flutter::MethodCodec< T > | protectedpure virtual |
MethodCodec()=default | flutter::MethodCodec< T > | |
MethodCodec(MethodCodec< T > const &)=delete | flutter::MethodCodec< T > | |
operator=(MethodCodec< T > const &)=delete | flutter::MethodCodec< T > | |
~MethodCodec()=default | flutter::MethodCodec< T > | virtual |