| /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/skia/m133/modules/jetski/src/ |
| D | SurfaceThread.h | 28 struct Message { struct 29 MessageType fType = kUndefined; argument 34 Message() {} in Message() argument 35 Message(MessageType t) : fType(t) {} in Message() function
|
| /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() argument 45 Message(MessageType t) : fType(t) {} in Message() function
|
| /third_party/skia/m133/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/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() function 72 explicit Message (MessageType type_) in Message() argument 80 Message (MessageType type_, ANativeWindow* window) in Message() function 90 Message (MessageType type_, AInputQueue* inputQueue) in Message() function 99 Message (MessageType type_, de::Semaphore* semaphore) in Message() function
|
| /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
|
| /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 ==()
|
| /third_party/rust/rust/src/tools/clippy/tests/ |
| D | lint_message_convention.rs | 12 struct Message { struct 17 impl Message { implementation
|
| /third_party/rust/rust/src/tools/rust-analyzer/lib/lsp-server/src/ |
| D | socket.rs | 16 ) -> (Sender<Message>, Receiver<Message>, IoThreads) { in socket_transport() 23 fn make_reader(stream: TcpStream) -> (Receiver<Message>, thread::JoinHandle<io::Result<()>>) { in make_reader() 39 fn make_write(mut stream: TcpStream) -> (Sender<Message>, thread::JoinHandle<io::Result<()>>) { in make_write()
|
| D | msg.rs | 12 pub enum Message { enum 18 impl From<Request> for Message { implementation 19 fn from(request: Request) -> Message { in from() 24 impl From<Response> for Message { implementation 25 fn from(response: Response) -> Message { in from() 30 impl From<Notification> for Message { implementation 31 fn from(notification: Notification) -> Message { in from() 156 impl Message { implementation 157 pub fn read(r: &mut impl BufRead) -> io::Result<Option<Message>> { in read() 160 fn _read(r: &mut dyn BufRead) -> io::Result<Option<Message>> { in _read()
|
| /third_party/rust/rust/tests/ui/issues/ |
| D | issue-29030.rs | 4 struct Message<'a, P: 'a = &'a [u8]> { struct 5 header: &'a [u8], 6 payload: P,
|
| /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() function 47 Message (void) in Message() argument 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/rust/rust/src/tools/rustfmt/tests/source/ |
| D | const_generics.rs | 1 struct Message { struct 3 "MessageEntity" argument 5 field3: Vec< 8 field4: Vec<
|
| /third_party/rust/rust/src/tools/rustfmt/tests/target/ |
| D | const_generics.rs | 1 struct Message { struct 2 field2: Vec<"MessageEntity">, argument 3 field3: Vec<1>, 4 field4: Vec<2, 3>,
|
| /third_party/protobuf/src/google/protobuf/util/ |
| D | message_differencer.h | 258 const Message& /* message1 */, const Message& /* message2 */, in ReportMoved() 266 const Message& /* message1 */, const Message& /* message2 */, in ReportMatched() 289 const Message& /* message1 */, const Message& /* message2 */, in ReportIgnored() 296 const Message& /* message1 */, const Message& /* message2 */, in ReportUnknownFieldIgnored() 347 const Message& /* message1 */, const Message& /* message2 */, in IsUnknownFieldIgnored()
|
| /third_party/mesa3d/src/gtest/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/googletest/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/rust/rust/src/tools/rls/src/ |
| D | main.rs | 25 struct Message { struct 37 // No response, the LSP specification says that `showMessageRequest` may in run() argument 89 fn read_message<R: BufRead>(reader: &mut R) -> Result<Message, Box<dyn Error>> { in read_message()
|
| /third_party/rust/rust/tests/ui/kindck/ |
| D | kindck-send-object.rs | 7 trait Message : Send { } trait
|