Home
last modified time | relevance | path

Searched defs:FieldDescriptorProto (Results 1 – 21 of 21) sorted by relevance

/external/perfetto/src/trace_processor/metrics/
Dmetrics_unittest.cc71 using FieldDescriptorProto = protos::pbzero::FieldDescriptorProto; in TEST_F() typedef
92 using FieldDescriptorProto = protos::pbzero::FieldDescriptorProto; in TEST_F() typedef
113 using FieldDescriptorProto = protos::pbzero::FieldDescriptorProto; in TEST_F() typedef
134 using FieldDescriptorProto = protos::pbzero::FieldDescriptorProto; in TEST_F() typedef
183 using FieldDescriptorProto = protos::pbzero::FieldDescriptorProto; in TEST_F() typedef
Dmetrics.cc107 using FieldDescriptorProto = protos::pbzero::FieldDescriptorProto; in AppendLong() typedef
152 using FieldDescriptorProto = protos::pbzero::FieldDescriptorProto; in AppendDouble() typedef
190 using FieldDescriptorProto = protos::pbzero::FieldDescriptorProto; in AppendString() typedef
224 using FieldDescriptorProto = protos::pbzero::FieldDescriptorProto; in AppendBytes() typedef
/external/perfetto/src/trace_processor/util/
Ddescriptors.cc30 using FieldDescriptorProto = protos::pbzero::FieldDescriptorProto; in CreateFieldFromDecoder() typedef
73 using FieldDescriptorProto = protos::pbzero::FieldDescriptorProto; in AddExtensionField() typedef
102 using FieldDescriptorProto = protos::pbzero::FieldDescriptorProto; in AddNestedProtoDescriptors() typedef
179 using FieldDescriptorProto = protos::pbzero::FieldDescriptorProto; in AddFromFileDescriptorSet() typedef
Dprotozero_to_text.cc58 using FieldDescriptorProto = protos::pbzero::FieldDescriptorProto; in ConvertProtoTypeToFieldAndValueString() typedef
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go796 type FieldDescriptorProto struct { struct
797 Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
798 Number *int32 `protobuf:"varint,3,opt,name=number" json:"number,omitempty"`
799 …f:"varint,4,opt,name=label,enum=google.protobuf.FieldDescriptorProto_Label" json:"label,omitempty"`
802 …obuf:"varint,5,opt,name=type,enum=google.protobuf.FieldDescriptorProto_Type" json:"type,omitempty"`
808 TypeName *string `protobuf:"bytes,6,opt,name=type_name,json=typeName" json:"type_name,omitempty"`
811 Extendee *string `protobuf:"bytes,2,opt,name=extendee" json:"extendee,omitempty"`
817 …string `protobuf:"bytes,7,opt,name=default_value,json=defaultValue" json:"default_value,omitempty"`
820 …ndex *int32 `protobuf:"varint,9,opt,name=oneof_index,json=oneofIndex" json:"oneof_index,omitempty"`
825 … *string `protobuf:"bytes,10,opt,name=json_name,json=jsonName" json:"json_name,omitempty"`
[all …]
Ddescriptor.proto136 message FieldDescriptorProto { message
/external/perfetto/protos/perfetto/common/
Ddescriptor.proto83 message FieldDescriptorProto { message
/external/perfetto/src/trace_processor/importers/proto/
Dargs_table_utils.cc192 using FieldDescriptorProto = protos::pbzero::FieldDescriptorProto; in ConvertProtoTypeToVariadic() typedef
/external/protobuf/php/src/Google/Protobuf/Internal/
DFieldDescriptorProto.php18 class FieldDescriptorProto extends \Google\Protobuf\Internal\Message class
/external/golang-protobuf/protoc-gen-go/generator/
Dgenerator.go218 *descriptor.FieldDescriptorProto anonMember
2712 func isOptional(field *descriptor.FieldDescriptorProto) bool {
2717 func isRequired(field *descriptor.FieldDescriptorProto) bool {
2722 func isRepeated(field *descriptor.FieldDescriptorProto) bool {
2727 func isScalar(field *descriptor.FieldDescriptorProto) bool {
/external/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto103 message FieldDescriptorProto { message
/external/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto103 message FieldDescriptorProto { message
/external/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto103 message FieldDescriptorProto { message
/external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/
Ddescriptor.proto110 message FieldDescriptorProto { message
/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto125 message FieldDescriptorProto { message
/external/protobuf/src/google/protobuf/
Ddescriptor.proto137 message FieldDescriptorProto { message
Ddescriptor.h95 class FieldDescriptorProto; variable
Ddescriptor.pb.cc4627 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
Ddescriptor.pb.h86 class FieldDescriptorProto; variable
1685 FieldDescriptorProto(FieldDescriptorProto&& from) noexcept in FieldDescriptorProto() function
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto136 message FieldDescriptorProto { message
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs1756 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