Home
last modified time | relevance | path

Searched defs:Message (Results 51 – 75 of 2183) sorted by relevance

12345678910>>...88

/aosp_15_r20/external/perfetto/src/protozero/filtering/
H A Dfilter_util.h93 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 Dext.pb.go72 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 Dinfra_if.c57 typedef struct Message struct
64 } Message; argument
/aosp_15_r20/external/deqp/framework/delibs/decpp/
H A DdeBlockBuffer.cpp40 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/
Dmessage.rs6 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 Dservice-2.json63 "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 Dclient_server_context_threaded_test.cc57 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 DDebug.h97 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 Ddbus_object.h206 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 Dextension.go13 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 Dallowlist.h37 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/
DLooper.h54 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/
DLooper.h52 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/
DLooper.h52 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/
DLooper.h54 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/
DLooper.h55 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/
DLooper.h54 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/
DLooper.h54 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/
DLooper.h54 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/
DLooper.h55 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/
DLooper.h54 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/
DLooper.h52 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/
DLooper.h55 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/
DLooper.h54 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 DLooper.h55 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

12345678910>>...88