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

1 2

  /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; } }
  /external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
RubyEnumDescriptor.java 116 DescriptorProtos.EnumValueDescriptorProto.Builder valueBuilder = DescriptorProtos.EnumValueDescriptorProto.newBuilder();
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/
parser.h 347 bool ParseEnumConstant(EnumValueDescriptorProto* enum_value,
352 bool ParseEnumConstantOptions(EnumValueDescriptorProto* value,
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/
parser.h 347 bool ParseEnumConstant(EnumValueDescriptorProto* enum_value,
352 bool ParseEnumConstantOptions(EnumValueDescriptorProto* value,
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/compiler/
parser.h 347 bool ParseEnumConstant(EnumValueDescriptorProto* enum_value,
352 bool ParseEnumConstantOptions(EnumValueDescriptorProto* value,
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/compiler/
parser.h 347 bool ParseEnumConstant(EnumValueDescriptorProto* enum_value,
352 bool ParseEnumConstantOptions(EnumValueDescriptorProto* value,
  /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...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor.pb.h 46 class EnumValueDescriptorProto;
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
descriptor.pb.h 44 class EnumValueDescriptorProto;
    [all...]
descriptor.h 84 class EnumValueDescriptorProto;
706 void CopyTo(EnumValueDescriptorProto* proto) const;
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
descriptor.pb.h 44 class EnumValueDescriptorProto;
    [all...]
descriptor.h 84 class EnumValueDescriptorProto;
706 void CopyTo(EnumValueDescriptorProto* proto) const;
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
descriptor.pb.h 44 class EnumValueDescriptorProto;
    [all...]
descriptor.h 84 class EnumValueDescriptorProto;
706 void CopyTo(EnumValueDescriptorProto* proto) const;
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
descriptor.pb.h 44 class EnumValueDescriptorProto;
    [all...]
descriptor.h 84 class EnumValueDescriptorProto;
706 void CopyTo(EnumValueDescriptorProto* proto) const;
    [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...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/
parser.h 395 bool ParseEnumConstant(EnumValueDescriptorProto* enum_value,
401 bool ParseEnumConstantOptions(EnumValueDescriptorProto* value,
  /frameworks/base/tools/streaming_proto/cpp/
main.cpp 27 const EnumValueDescriptorProto& value = enu.value(i);
  /frameworks/base/tools/streaming_proto/java/
main.cpp 81 const EnumValueDescriptorProto& value = enu.value(i);
  /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 17 EnumValueDescriptorProto
765 Value []*EnumValueDescriptorProto `protobuf:"bytes,2,rep,name=value" json:"value,omitempty"`
782 func (m *EnumDescriptorProto) GetValue() []*EnumValueDescriptorProto {
797 type EnumValueDescriptorProto struct {
804 func (m *EnumValueDescriptorProto) Reset() { *m = EnumValueDescriptorProto{} }
805 func (m *EnumValueDescriptorProto) String() string { return proto.CompactTextString(m) }
806 func (*EnumValueDescriptorProto) ProtoMessage() {}
807 func (*EnumValueDescriptorProto) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{6} }
809 func (m *EnumValueDescriptorProto) GetName() string
    [all...]

Completed in 2025 milliseconds

1 2