Home
last modified time | relevance | path

Searched defs:enum_type (Results 1 – 24 of 24) sorted by relevance

/frameworks/compile/mclinker/include/mcld/ADT/
DFlags.h17 typedef Enum enum_type; typedef
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/
Dtype_resolver_util.cc95 Status ResolveEnumType(const string& type_url, Enum* enum_type) { in ResolveEnumType()
182 Enum* enum_type) { in ConvertEnumDescriptor()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Denum_type_wrapper.py46 def __init__(self, enum_type): argument
Dtype_checkers.py149 def __init__(self, enum_type): argument
Dpython_message.py461 def _GetIntegerEnumValue(enum_type, value): argument
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dutility.cc182 const google::protobuf::Enum* enum_type, StringPiece enum_name) { in FindEnumValueByNameOrNull()
195 const google::protobuf::Enum* enum_type, int32 value) { in FindEnumValueByNumberOrNull()
Dtype_info.cc96 google::protobuf::scoped_ptr<google::protobuf::Enum> enum_type( in GetEnumByTypeUrl() local
Ddefault_value_objectwriter.cc400 const google::protobuf::Enum* enum_type = in FindEnumDefault() local
Dproto_writer.cc266 const google::protobuf::Enum* enum_type, in WriteEnum()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto70 repeated EnumDescriptorProto enum_type = 5; field
91 repeated EnumDescriptorProto enum_type = 4; field
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto70 repeated EnumDescriptorProto enum_type = 5; field
91 repeated EnumDescriptorProto enum_type = 4; field
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.proto75 repeated EnumDescriptorProto enum_type = 5; field
100 repeated EnumDescriptorProto enum_type = 4; field
Ddescriptor.pb.h4147 inline const ::google::protobuf::EnumDescriptorProto& FileDescriptorProto::enum_type(int index) con… in enum_type() function
4165 FileDescriptorProto::enum_type() const { in enum_type() function
4631 inline const ::google::protobuf::EnumDescriptorProto& DescriptorProto::enum_type(int index) const { in enum_type() function
4649 DescriptorProto::enum_type() const { in enum_type() function
Dtext_format.cc708 const EnumDescriptor* enum_type = field->enum_type(); in ConsumeFieldValue() local
Ddescriptor.cc5030 EnumDescriptor* enum_type, const EnumDescriptorProto& proto) { in CrossLinkEnum()
6008 const EnumDescriptor* enum_type = option_field->enum_type(); in SetOptionValue() local
Ddescriptor.pb.cc2229 const ::google::protobuf::EnumDescriptorProto& FileDescriptorProto::enum_type(int index) const { in enum_type() function in google::protobuf::FileDescriptorProto
2247 FileDescriptorProto::enum_type() const { in enum_type() function in google::protobuf::FileDescriptorProto
3975 const ::google::protobuf::EnumDescriptorProto& DescriptorProto::enum_type(int index) const { in enum_type() function in google::protobuf::DescriptorProto
3993 DescriptorProto::enum_type() const { in enum_type() function in google::protobuf::DescriptorProto
Ddescriptor_unittest.cc2272 const EnumDescriptor* enum_type = file->enum_type(0); in TEST_F() local
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/javanano/
Djavanano_enum_field.cc79 const EnumDescriptor* enum_type = descriptor->enum_type(); in SetEnumVariables() local
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dparser.cc1681 bool Parser::ParseEnumDefinition(EnumDescriptorProto* enum_type, in ParseEnumDefinition()
1701 bool Parser::ParseEnumBlock(EnumDescriptorProto* enum_type, in ParseEnumBlock()
1722 bool Parser::ParseEnumStatement(EnumDescriptorProto* enum_type, in ParseEnumStatement()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/
Ddescriptor.py498 default_value, message_type, enum_type, containing_type, argument
508 default_value, message_type, enum_type, containing_type, argument
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Ddescriptor.cc570 const EnumDescriptor *enum_type = in EnumValueName() local
798 const EnumDescriptor* enum_type = _GetDescriptor(self)->enum_type(); in GetEnumType() local
Ddescriptor_containers.cc1160 const EnumDescriptor* enum_type = NULL; in GetByIndex() local
Dmessage.cc153 ScopedPyObjectPtr enum_type( in AddDescriptors() local
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/python/
Dpython_generator.cc927 const EnumDescriptor* enum_type = field.enum_type(); in FixForeignFieldsInField() local