Home
last modified time | relevance | path

Searched defs:Message (Results 1 – 25 of 74) sorted by relevance

123

/third_party/flutter/skia/tools/sk_app/android/
Dsurface_glue_android.h34 struct Message { struct
35 MessageType fType = kUndefined; argument
44 Message() {} in Message() argument
45 Message(MessageType t) : fType(t) {} in Message() argument
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DErrorMessages.cpp17 struct Message struct
19 GLenum source;
20 GLenum type;
21 GLenum id;
22 GLenum severity;
23 std::string message;
24 const void *userParam;
26 inline bool operator==(Message a) in operator ==()
DDebugTest.cpp41 struct Message struct
43 GLenum source;
44 GLenum type;
45 GLuint id;
46 GLenum severity;
47 std::string message;
48 const void *userParam;
/third_party/protobuf/src/google/protobuf/util/
Dmessage_differencer.h266 const Message& /* message1 */, const Message& /* message2 */, in ReportMoved()
274 const Message& /* message1 */, const Message& /* message2 */, in ReportMatched()
297 const Message& /* message1 */, const Message& /* message2 */, in ReportIgnored()
304 const Message& /* message1 */, const Message& /* message2 */, in ReportUnknownFieldIgnored()
319 const Message& /* message1 */, const Message& /* message2 */, in IsMatch()
350 const Message& /* message1 */, const Message& /* message2 */, in IsUnknownFieldIgnored()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DDebug.h89 struct Message struct
91 GLenum source;
92 GLenum type;
93 GLuint id;
94 GLenum severity;
95 std::string message;
/third_party/protobuf/php/ext/google/protobuf/
Dmessage.c57 } Message; typedef
449 PHP_METHOD(Message, __construct) { in PHP_METHOD() argument
474 PHP_METHOD(Message, discardUnknownFields) { in PHP_METHOD() argument
484 PHP_METHOD(Message, clear) { in PHP_METHOD() argument
495 PHP_METHOD(Message, mergeFrom) { in PHP_METHOD() argument
535 PHP_METHOD(Message, mergeFromString) { in PHP_METHOD() argument
564 PHP_METHOD(Message, serializeToString) { in PHP_METHOD() argument
589 PHP_METHOD(Message, mergeFromJsonString) { in PHP_METHOD() argument
629 PHP_METHOD(Message, serializeToJsonString) { in PHP_METHOD() argument
683 PHP_METHOD(Message, readWrapperValue) { in PHP_METHOD() argument
[all …]
/third_party/boringssl/src/third_party/googletest/include/gtest/
Dgtest-message.h101 Message(const Message& msg) : ss_(new ::std::stringstream) { // NOLINT in Message() function
106 explicit Message(const char* str) : ss_(new ::std::stringstream) { in Message() function
/third_party/googletest/googletest/include/gtest/
Dgtest-message.h100 Message(const Message& msg) : ss_(new ::std::stringstream) { // NOLINT in Message() function
105 explicit Message(const char* str) : ss_(new ::std::stringstream) { in Message() function
/third_party/protobuf/python/google/protobuf/
Dpython_protobuf.h44 class Message; variable
/third_party/boost/libs/asio/example/cpp11/executors/
Dactor.cpp53 mf_message_handler(void (Actor::* mf)(Message, actor_address), Actor* a) in mf_message_handler()
71 bool is_function(void (Actor::* mf)(Message, actor_address)) const in is_function()
116 void register_handler(void (Actor::* mf)(Message, actor_address)) in register_handler()
125 void deregister_handler(void (Actor::* mf)(Message, actor_address)) in deregister_handler()
/third_party/boost/libs/asio/example/cpp14/executors/
Dactor.cpp53 mf_message_handler(void (Actor::* mf)(Message, actor_address), Actor* a) in mf_message_handler()
71 bool is_function(void (Actor::* mf)(Message, actor_address)) const in is_function()
116 void register_handler(void (Actor::* mf)(Message, actor_address)) in register_handler()
125 void deregister_handler(void (Actor::* mf)(Message, actor_address)) in deregister_handler()
/third_party/boost/doc/html/boost_asio/example/cpp11/executors/
Dactor.cpp53 mf_message_handler(void (Actor::* mf)(Message, actor_address), Actor* a) in mf_message_handler()
71 bool is_function(void (Actor::* mf)(Message, actor_address)) const in is_function()
116 void register_handler(void (Actor::* mf)(Message, actor_address)) in register_handler()
125 void deregister_handler(void (Actor::* mf)(Message, actor_address)) in deregister_handler()
/third_party/protobuf/python/google/protobuf/pyext/
Drepeated_composite_container.h49 class Message; variable
Dextension_dict.h46 class Message; variable
Dmap_container.h45 class Message; variable
/third_party/protobuf/src/google/protobuf/compiler/
Dsubprocess.h54 class Message; variable
/third_party/protobuf/src/google/protobuf/
Dservice.h125 class Message; // message.h variable
Dany.h46 class Message; variable
Dmessage.h140 class Message; variable
230 inline Message() {} in Message() function
362 inline explicit Message(Arena* arena) : MessageLite(arena) {} in Message() function
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DMapEntry.php36 use Google\Protobuf\Internal\Message; alias
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldType.cs83 Message, enumerator
/third_party/protobuf/php/src/Google/Protobuf/
DAny.php8 use Google\Protobuf\Internal\Message; alias
/third_party/flutter/skia/src/core/
DSkMessageBus.h62 #define DECLARE_SKMESSAGEBUS_MESSAGE(Message) \ argument
/third_party/grpc/src/proto/grpc/binary_log/v1alpha/
Dlog.proto80 message Message { message
/third_party/flutter/engine/flutter/fml/
Dmessage.h40 class Message; variable

123