Home
last modified time | relevance | path

Searched defs:Message (Results 26 – 50 of 2183) sorted by relevance

12345678910>>...88

/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/
H A Dmessage_differencer.h263 const Message& /* message1 */, const Message& /* message2 */, in ReportMoved()
271 const Message& /* message1 */, const Message& /* message2 */, in ReportMatched()
294 const Message& /* message1 */, const Message& /* message2 */, in ReportIgnored()
301 const Message& /* message1 */, const Message& /* message2 */, in ReportUnknownFieldIgnored()
316 const Message& /* message1 */, const Message& /* message2 */, in IsMatch()
347 const Message& /* message1 */, const Message& /* message2 */, in IsUnknownFieldIgnored()
/aosp_15_r20/external/protobuf/src/google/protobuf/util/
H A Dmessage_differencer.h263 const Message& /* message1 */, const Message& /* message2 */, in ReportMoved()
271 const Message& /* message1 */, const Message& /* message2 */, in ReportMatched()
294 const Message& /* message1 */, const Message& /* message2 */, in ReportIgnored()
301 const Message& /* message1 */, const Message& /* message2 */, in ReportUnknownFieldIgnored()
316 const Message& /* message1 */, const Message& /* message2 */, in IsMatch()
347 const Message& /* message1 */, const Message& /* message2 */, in IsUnknownFieldIgnored()
/aosp_15_r20/external/pigweed/pw_rpc/pwpb/
H A Dclient_reader_writer_test.cc54 call.set_on_completed([](const TestResponse::Message&, Status) {}); in TEST()
68 call.set_on_completed([](const TestStreamResponse::Message&, Status) {}); in TEST()
82 call.set_on_next([](const TestStreamResponse::Message&) {}); in TEST()
98 call.set_on_next([](const TestStreamResponse::Message&) {}); in TEST()
119 call.set_on_completed([](const TestStreamResponse::Message&, Status) {}); in TEST()
142 call.set_on_next([](const TestStreamResponse::Message&) {}); in TEST()
165 call.set_on_next([](const TestStreamResponse::Message&) {}); in TEST()
184 call.set_on_completed([](const TestResponse::Message&, Status) {}); in TEST()
205 call.set_on_completed([](const TestStreamResponse::Message&, Status) {}); in TEST()
228 call.set_on_next([](const TestStreamResponse::Message&) {}); in TEST()
[all …]
H A Dserver_reader_writer_test.cc35 Status TestUnaryRpc(const TestRequest::Message&, TestResponse::Message&) { in TestUnaryRpc()
39 void TestAnotherUnaryRpc(const TestRequest::Message&, in TestAnotherUnaryRpc()
40 PwpbUnaryResponder<TestResponse::Message>&) {} in TestAnotherUnaryRpc()
42 void TestServerStreamRpc(const TestRequest::Message&, in TestServerStreamRpc()
43 PwpbServerWriter<TestStreamResponse::Message>&) {} in TestServerStreamRpc()
46 PwpbServerReader<TestRequest::Message, TestStreamResponse::Message>&) {} in TestClientStreamRpc()
49 PwpbServerReaderWriter<TestRequest::Message, in TestBidirectionalStreamRpc()
50 TestStreamResponse::Message>&) {} in TestBidirectionalStreamRpc()
102 call.set_on_next([](const TestRequest::Message&) {}); in TEST()
116 call.set_on_next([](const TestRequest::Message&) {}); in TEST()
[all …]
H A Dmethod_lookup_test.cc35 void TestAnotherUnaryRpc(const TestRequest::Message&, in TestAnotherUnaryRpc()
36 PwpbUnaryResponder<TestResponse::Message>&) { in TestAnotherUnaryRpc()
40 void TestServerStreamRpc(const TestRequest::Message&, in TestServerStreamRpc()
41 ServerWriter<TestStreamResponse::Message>&) { in TestServerStreamRpc()
50 ServerReaderWriter<TestRequest::Message, TestStreamResponse::Message>&) { in TestBidirectionalStreamRpc()
63 Status TestUnaryRpc(const TestRequest::Message&, TestResponse::Message&) { in TestUnaryRpc()
76 ServerReader<TestRequest::Message, TestStreamResponse::Message>&) { in TestClientStreamRpc()
H A Dserver_callback_test.cc33 Status TestUnaryRpc(const TestRequest::Message&, in TestUnaryRpc()
39 Status TestAnotherUnaryRpc(const TestRequest::Message&, in TestAnotherUnaryRpc()
50 void TestServerStreamRpc(const TestRequest::Message&, in TestServerStreamRpc()
51 PwpbServerWriter<TestStreamResponse::Message>&) {} in TestServerStreamRpc()
54 PwpbServerReader<TestRequest::Message, TestStreamResponse::Message>&) {} in TestClientStreamRpc()
57 PwpbServerReaderWriter<TestRequest::Message, in TestBidirectionalStreamRpc()
58 TestStreamResponse::Message>&) {} in TestBidirectionalStreamRpc()
/aosp_15_r20/external/starlark-go/lib/proto/
H A Dproto.go358 func setFields(msg protoreflect.Message, items []starlark.Tuple) error {
377 func setField(msg protoreflect.Message, fdesc protoreflect.FieldDescriptor, value starlark.Value) e…
616 type Message struct { struct
622 func (m *Message) Message() protoreflect.ProtoMessage { return m.msg.Interface() } func
640 // unmarshalData constructs a Starlark proto.Message by decoding binary or text data.
658 func (m *Message) String() string {
702 func (m *Message) Type() string { return "proto.Message" }
703 func (m *Message) Truth() starlark.Bool { return true }
704 func (m *Message) Freeze() { *m.frozen = true }
705 …e) Hash() (h uint32, err error) { return uint32(uintptr(unsafe.Pointer(m))), nil } // identity hash
[all …]
/aosp_15_r20/external/golang-protobuf/testing/prototest/
H A Dmessage.go28 type Message struct { struct
31 Resolver interface {
39 func (test Message) Test(t testing.TB, mt protoreflect.MessageType) {
209 func testField(t testing.TB, m protoreflect.Message, fd protoreflect.FieldDescriptor) {
319 func testFieldMap(t testing.TB, m protoreflect.Message, fd protoreflect.FieldDescriptor) {
443 func testFieldList(t testing.TB, m protoreflect.Message, fd protoreflect.FieldDescriptor) {
545 func testFieldFloat(t testing.TB, m protoreflect.Message, fd protoreflect.FieldDescriptor) {
568 func testOneof(t testing.TB, m protoreflect.Message, od protoreflect.OneofDescriptor) {
596 func testUnknown(t testing.TB, m protoreflect.Message) {
729 func newValue(m protoreflect.Message, fd protoreflect.FieldDescriptor, n seed, stack []protoreflect…
[all …]
/aosp_15_r20/external/perfetto/src/tools/proto_merger/
H A Dproto_file.h65 struct Message : Member { struct
66 std::string name;
67 std::vector<Enum> enums;
68 std::vector<Message> nested_messages;
69 std::vector<Oneof> oneofs;
70 std::vector<Field> fields;
72 std::vector<Enum> deleted_enums;
73 std::vector<Message> deleted_nested_messages;
74 std::vector<Oneof> deleted_oneofs;
75 std::vector<Field> deleted_fields;
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A 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 ==()
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/ext/protozero/
H A Dproto_ring_buffer.h100 struct Message { struct
123 Message ReadMessage(); argument
/aosp_15_r20/external/perfetto/include/perfetto/ext/protozero/
H A Dproto_ring_buffer.h100 struct Message { struct
123 Message ReadMessage(); argument
/aosp_15_r20/external/golang-protobuf/cmd/protoc-gen-go/testdata/extensions/proto3/
H A Dext3.pb.go61 type Message struct { struct
62 state protoimpl.MessageState
63 sizeCache protoimpl.SizeCache
64 unknownFields protoimpl.UnknownFields
67 func (x *Message) Reset() {
76 func (x *Message) String() string {
80 func (*Message) ProtoMessage() {}
82 func (x *Message) ProtoReflect() protoreflect.Message {
95 func (*Message) Descriptor() ([]byte, []int) {
/aosp_15_r20/external/golang-protobuf/internal/filedesc/
H A Ddesc.go170 Message struct { struct
171 Base
172 L1 MessageL1
173 L2 *MessageL2 // protected by fileDesc.once
212 Message protoreflect.MessageDescriptor member
225 func (md *Message) Options() protoreflect.ProtoMessage {
231 func (md *Message) IsMapEntry() bool { return md.L1.IsMapEntry }
232 func (md *Message) Fields() protoreflect.FieldDescriptors { return &md.lazyInit().Fields }
233 func (md *Message) Oneofs() protoreflect.OneofDescriptors { return &md.lazyInit().Oneofs }
234 …c (md *Message) ReservedNames() protoreflect.Names { return &md.lazyInit().ReservedNames }
[all …]
/aosp_15_r20/frameworks/native/libs/gui/include/gui/
H A DBufferReleaseChannel.h100 struct Message : public Flattenable<Message> { struct
105 Message() = default; argument
106 Message(ReleaseCallbackId releaseCallbackId, sp<Fence> releaseFence, in Message() argument
115 size_t getFdCount() const { return releaseFence->getFdCount(); } in getFdCount()
/aosp_15_r20/external/golang-protobuf/compiler/protogen/
H A Dprotogen.go516 func newEnum(gen *Plugin, f *File, parent *Message, desc protoreflect.EnumDescriptor) *Enum {
548 func newEnumValue(gen *Plugin, f *File, message *Message, enum *Enum, desc protoreflect.EnumValueDe…
569 type Message struct { struct
570 Desc protoreflect.MessageDescriptor
572 GoIdent GoIdent // name of the generated Go type
574 Fields []*Field // message field declarations
575 Oneofs []*Oneof // message oneof declarations
577 Enums []*Enum // nested enum declarations
578 Messages []*Message // nested message declarations
579 Extensions []*Extension // nested extension declarations
[all …]
/aosp_15_r20/external/deqp/framework/delibs/decpp/
H A DdeThreadSafeRingBuffer.cpp38 struct Message struct
40 uint32_t data;
42 Message(uint16_t threadId, uint16_t payload) : data((threadId << 16) | payload) in Message() argument
46 Message(void) : data(0) in Message() argument
50 uint16_t getThreadId(void) const in getThreadId()
54 uint16_t getPayload(void) const in getPayload()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/opt/
Dpass_utils.h31 struct Message { struct
41 MessageConsumer GetTestMessageConsumer(std::vector<Message>& expected_messages); argument
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dpass_utils.h31 struct Message { struct
41 MessageConsumer GetTestMessageConsumer(std::vector<Message>& expected_messages); argument
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/opt/
H A Dpass_utils.h31 struct Message { struct
41 MessageConsumer GetTestMessageConsumer(std::vector<Message>& expected_messages); argument
/aosp_15_r20/external/golang-protobuf/testing/protocmp/
H A Dutil.go54 func FilterMessage(message proto.Message, opt cmp.Option) cmp.Option {
68 func FilterField(message proto.Message, name protoreflect.Name, opt cmp.Option) cmp.Option {
84 func FilterOneof(message proto.Message, name protoreflect.Name, opt cmp.Option) cmp.Option {
124 func IgnoreMessages(messages ...proto.Message) cmp.Option {
137 func IgnoreFields(message proto.Message, names ...protoreflect.Name) cmp.Option {
151 func IgnoreOneofs(message proto.Message, names ...protoreflect.Name) cmp.Option {
373 func isDefaultScalar(m Message, k string) bool {
628 func SortRepeatedFields(message proto.Message, names ...protoreflect.Name) cmp.Option {
/aosp_15_r20/external/protobuf/php/ext/google/protobuf/
H A Dmessage.c58 } Message; typedef
592 PHP_METHOD(Message, __construct) { in PHP_METHOD() argument
634 PHP_METHOD(Message, discardUnknownFields) { in PHP_METHOD() argument
644 PHP_METHOD(Message, clear) { in PHP_METHOD() argument
655 PHP_METHOD(Message, mergeFrom) { in PHP_METHOD() argument
696 PHP_METHOD(Message, mergeFromString) { in PHP_METHOD() argument
726 PHP_METHOD(Message, serializeToString) { in PHP_METHOD() argument
751 PHP_METHOD(Message, mergeFromJsonString) { in PHP_METHOD() argument
791 PHP_METHOD(Message, serializeToJsonString) { in PHP_METHOD() argument
845 PHP_METHOD(Message, readWrapperValue) { in PHP_METHOD() argument
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/php/ext/google/protobuf/
H A Dmessage.c58 } Message; typedef
592 PHP_METHOD(Message, __construct) { in PHP_METHOD() argument
634 PHP_METHOD(Message, discardUnknownFields) { in PHP_METHOD() argument
644 PHP_METHOD(Message, clear) { in PHP_METHOD() argument
655 PHP_METHOD(Message, mergeFrom) { in PHP_METHOD() argument
696 PHP_METHOD(Message, mergeFromString) { in PHP_METHOD() argument
726 PHP_METHOD(Message, serializeToString) { in PHP_METHOD() argument
751 PHP_METHOD(Message, mergeFromJsonString) { in PHP_METHOD() argument
791 PHP_METHOD(Message, serializeToJsonString) { in PHP_METHOD() argument
845 PHP_METHOD(Message, readWrapperValue) { in PHP_METHOD() argument
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/tungstenite/src/protocol/
Dmessage.rs141 pub fn complete(self) -> Result<Message> { in complete()
160 pub enum Message { enum
179 impl Message { impl
278 impl From<String> for Message { implementation
284 impl<'s> From<&'s str> for Message { implementation
290 impl<'b> From<&'b [u8]> for Message { implementation
296 impl From<Vec<u8>> for Message { implementation
316 impl fmt::Display for Message { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/pure/
Dmodel.rs227 pub(crate) struct Message { struct
230 /// Message fields and oneofs argument
232 /// Message reserved numbers argument
236 /// Message reserved names argument
239 pub messages: Vec<WithLoc<Message>>, argument
250 impl Message { argument
414 Message(ProtobufConstantMessage), enumerator

12345678910>>...88