This is the complete list of members for flutter::MethodResultFunctions< T >, including all inherited members.
| Error(const std::string &error_code, const std::string &error_message, const T &error_details) | flutter::MethodResult< T > | inline |
| Error(const std::string &error_code, const std::string &error_message="") | flutter::MethodResult< T > | inline |
| ErrorInternal(const std::string &error_code, const std::string &error_message, const T *error_details) override | flutter::MethodResultFunctions< T > | inlineprotectedvirtual |
| MethodResult()=default | flutter::MethodResult< T > | |
| MethodResult(MethodResult const &)=delete | flutter::MethodResult< T > | |
| MethodResultFunctions(ResultHandlerSuccess< T > on_success, ResultHandlerError< T > on_error, ResultHandlerNotImplemented< T > on_not_implemented) | flutter::MethodResultFunctions< T > | inline |
| MethodResultFunctions(MethodResultFunctions const &)=delete | flutter::MethodResultFunctions< T > | |
| NotImplemented() | flutter::MethodResult< T > | inline |
| NotImplementedInternal() override | flutter::MethodResultFunctions< T > | inlineprotectedvirtual |
| operator=(MethodResultFunctions const &)=delete | flutter::MethodResultFunctions< T > | |
| flutter::MethodResult::operator=(MethodResult const &)=delete | flutter::MethodResult< T > | |
| Success(const T &result) | flutter::MethodResult< T > | inline |
| Success() | flutter::MethodResult< T > | inline |
| SuccessInternal(const T *result) override | flutter::MethodResultFunctions< T > | inlineprotectedvirtual |
| ~MethodResult()=default | flutter::MethodResult< T > | virtual |
| ~MethodResultFunctions()=default | flutter::MethodResultFunctions< T > | virtual |