HomeSort by relevance Sort by last modified time
    Searched refs:EnumDescriptorProto (Results 1 - 25 of 27) sorted by null

1 2

  /external/perfetto/protos/perfetto/common/
descriptor.proto 45 repeated EnumDescriptorProto enum_type = 5;
62 repeated EnumDescriptorProto enum_type = 4;
165 message EnumDescriptorProto {
  /external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
RubyEnumDescriptor.java 77 this.builder = DescriptorProtos.EnumDescriptorProto.newBuilder();
163 public DescriptorProtos.EnumDescriptorProto.Builder getBuilder() {
184 private DescriptorProtos.EnumDescriptorProto.Builder builder;
  /external/perfetto/src/perfetto_cmd/
pbtxt_to_pb.cc 40 using protos::EnumDescriptorProto;
144 std::map<std::string, const EnumDescriptorProto*> name_to_enum)
299 const EnumDescriptorProto* enum_descriptor = name_to_enum_[type_name];
454 std::map<std::string, const EnumDescriptorProto*> name_to_enum_;
617 std::map<std::string, const EnumDescriptorProto*>* name_to_enum) {
618 for (const EnumDescriptorProto& enum_descriptor : descriptor->enum_type()) {
638 std::map<std::string, const EnumDescriptorProto*> name_to_enum;
  /external/protobuf/src/google/protobuf/compiler/
parser.h 298 bool ParseEnumDefinition(EnumDescriptorProto* enum_type,
319 bool ParseEnumBlock(EnumDescriptorProto* enum_type,
331 bool ParseEnumStatement(EnumDescriptorProto* message,
501 bool ValidateEnum(const EnumDescriptorProto* proto);
parser.cc 461 bool Parser::ValidateEnum(const EnumDescriptorProto* proto) {
    [all...]
parser_unittest.cc     [all...]
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
EnumDescriptor.cs 43 private readonly EnumDescriptorProto proto;
48 internal EnumDescriptor(EnumDescriptorProto proto, FileDescriptor file, MessageDescriptor parent, int index, Type clrType)
68 internal EnumDescriptorProto Proto { get { return proto; } }
Descriptor.cs 150 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.EnumDescriptorProto), global::Google.Protobuf.Reflection.EnumDescriptorProto.Parser, new[]{ "Name", "Value", "Options" }, null, null, null),
387 private static readonly pb::FieldCodec<global::Google.Protobuf.Reflection.EnumDescriptorProto> _repeated_enumType_codec
388 = pb::FieldCodec.ForMessage(42, global::Google.Protobuf.Reflection.EnumDescriptorProto.Parser);
389 private readonly pbc::RepeatedField<global::Google.Protobuf.Reflection.EnumDescriptorProto> enumType_ = new pbc::RepeatedField<global::Google.Protobuf.Reflection.EnumDescriptorProto>();
390 public pbc::RepeatedField<global::Google.Protobuf.Reflection.EnumDescriptorProto> EnumType {
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.pb.h 44 class EnumDescriptorProto;
415 // repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
419 const ::google::protobuf::EnumDescriptorProto& enum_type(int index) const;
420 ::google::protobuf::EnumDescriptorProto* mutable_enum_type(int index);
421 ::google::protobuf::EnumDescriptorProto* add_enum_type();
422 ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumDescriptorProto >*
424 const ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumDescriptorProto >&
503 ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumDescriptorProto > enum_type_;
    [all...]
descriptor.pb.cc 252 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumDescriptorProto, name_),
253 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumDescriptorProto, value_),
254 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumDescriptorProto, options_),
259 EnumDescriptorProto::default_instance_,
261 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumDescriptorProto, _has_bits_[0]),
264 sizeof(EnumDescriptorProto),
265 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumDescriptorProto, _internal_metadata_),
    [all...]
descriptor_unittest.cc 81 EnumDescriptorProto* AddEnum(FileDescriptorProto* file, const string& name) {
82 EnumDescriptorProto* result = file->add_enum_type();
87 EnumDescriptorProto* AddNestedEnum(DescriptorProto* parent,
89 EnumDescriptorProto* result = parent->add_enum_type();
157 EnumValueDescriptorProto* AddEnumValue(EnumDescriptorProto* enum_proto,
    [all...]
descriptor.h 91 class EnumDescriptorProto;
    [all...]
descriptor.cc     [all...]
  /external/golang-protobuf/ptypes/
any_test.go 66 if Is(a, &pb.EnumDescriptorProto{}) {
68 t.Error("FileDescriptorProto is not an EnumDescriptorProto, but Is says it is")
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
DescriptorsTest.java 34 import com.google.protobuf.DescriptorProtos.EnumDescriptorProto;
683 .addEnumType(EnumDescriptorProto.newBuilder()
    [all...]
  /external/golang-protobuf/protoc-gen-go/descriptor/
descriptor.pb.go 401 EnumType []*EnumDescriptorProto `protobuf:"bytes,5,rep,name=enum_type,json=enumType" json:"enum_type,omitempty"`
485 func (m *FileDescriptorProto) GetEnumType() []*EnumDescriptorProto {
533 EnumType []*EnumDescriptorProto `protobuf:"bytes,4,rep,name=enum_type,json=enumType" json:"enum_type,omitempty"`
599 func (m *DescriptorProto) GetEnumType() []*EnumDescriptorProto {
976 type EnumDescriptorProto struct {
    [all...]
  /external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/
descriptor.pb.go 374 EnumType []*EnumDescriptorProto `protobuf:"bytes,5,rep,name=enum_type,json=enumType" json:"enum_type,omitempty"`
457 func (m *FileDescriptorProto) GetEnumType() []*EnumDescriptorProto {
505 EnumType []*EnumDescriptorProto `protobuf:"bytes,4,rep,name=enum_type,json=enumType" json:"enum_type,omitempty"`
570 func (m *DescriptorProto) GetEnumType() []*EnumDescriptorProto {
942 type EnumDescriptorProto struct {
    [all...]
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
Descriptors.java     [all...]
  /external/protobuf/python/google/protobuf/internal/
descriptor_test.py 601 descriptor_pb2.EnumDescriptorProto,
    [all...]
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 485 EnumDescriptorProto edp;
    [all...]
  /external/golang-protobuf/protoc-gen-go/generator/
generator.go 166 *descriptor.EnumDescriptorProto
871 func newEnumDescriptor(desc *descriptor.EnumDescriptorProto, parent *Descriptor, file *FileDescriptor, index int) *EnumDescriptor {
874 EnumDescriptorProto: desc,
    [all...]
  /external/protobuf/python/google/protobuf/pyext/
descriptor.cc     [all...]
  /external/nanopb-c/generator/
nanopb_generator.py 183 '''desc is EnumDescriptorProto'''
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.h     [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.h     [all...]

Completed in 670 milliseconds

1 2