/external/perfetto/protos/perfetto/common/ |
descriptor.proto | 168 repeated EnumValueDescriptorProto value = 2; 179 message EnumValueDescriptorProto {
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
EnumValueDescriptor.cs | 41 private readonly EnumValueDescriptorProto proto; 43 internal EnumValueDescriptor(EnumValueDescriptorProto proto, FileDescriptor file, 53 internal EnumValueDescriptorProto Proto { get { return proto; } }
|
Descriptor.cs | 151 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.EnumValueDescriptorProto), global::Google.Protobuf.Reflection.EnumValueDescriptorProto.Parser, new[]{ "Name", "Number", "Options" }, null, null, null), [all...] |
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
RubyEnumDescriptor.java | 116 DescriptorProtos.EnumValueDescriptorProto.Builder valueBuilder = DescriptorProtos.EnumValueDescriptorProto.newBuilder();
|
/external/protobuf/src/google/protobuf/ |
descriptor.pb.h | 46 class EnumValueDescriptorProto; [all...] |
descriptor.pb.cc | 269 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValueDescriptorProto, name_), 270 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValueDescriptorProto, number_), 271 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValueDescriptorProto, options_), 276 EnumValueDescriptorProto::default_instance_, 278 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValueDescriptorProto, _has_bits_[0]), 281 sizeof(EnumValueDescriptorProto), 282 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValueDescriptorProto, _internal_metadata_), [all...] |
descriptor.h | 92 class EnumValueDescriptorProto; [all...] |
descriptor.cc | [all...] |
descriptor_unittest.cc | 157 EnumValueDescriptorProto* AddEnumValue(EnumDescriptorProto* enum_proto, 159 EnumValueDescriptorProto* result = enum_proto->add_value(); [all...] |
/external/protobuf/src/google/protobuf/compiler/ |
parser.h | 395 bool ParseEnumConstant(EnumValueDescriptorProto* enum_value, 401 bool ParseEnumConstantOptions(EnumValueDescriptorProto* value,
|
parser.cc | 493 const EnumValueDescriptorProto enum_value = proto->value(i); [all...] |
parser_unittest.cc | [all...] |
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
Descriptors.java | [all...] |
/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
DescriptorsTest.java | 35 import com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto; 685 .addValue(EnumValueDescriptorProto.newBuilder() [all...] |
/external/golang-protobuf/protoc-gen-go/descriptor/ |
descriptor.pb.go | 978 Value []*EnumValueDescriptorProto `protobuf:"bytes,2,rep,name=value" json:"value,omitempty"` [all...] |
/external/perfetto/src/perfetto_cmd/ |
pbtxt_to_pb.cc | 41 using protos::EnumValueDescriptorProto; 303 for (const EnumValueDescriptorProto& enum_value :
|
/external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/ |
descriptor.pb.go | 944 Value []*EnumValueDescriptorProto `protobuf:"bytes,2,rep,name=value" json:"value,omitempty"` [all...] |
/external/protobuf/ruby/ext/google/protobuf_c/ |
upb.h | [all...] |
upb.c | [all...] |
/external/protobuf/php/ext/google/protobuf/ |
upb.h | [all...] |
upb.c | [all...] |