/external/perfetto/src/trace_processor/metrics/ |
D | metrics_unittest.cc | 71 using FieldDescriptorProto = protos::pbzero::FieldDescriptorProto; in TEST_F() typedef 94 using FieldDescriptorProto = protos::pbzero::FieldDescriptorProto; in TEST_F() typedef 117 using FieldDescriptorProto = protos::pbzero::FieldDescriptorProto; in TEST_F() typedef 140 using FieldDescriptorProto = protos::pbzero::FieldDescriptorProto; in TEST_F() typedef 191 using FieldDescriptorProto = protos::pbzero::FieldDescriptorProto; in TEST_F() typedef 224 using FieldDescriptorProto = protos::pbzero::FieldDescriptorProto; in TEST_F() typedef
|
D | metrics.cc | 126 using FieldDescriptorProto = protos::pbzero::FieldDescriptorProto; in AppendLong() typedef 201 using FieldDescriptorProto = protos::pbzero::FieldDescriptorProto; in AppendDouble() typedef 239 using FieldDescriptorProto = protos::pbzero::FieldDescriptorProto; in AppendString() typedef 297 using FieldDescriptorProto = protos::pbzero::FieldDescriptorProto; in AppendBytes() typedef
|
/external/golang-protobuf/types/descriptorpb/ |
D | descriptor.pb.go | 839 type FieldDescriptorProto struct { struct 840 state protoimpl.MessageState 841 sizeCache protoimpl.SizeCache 842 unknownFields protoimpl.UnknownFields 844 Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` 845 Number *int32 `protobuf:"varint,3,opt,name=number" json:"number,omitempty"` 846 …f:"varint,4,opt,name=label,enum=google.protobuf.FieldDescriptorProto_Label" json:"label,omitempty"` 849 …obuf:"varint,5,opt,name=type,enum=google.protobuf.FieldDescriptorProto_Type" json:"type,omitempty"` 855 TypeName *string `protobuf:"bytes,6,opt,name=type_name,json=typeName" json:"type_name,omitempty"` 858 Extendee *string `protobuf:"bytes,2,opt,name=extendee" json:"extendee,omitempty"` [all …]
|
/external/perfetto/src/trace_processor/util/ |
D | descriptors.cc | 33 using FieldDescriptorProto = protos::pbzero::FieldDescriptorProto; in CreateFieldFromDecoder() typedef 74 using FieldDescriptorProto = protos::pbzero::FieldDescriptorProto; in AddExtensionField() typedef 128 using FieldDescriptorProto = protos::pbzero::FieldDescriptorProto; in AddNestedProtoDescriptors() typedef 251 using FieldDescriptorProto = protos::pbzero::FieldDescriptorProto; in AddFromFileDescriptorSet() typedef
|
D | proto_to_args_parser.cc | 227 using FieldDescriptorProto = protos::pbzero::FieldDescriptorProto; in ParseSimpleField() typedef
|
D | protozero_to_text.cc | 36 using FieldDescriptorProto = protos::pbzero::FieldDescriptorProto; typedef
|
/external/golang-protobuf/reflect/protodesc/ |
D | desc_init.go | 117 func (r descsByName) initFieldsFromDescriptorProto(fds []*descriptorpb.FieldDescriptorProto, parent… 159 func (r descsByName) initExtensionDeclarations(xds []*descriptorpb.FieldDescriptorProto, parent pro…
|
D | desc_validate.go | 228 … validateExtensionDeclarations(xs []filedesc.Extension, xds []*descriptorpb.FieldDescriptorProto) …
|
/external/rust/crates/protobuf/src/reflect/ |
D | field.rs | 35 proto: &'static FieldDescriptorProto, in new() 52 pub fn proto(&self) -> &'static FieldDescriptorProto { in proto()
|
/external/perfetto/protos/perfetto/common/ |
D | descriptor.proto | 86 message FieldDescriptorProto { message
|
/external/rust/crates/protobuf/src/ |
D | descriptor.rs | 450 pub fn get_extension(&self) -> &[FieldDescriptorProto] { in get_extension() 458 pub fn set_extension(&mut self, v: crate::RepeatedField<FieldDescriptorProto>) { in set_extension() 463 pub fn mut_extension(&mut self) -> &mut crate::RepeatedField<FieldDescriptorProto> { in mut_extension() 468 pub fn take_extension(&mut self) -> crate::RepeatedField<FieldDescriptorProto> { in take_extension() 971 pub fn get_field(&self) -> &[FieldDescriptorProto] { in get_field() 979 pub fn set_field(&mut self, v: crate::RepeatedField<FieldDescriptorProto>) { in set_field() 984 pub fn mut_field(&mut self) -> &mut crate::RepeatedField<FieldDescriptorProto> { in mut_field() 989 pub fn take_field(&mut self) -> crate::RepeatedField<FieldDescriptorProto> { in take_field() 996 pub fn get_extension(&self) -> &[FieldDescriptorProto] { in get_extension() 1004 pub fn set_extension(&mut self, v: crate::RepeatedField<FieldDescriptorProto>) { in set_extension() [all …]
|
D | descriptorx.rs | 506 impl FieldDescriptorProtoExt for FieldDescriptorProto { implementation
|
/external/protobuf/php/src/Google/Protobuf/Internal/ |
D | FieldDescriptorProto.php | 18 class FieldDescriptorProto extends \Google\Protobuf\Internal\Message class
|
/external/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | descriptor.proto | 103 message FieldDescriptorProto { message
|
/external/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/ |
D | descriptor.proto | 103 message FieldDescriptorProto { message
|
/external/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | descriptor.proto | 103 message FieldDescriptorProto { message
|
/external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/ |
D | descriptor.proto | 110 message FieldDescriptorProto { message
|
/external/nos/host/generic/nugget/proto/google/protobuf/ |
D | descriptor.proto | 125 message FieldDescriptorProto { message
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.proto | 137 message FieldDescriptorProto { message
|
D | descriptor.h | 95 class FieldDescriptorProto; variable
|
D | descriptor.pb.cc | 4627 FieldDescriptorProto::FieldDescriptorProto() in FieldDescriptorProto() function in FieldDescriptorProto 4632 FieldDescriptorProto::FieldDescriptorProto(::PROTOBUF_NAMESPACE_ID::Arena* arena) in FieldDescriptorProto() function in FieldDescriptorProto 4639 FieldDescriptorProto::FieldDescriptorProto(const FieldDescriptorProto& from) in FieldDescriptorProto() function in FieldDescriptorProto
|
/external/nanopb-c/generator/proto/google/protobuf/ |
D | descriptor.proto | 136 message FieldDescriptorProto { message
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/ |
D | descriptor_sv.proto | 134 message FieldDescriptorProto { message
|
D | descriptor.proto | 134 message FieldDescriptorProto { message
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | Descriptor.cs | 1756 internal sealed partial class FieldDescriptorProto : pb::IMessage<FieldDescriptorProto> { class 1774 public FieldDescriptorProto() { in FieldDescriptorProto() method in Google.Protobuf.Reflection.FieldDescriptorProto 1781 public FieldDescriptorProto(FieldDescriptorProto other) : this() { in FieldDescriptorProto() method in Google.Protobuf.Reflection.FieldDescriptorProto
|