Home
last modified time | relevance | path

Searched defs:GetMessage (Results 1 – 18 of 18) sorted by relevance

/external/libbrillo/brillo/errors/
Derror.h58 const std::string& GetMessage() const { return message_; } in GetMessage() function
/external/openthread/src/core/common/
Dappender.hpp145 Message &GetMessage(void) { return *mShared.mMessage.mMessage; } in GetMessage() function in ot::Appender
/external/ot-br-posix/src/dbus/server/
Ddbus_request.hpp102 DBusMessage *GetMessage(void) { return mMessage; } in GetMessage() function in otbr::DBus::DBusRequest
/external/image_io/includes/image_io/base/
Ddata_match_result.h53 const Message& GetMessage() const { return message_; } in GetMessage() function
/external/tflite-support/tensorflow_lite_support/codegen/
Dutils.cc43 std::string ErrorReporter::GetMessage() { in GetMessage() function in tflite::support::codegen::ErrorReporter
/external/flatbuffers/include/flatbuffers/
Dgrpc.h225 template<class T> Message<T> GetMessage() { in GetMessage() function
/external/protobuf/src/google/protobuf/
Dextension_set_heavy.cc126 const MessageLite& ExtensionSet::GetMessage(int number, in GetMessage() function in google::protobuf::internal::ExtensionSet
Dgenerated_message_reflection.cc879 Message* GetMessage() const { in SwapOneofField() function
1983 const Message& Reflection::GetMessage(const Message& message, in Swap() function in google::protobuf::Reflection
Dextension_set.cc602 const MessageLite& ExtensionSet::GetMessage( in GetMessage() function in google::protobuf::internal::ExtensionSet
/external/cronet/third_party/protobuf/src/google/protobuf/
Dextension_set_heavy.cc127 const MessageLite& ExtensionSet::GetMessage(int number, in GetMessage() function in google::protobuf::internal::ExtensionSet
Dgenerated_message_reflection.cc875 Message* GetMessage() const { in SwapOneofField() function
1979 const Message& Reflection::GetMessage(const Message& message, in Swap() function in google::protobuf::Reflection
Dextension_set.cc622 const MessageLite& ExtensionSet::GetMessage( in GetMessage() function in google::protobuf::internal::ExtensionSet
/external/llvm/lib/Support/
DSourceMgr.cpp135 SMDiagnostic SourceMgr::GetMessage(SMLoc Loc, SourceMgr::DiagKind Kind, in GetMessage() function in SourceMgr
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DSourceMgr.cpp163 SMDiagnostic SourceMgr::GetMessage(SMLoc Loc, SourceMgr::DiagKind Kind, in GetMessage() function in SourceMgr
/external/cronet/base/win/
Dwindows_types.h364 #define GetMessage GetMessageW macro
/external/openthread/src/core/coap/
Dcoap_message.hpp1146 const Message &GetMessage(void) const { return *static_cast<const Message *>(mMessage); } in GetMessage() function in ot::Coap::Option::Iterator
/external/libchrome/mojo/core/ports/
Dnode.cc314 int Node::GetMessage(const PortRef& port_ref, in GetMessage() function in mojo::core::ports::Node
/external/cronet/net/server/
Dhttp_server_unittest.cc309 std::string GetMessage() { return messages_.Take(); } in GetMessage() function in net::__anon91253db50211::WebSocketAcceptingTest