/third_party/skia/tools/sk_app/android/ |
D | surface_glue_android.h | 34 struct Message { struct 35 MessageType fType = kUndefined; argument 44 Message() {} in Message() function 45 Message(MessageType t) : fType(t) {} in Message() argument
|
/third_party/skia/modules/androidkit/src/ |
D | SurfaceThread.h | 30 struct Message { struct 31 MessageType fType = kUndefined; argument 36 Message() {} in Message() argument 37 Message(MessageType t) : fType(t) {} in Message() function
|
/third_party/vk-gl-cts/framework/platform/android/ |
D | tcuAndroidRenderActivity.hpp | 57 struct Message struct 59 MessageType type; //!< Message type. 61 { 65 } payload; //!< Optional data argument. 67 Message (void) in Message() argument 72 explicit Message (MessageType type_) in Message() function 80 Message (MessageType type_, ANativeWindow* window) in Message() argument 90 Message (MessageType type_, AInputQueue* inputQueue) in Message() argument 99 Message (MessageType type_, de::Semaphore* semaphore) in Message() argument
|
/third_party/typescript/tests/baselines/reference/ |
D | discriminatedUnionTypes1.js | 70 function f1(m: Message) { 82 function f2(m: Message) { 89 function f3(m: Message) { 95 function f4(m: Message, x: "A" | "D") { 101 function f5(m: Message) { 114 function f6(m: Message) { 126 function f7(m: Message) { 135 function f8(m: Message) {
|
D | TypeGuardWithArrayUnion.js | 2 class Message { class 6 function saySize(message: Message | Message[]) { 15 function Message() { class in Message
|
D | collectionPatternNoError.js | 5 class Message { class 42 function Message() { class
|
/third_party/spirv-tools/test/opt/ |
D | pass_utils.h | 31 struct Message { struct 41 MessageConsumer GetTestMessageConsumer(std::vector<Message>& expected_messages); argument
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
D | pass_utils.h | 31 struct Message { struct 41 MessageConsumer GetTestMessageConsumer(std::vector<Message>& expected_messages); argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | pass_utils.h | 31 struct Message { struct 41 MessageConsumer GetTestMessageConsumer(std::vector<Message>& expected_messages); argument
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | ErrorMessages.cpp | 17 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 ==()
|
D | DebugTest.cpp | 192 struct Message struct 194 GLenum source; 195 GLenum type; 196 GLuint id; 197 GLenum severity; 198 std::string message; 199 const void *userParam;
|
/third_party/protobuf/src/google/protobuf/util/ |
D | message_differencer.h | 266 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/vk-gl-cts/framework/delibs/decpp/ |
D | deThreadSafeRingBuffer.cpp | 38 struct Message struct 40 deUint32 data; 42 Message (deUint16 threadId, deUint16 payload) in Message() argument 47 Message (void) in Message() function 52 deUint16 getThreadId (void) const { return (deUint16)(data >> 16); } in getThreadId() 53 deUint16 getPayload (void) const { return (deUint16)(data & 0xffff); } in getPayload()
|
D | deBlockBuffer.cpp | 40 struct Message struct 42 deUint32 data; 44 Message (deUint16 threadId, deUint16 payload) in Message() argument 49 Message (void) in Message() function 54 deUint16 getThreadId (void) const { return (deUint16)(data >> 16); } in getThreadId() 55 deUint16 getPayload (void) const { return (deUint16)(data & 0xffff); } in getPayload()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Debug.h | 94 struct Message struct 96 GLenum source; 97 GLenum type; 98 GLuint id; 99 GLenum severity; 100 std::string message;
|
/third_party/protobuf/php/ext/google/protobuf/ |
D | message.c | 57 } 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/mesa3d/src/gtest/include/gtest/ |
D | gtest-message.h | 101 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/ |
D | gtest-message.h | 105 Message(const Message& msg) : ss_(new ::std::stringstream) { // NOLINT in Message() function 110 explicit Message(const char* str) : ss_(new ::std::stringstream) { in Message() function
|
/third_party/node/deps/googletest/include/gtest/ |
D | gtest-message.h | 112 Message(const Message& msg) : ss_(new ::std::stringstream) { // NOLINT in Message() function 117 explicit Message(const char* str) : ss_(new ::std::stringstream) { in Message() function
|
/third_party/python/Lib/importlib/metadata/ |
D | _adapters.py | 8 class Message(email.message.Message): class 30 def __new__(cls, orig: email.message.Message):
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | SymbolRemappingReader.h | 71 SymbolRemappingParseError(StringRef File, int64_t Line, Twine Message) in SymbolRemappingParseError() 90 std::string Message; variable
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/ |
D | main.cc | 160 struct Message { struct 162 enum class Type { 169 explicit Message(Type ty) : type(ty) {} in Message() function 171 const Type type;
|
/third_party/protobuf/python/google/protobuf/ |
D | python_protobuf.h | 44 class Message; variable
|
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
D | status.cc | 12 std::string Status::Message() const { in Message() function in v8_crdtp::Status
|
/third_party/typescript/tests/cases/conformance/expressions/typeGuards/ |
D | TypeGuardWithArrayUnion.ts | 1 class Message { class
|