Home
last modified time | relevance | path

Searched refs:ProtoMessage (Results 1 – 25 of 157) sorted by relevance

1234567

/external/golang-protobuf/internal/descopts/
Doptions.go20 File pref.ProtoMessage
21 Enum pref.ProtoMessage
22 EnumValue pref.ProtoMessage
23 Message pref.ProtoMessage
24 Field pref.ProtoMessage
25 Oneof pref.ProtoMessage
26 ExtensionRange pref.ProtoMessage
27 Service pref.ProtoMessage
28 Method pref.ProtoMessage
/external/perfetto/include/perfetto/ext/ipc/
Ddeferred.h71 std::function<void(AsyncResult<ProtoMessage>)> callback = nullptr);
80 void Bind(std::function<void(AsyncResult<ProtoMessage>)> callback);
82 void Resolve(AsyncResult<ProtoMessage>);
90 std::function<void(AsyncResult<ProtoMessage>)> callback_;
116 AsyncResult<ProtoMessage> async_result_base) { in Bind()
118 static_assert(std::is_base_of<ProtoMessage, T>::value, "T:ProtoMessage"); in Bind()
130 AsyncResult<ProtoMessage> async_result_base( in Resolve()
131 std::unique_ptr<ProtoMessage>(async_result.release_msg()), in Resolve()
Dcodegen_helpers.h30 ::std::unique_ptr<::perfetto::ipc::ProtoMessage> _IPC_Decoder( in _IPC_Decoder()
32 ::std::unique_ptr<::perfetto::ipc::ProtoMessage> msg(new T()); in _IPC_Decoder()
47 const ::perfetto::ipc::ProtoMessage& req, in _IPC_Invoker()
Dservice_descriptor.h45 using DecoderFunc = std::unique_ptr<ProtoMessage> (*)(const std::string&);
56 const ProtoMessage& /* request_args */,
/external/golang-protobuf/internal/impl/
Dapi_export.go87 type legacyMessageWrapper struct{ m protoreflect.ProtoMessage }
91 func (m legacyMessageWrapper) ProtoMessage() {} func
103 case protoreflect.ProtoMessage:
110 func (Export) protoMessageV2Of(m message) protoreflect.ProtoMessage {
114 case protoreflect.ProtoMessage:
127 func (Export) ProtoMessageV2Of(m message) protoreflect.ProtoMessage {
175 func (Export) MessageStringOf(m protoreflect.ProtoMessage) string {
Dweak.go20 func (w weakFields) get(num protoreflect.FieldNumber) (protoreflect.ProtoMessage, bool) {
25 func (w *weakFields) set(num protoreflect.FieldNumber, m protoreflect.ProtoMessage) { argument
45 …w WeakFields, num protoreflect.FieldNumber, name protoreflect.FullName) protoreflect.ProtoMessage {
56 …eakFields, num protoreflect.FieldNumber, name protoreflect.FullName, m protoreflect.ProtoMessage) { argument
/external/golang-protobuf/internal/filetype/
Dbuild.go185 descopts.File = messageGoTypes[i].(protoreflect.ProtoMessage)
187 descopts.Enum = messageGoTypes[i].(protoreflect.ProtoMessage)
189 descopts.EnumValue = messageGoTypes[i].(protoreflect.ProtoMessage)
191 descopts.Message = messageGoTypes[i].(protoreflect.ProtoMessage)
193 descopts.Field = messageGoTypes[i].(protoreflect.ProtoMessage)
195 descopts.Oneof = messageGoTypes[i].(protoreflect.ProtoMessage)
197 descopts.ExtensionRange = messageGoTypes[i].(protoreflect.ProtoMessage)
199 descopts.Service = messageGoTypes[i].(protoreflect.ProtoMessage)
201 descopts.Method = messageGoTypes[i].(protoreflect.ProtoMessage)
/external/perfetto/src/ipc/
Ddeferred.cc26 std::function<void(AsyncResult<ProtoMessage>)> callback) in DeferredBase()
54 std::function<void(AsyncResult<ProtoMessage>)> callback) { in Bind()
62 void DeferredBase::Resolve(AsyncResult<ProtoMessage> async_result) { in Resolve()
75 Resolve(AsyncResult<ProtoMessage>()); in Reject()
Dhost_impl_unittest.cc56 const ProtoMessage& req, in Invoker()
62 static std::unique_ptr<ProtoMessage> RequestDecoder( in RequestDecoder()
64 std::unique_ptr<ProtoMessage> reply(new RequestProto()); in RequestDecoder()
119 const ProtoMessage& args, in InvokeMethod()
281 reply->Resolve(AsyncResult<ProtoMessage>( in TEST_F()
282 std::unique_ptr<ProtoMessage>(reply_args.release()))); in TEST_F()
319 reply->Resolve(AsyncResult<ProtoMessage>( in TEST_F()
320 std::unique_ptr<ProtoMessage>(reply_args.release()))); in TEST_F()
367 auto async_res = AsyncResult<ProtoMessage>( in TEST_F()
368 std::unique_ptr<ProtoMessage>(reply_args.release())); in TEST_F()
[all …]
Dclient_impl_unittest.cc59 std::unique_ptr<ProtoMessage> reply(new ReplyProto()); in GetDescriptor()
278 Deferred<ProtoMessage> deferred_reply( in TEST_F()
279 [on_invoke_reply](AsyncResult<ProtoMessage> reply) { in TEST_F()
288 Deferred<ProtoMessage> deferred_reply2( in TEST_F()
289 [on_invalid_invoke](AsyncResult<ProtoMessage> reply) { in TEST_F()
322 Deferred<ProtoMessage> no_callback; in TEST_F()
358 Deferred<ProtoMessage> deferred_reply( in TEST_F()
359 [on_last_reply, &replies_seen](AsyncResult<ProtoMessage> reply) { in TEST_F()
401 Deferred<ProtoMessage> deferred_reply( in TEST_F()
402 [on_reply](AsyncResult<ProtoMessage> reply) { in TEST_F()
[all …]
Dservice_proxy.cc49 const ProtoMessage& request, in BeginInvoke()
83 std::unique_ptr<ProtoMessage> result, in EndInvoke()
94 AsyncResult<ProtoMessage> reply(std::move(result), has_more); in EndInvoke()
/external/golang-protobuf/internal/filedesc/
Ddesc.go56 Options func() protoreflect.ProtoMessage
69 func (fd *File) Options() protoreflect.ProtoMessage {
122 Options func() protoreflect.ProtoMessage
133 Options func() protoreflect.ProtoMessage
138 func (ed *Enum) Options() protoreflect.ProtoMessage {
159 func (ed *EnumValue) Options() protoreflect.ProtoMessage {
183 Options func() protoreflect.ProtoMessage
190 ExtensionRangeOptions []func() protoreflect.ProtoMessage // must be same length as ExtensionRanges
198 Options func() protoreflect.ProtoMessage
220 Options func() protoreflect.ProtoMessage
[all …]
Dplaceholder.go40 func (f PlaceholderFile) Options() protoreflect.ProtoMessage { return descopts.File }
62 func (e PlaceholderEnum) Options() protoreflect.ProtoMessage { return descopts.Enum }
79 func (e PlaceholderEnumValue) Options() protoreflect.ProtoMessage { return descopts.EnumVal…
94 func (m PlaceholderMessage) Options() protoreflect.ProtoMessage { return descopts.Message }
102 func (m PlaceholderMessage) ExtensionRangeOptions(int) protoreflect.ProtoMessage {
/external/golang-protobuf/internal/testprotos/required/
Drequired.pb.go38 func (*Int32) ProtoMessage() {} func
85 func (*Int64) ProtoMessage() {} func
132 func (*Uint32) ProtoMessage() {} func
179 func (*Uint64) ProtoMessage() {} func
226 func (*Sint32) ProtoMessage() {} func
273 func (*Sint64) ProtoMessage() {} func
320 func (*Fixed32) ProtoMessage() {} func
367 func (*Fixed64) ProtoMessage() {} func
414 func (*Float) ProtoMessage() {} func
461 func (*Double) ProtoMessage() {} func
[all …]
/external/golang-protobuf/reflect/protodesc/
Ddesc_init.go29 e.L2.Options = func() protoreflect.ProtoMessage { return opts }
56 v.L1.Options = func() protoreflect.ProtoMessage { return opts }
73 m.L2.Options = func() protoreflect.ProtoMessage { return opts }
91 var optsFunc func() protoreflect.ProtoMessage
94 optsFunc = func() protoreflect.ProtoMessage { return opts }
127 f.L1.Options = func() protoreflect.ProtoMessage { return opts }
153 o.L1.Options = func() protoreflect.ProtoMessage { return opts }
169 x.L2.Options = func() protoreflect.ProtoMessage { return opts }
194 s.L2.Options = func() protoreflect.ProtoMessage { return opts }
212 m.L1.Options = func() protoreflect.ProtoMessage { return opts }
/external/golang-protobuf/internal/testprotos/benchmarks/datasets/google_message3/
Dbenchmark_message3_7.pb.go62 func (*Message11018) ProtoMessage() {} func
105 func (*Message10800) ProtoMessage() {} func
171 func (*Message10802) ProtoMessage() {} func
214 func (*Message10748) ProtoMessage() {} func
283 func (*Message7966) ProtoMessage() {} func
342 func (*Message708) ProtoMessage() {} func
422 func (*Message8942) ProtoMessage() {} func
463 func (*Message11011) ProtoMessage() {} func
515 func (*UnusedEmptyMessage) ProtoMessage() {} func
555 func (*Message741) ProtoMessage() {} func
Dbenchmark_message3_4.pb.go64 func (*Message24346) ProtoMessage() {} func
104 func (*Message24401) ProtoMessage() {} func
151 func (*Message24402) ProtoMessage() {} func
215 func (*Message24379) ProtoMessage() {} func
382 func (*Message27358) ProtoMessage() {} func
445 func (*Message34381) ProtoMessage() {} func
561 func (*Message34619) ProtoMessage() {} func
683 func (*Message730) ProtoMessage() {} func
957 func (*Message33958) ProtoMessage() {} func
1029 func (*Message6637) ProtoMessage() {} func
[all …]
Dbenchmark_message3_5.pb.go64 func (*Message24377) ProtoMessage() {} func
102 func (*Message24378) ProtoMessage() {} func
146 func (*Message24400) ProtoMessage() {} func
219 func (*Message24380) ProtoMessage() {} func
257 func (*Message24381) ProtoMessage() {} func
300 func (*Message719) ProtoMessage() {} func
377 func (*Message728) ProtoMessage() {} func
486 func (*Message704) ProtoMessage() {} func
611 func (*Message697) ProtoMessage() {} func
902 func (*Message0) ProtoMessage() {} func
[all …]
/external/golang-protobuf/types/known/wrapperspb/
Dwrappers.pb.go83 func (*DoubleValue) ProtoMessage() {} func
139 func (*FloatValue) ProtoMessage() {} func
195 func (*Int64Value) ProtoMessage() {} func
251 func (*UInt64Value) ProtoMessage() {} func
307 func (*Int32Value) ProtoMessage() {} func
363 func (*UInt32Value) ProtoMessage() {} func
419 func (*BoolValue) ProtoMessage() {} func
475 func (*StringValue) ProtoMessage() {} func
531 func (*BytesValue) ProtoMessage() {} func
/external/golang-protobuf/internal/testprotos/benchmarks/datasets/google_message4/
Dbenchmark_message4_2.pb.go69 func (*Message12774) ProtoMessage() {} func
152 func (*Message12796) ProtoMessage() {} func
210 func (*Message12821) ProtoMessage() {} func
292 func (*Message12820) ProtoMessage() {} func
393 func (*Message12819) ProtoMessage() {} func
479 func (*Message12818) ProtoMessage() {} func
560 func (*Message10319) ProtoMessage() {} func
650 func (*Message6578) ProtoMessage() {} func
722 func (*Message6126) ProtoMessage() {} func
900 func (*Message5881) ProtoMessage() {} func
[all …]
/external/skia/bazel/exporter/build_proto/analysis_v2/
Danalysis_v2.pb.go67 func (*ActionGraphContainer) ProtoMessage() {} func
173 func (*Artifact) ProtoMessage() {} func
283 func (*Action) ProtoMessage() {} func
450 func (*Target) ProtoMessage() {} func
515 func (*RuleClass) ProtoMessage() {} func
580 func (*AspectDescriptor) ProtoMessage() {} func
647 func (*DepSetOfFiles) ProtoMessage() {} func
718 func (*Configuration) ProtoMessage() {} func
796 func (*KeyValuePair) ProtoMessage() {} func
862 func (*ConfiguredTarget) ProtoMessage() {} func
[all …]
/external/golang-protobuf/cmd/protoc-gen-go/testdata/comments/
Dcomments.pb.go108 func (*Message1) ProtoMessage() {} func
179 func (*Message2) ProtoMessage() {} func
218 func (*Message1_Message1A) ProtoMessage() {} func
257 func (*Message1_Message1B) ProtoMessage() {} func
296 func (*Message2_Message2A) ProtoMessage() {} func
335 func (*Message2_Message2B) ProtoMessage() {} func
/external/golang-protobuf/internal/testprotos/textpb2/
Dtest.pb.go180 func (*Scalars) ProtoMessage() {} func
329 func (*Enums) ProtoMessage() {} func
406 func (*Repeats) ProtoMessage() {} func
511 func (*Maps) ProtoMessage() {} func
567 func (*Nested) ProtoMessage() {} func
625 func (*Nests) ProtoMessage() {} func
699 func (*Requireds) ProtoMessage() {} func
783 func (*PartialRequired) ProtoMessage() {} func
837 func (*NestedWithRequired) ProtoMessage() {} func
890 func (*IndirectRequired) ProtoMessage() {} func
[all …]
/external/skia/bazel/exporter/build_proto/build/
Dbuild.pb.go414 func (*License) ProtoMessage() {} func
469 func (*StringDictEntry) ProtoMessage() {} func
524 func (*LabelDictUnaryEntry) ProtoMessage() {} func
579 func (*LabelListDictEntry) ProtoMessage() {} func
634 func (*LabelKeyedStringDictEntry) ProtoMessage() {} func
689 func (*StringListDictEntry) ProtoMessage() {} func
770 func (*FilesetEntry) ProtoMessage() {} func
926 func (*Attribute) ProtoMessage() {} func
1140 func (*Rule) ProtoMessage() {} func
1273 func (*ConfiguredRuleInput) ProtoMessage() {} func
[all …]
/external/golang-protobuf/proto/
Dmethods_test.go30 func (m selfMarshaler) ProtoMessage() {} func
92 func (m *descPanicSelfMarshaler) ProtoMessage() {} func
115 func (m *descSelfMarshaler) ProtoMessage() {} func
166 func (*selfMerger) ProtoMessage() {} func

1234567