/aosp_15_r20/external/perfetto/src/protozero/filtering/ |
H A D | filter_util.h | 93 struct Message { struct 101 Message* nested_type = nullptr; argument 117 using DescriptorsByNameMap = std::map<std::string, Message*>; argument
|
/aosp_15_r20/external/golang-protobuf/cmd/protoc-gen-go/testdata/extensions/ext/ |
H A D | ext.pb.go | 72 type Message struct { struct 73 state protoimpl.MessageState 74 sizeCache protoimpl.SizeCache 75 unknownFields protoimpl.UnknownFields 77 Data []byte `protobuf:"bytes,1,opt,name=data" json:"data,omitempty"` 80 func (x *Message) Reset() { 89 func (x *Message) String() string { 93 func (*Message) ProtoMessage() {} 95 func (x *Message) ProtoReflect() protoreflect.Message { 108 func (*Message) Descriptor() ([]byte, []int) { [all …]
|
/aosp_15_r20/external/openthread/examples/platforms/simulation/ |
H A D | infra_if.c | 57 typedef struct Message struct 64 } Message; argument
|
/aosp_15_r20/external/deqp/framework/delibs/decpp/ |
H A D | deBlockBuffer.cpp | 40 struct Message struct 42 uint32_t data; 44 Message(uint16_t threadId, uint16_t payload) : data((threadId << 16) | payload) in Message() function 48 Message(void) : data(0) in Message() argument 52 uint16_t getThreadId(void) const in getThreadId() 56 uint16_t getPayload(void) const in getPayload()
|
/aosp_15_r20/external/rust/android-crates-io/crates/tower/src/buffer/ |
D | message.rs | 6 pub(crate) struct Message<Request, Fut> { struct 7 pub(crate) request: Request, 8 pub(crate) tx: Tx<Fut>, 9 pub(crate) span: tracing::Span, 10 pub(super) _permit: OwnedSemaphorePermit,
|
/aosp_15_r20/external/aws-sdk-java-v2/services/ec2instanceconnect/src/main/resources/codegen-resources/ |
H A D | service-2.json | 63 "Message":{"shape":"String"} object 77 "Message":{"shape":"String"} object 85 "Message":{"shape":"String"} object 93 "Message":{"shape":"String"} object 101 "Message":{"shape":"String"} object 121 "Message":{"shape":"String"} object 208 "Message":{"shape":"String"} object 216 "Message":{"shape":"String"} object 224 "Message":{"shape":"String"} object 238 "Message":{"shape":"String"} object [all …]
|
/aosp_15_r20/external/pigweed/pw_rpc/pwpb/ |
H A D | client_server_context_threaded_test.cc | 57 static void TestServerStreamRpc(const TestRequest::Message&, in TestServerStreamRpc() 58 ServerWriter<TestStreamResponse::Message>&) {} in TestServerStreamRpc() 61 ServerReader<TestRequest::Message, TestStreamResponse::Message>&) {} in TestClientStreamRpc() 64 ServerReaderWriter<TestRequest::Message, TestStreamResponse::Message>&) {} in TestBidirectionalStreamRpc() 82 [this](const TestResponse::Message&, Status status) { in BlockOnResponse()
|
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | Debug.h | 97 struct Message struct 99 GLenum source; 100 GLenum type; 101 GLuint id; 102 GLenum severity; 103 std::string message;
|
/aosp_15_r20/external/libbrillo/brillo/dbus/ |
H A D | dbus_object.h | 206 const base::Callback<bool(ErrorPtr*, ::dbus::Message*, Args...)>& in AddSimpleMethodHandlerWithErrorAndMessage() 218 bool (*handler)(ErrorPtr*, ::dbus::Message*, Args...)) { in AddSimpleMethodHandlerWithErrorAndMessage() 230 bool (Class::*handler)(ErrorPtr*, ::dbus::Message*, Args...)) { in AddSimpleMethodHandlerWithErrorAndMessage() 240 bool (Class::*handler)(ErrorPtr*, ::dbus::Message*, Args...) const) { in AddSimpleMethodHandlerWithErrorAndMessage() 304 std::unique_ptr<Response>, ::dbus::Message*, Args...)>& handler) { in AddMethodHandlerWithMessage() 316 void (*handler)(std::unique_ptr<Response>, ::dbus::Message*, Args...)) { in AddMethodHandlerWithMessage() 333 ::dbus::Message*, in AddMethodHandlerWithMessage() 350 ::dbus::Message*, in AddMethodHandlerWithMessage()
|
/aosp_15_r20/external/golang-protobuf/proto/ |
H A D | extension.go | 13 func HasExtension(m Message, xt protoreflect.ExtensionType) bool { 31 func ClearExtension(m Message, xt protoreflect.ExtensionType) { 39 func GetExtension(m Message, xt protoreflect.ExtensionType) interface{} { 51 func SetExtension(m Message, xt protoreflect.ExtensionType, v interface{}) { 78 func RangeExtensions(m Message, f func(protoreflect.ExtensionType, interface{}) bool) {
|
/aosp_15_r20/external/perfetto/src/tools/proto_merger/ |
H A D | allowlist.h | 37 struct Message { struct 38 std::set<std::string> enums; 39 std::map<std::string, Oneof> oneofs; 40 std::set<int> fields; 44 std::map<std::string, Message> nested_messages;
|
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/system/core/libutils/include/utils/ |
D | Looper.h | 54 struct Message { struct 55 Message() : what(0) { } in Message() argument 56 Message(int w) : what(w) { } in Message() argument 79 virtual void handleMessage(const Message& message) = 0; argument
|
/aosp_15_r20/prebuilts/vndk/v30/arm/include/system/core/libutils/include/utils/ |
D | Looper.h | 52 struct Message { struct 53 Message() : what(0) { } in Message() argument 54 Message(int w) : what(w) { } in Message() argument 77 virtual void handleMessage(const Message& message) = 0; argument
|
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/system/core/libutils/include/utils/ |
D | Looper.h | 52 struct Message { struct 53 Message() : what(0) { } in Message() function 54 Message(int w) : what(w) { } in Message() argument 77 virtual void handleMessage(const Message& message) = 0; argument
|
/aosp_15_r20/prebuilts/vndk/v32/arm/include/system/core/libutils/include/utils/ |
D | Looper.h | 54 struct Message { struct 55 Message() : what(0) { } in Message() function 56 Message(int w) : what(w) { } in Message() function 79 virtual void handleMessage(const Message& message) = 0; argument
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/system/core/libutils/include/utils/ |
D | Looper.h | 55 struct Message { struct 56 Message() : what(0) { } in Message() function 57 Message(int w) : what(w) { } in Message() argument 80 virtual void handleMessage(const Message& message) = 0; argument
|
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/system/core/libutils/include/utils/ |
D | Looper.h | 54 struct Message { struct 55 Message() : what(0) { } in Message() argument 56 Message(int w) : what(w) { } in Message() function 79 virtual void handleMessage(const Message& message) = 0; argument
|
/aosp_15_r20/prebuilts/vndk/v31/x86/include/system/core/libutils/include/utils/ |
D | Looper.h | 54 struct Message { struct 55 Message() : what(0) { } in Message() function 56 Message(int w) : what(w) { } in Message() argument 79 virtual void handleMessage(const Message& message) = 0; argument
|
/aosp_15_r20/prebuilts/vndk/v32/x86/include/system/core/libutils/include/utils/ |
D | Looper.h | 54 struct Message { struct 55 Message() : what(0) { } in Message() function 56 Message(int w) : what(w) { } in Message() function 79 virtual void handleMessage(const Message& message) = 0; argument
|
/aosp_15_r20/prebuilts/vndk/v34/arm/include/system/core/libutils/include/utils/ |
D | Looper.h | 55 struct Message { struct 56 Message() : what(0) { } in Message() function 57 Message(int w) : what(w) { } in Message() function 80 virtual void handleMessage(const Message& message) = 0; argument
|
/aosp_15_r20/prebuilts/vndk/v31/arm/include/system/core/libutils/include/utils/ |
D | Looper.h | 54 struct Message { struct 55 Message() : what(0) { } in Message() argument 56 Message(int w) : what(w) { } in Message() argument 79 virtual void handleMessage(const Message& message) = 0; argument
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/system/core/libutils/include/utils/ |
D | Looper.h | 52 struct Message { struct 53 Message() : what(0) { } in Message() argument 54 Message(int w) : what(w) { } in Message() argument 77 virtual void handleMessage(const Message& message) = 0; argument
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/system/core/libutils/include/utils/ |
D | Looper.h | 55 struct Message { struct 56 Message() : what(0) { } in Message() argument 57 Message(int w) : what(w) { } in Message() argument 80 virtual void handleMessage(const Message& message) = 0; argument
|
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/system/core/libutils/include/utils/ |
D | Looper.h | 54 struct Message { struct 55 Message() : what(0) { } in Message() function 56 Message(int w) : what(w) { } in Message() argument 79 virtual void handleMessage(const Message& message) = 0; argument
|
/aosp_15_r20/system/core/libutils/include/utils/ |
H A D | Looper.h | 55 struct Message { struct 56 Message() : what(0) { } in Message() argument 57 Message(int w) : what(w) { } in Message() function 80 virtual void handleMessage(const Message& message) = 0; argument
|