Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/internal/
Denum_type_wrapper.py46 def __init__(self, enum_type): argument
Dtype_checkers.py131 def __init__(self, enum_type): argument
/external/nanopb-c/generator/google/protobuf/internal/
Denum_type_wrapper.py46 def __init__(self, enum_type): argument
/external/lldb/include/lldb/Interpreter/
DOptionValueEnumeration.h30 typedef int64_t enum_type; typedef
/external/libcxx/test/std/experimental/utilities/meta/meta.type.synop/
Dmeta.unary.cat.pass.cpp19 enum enum_type {}; enum
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto70 repeated EnumDescriptorProto enum_type = 5; field
91 repeated EnumDescriptorProto enum_type = 4; field
/external/protobuf/src/google/protobuf/
Ddescriptor.proto70 repeated EnumDescriptorProto enum_type = 5; field
91 repeated EnumDescriptorProto enum_type = 4; field
Ddescriptor.pb.h3223 inline const ::google::protobuf::EnumDescriptorProto& FileDescriptorProto::enum_type(int index) con… in enum_type() function
3236 FileDescriptorProto::enum_type() const { in enum_type() function
3617 inline const ::google::protobuf::EnumDescriptorProto& DescriptorProto::enum_type(int index) const { in enum_type() function
3630 DescriptorProto::enum_type() const { in enum_type() function
Dtext_format.cc678 const EnumDescriptor* enum_type = field->enum_type(); in ConsumeFieldValue() local
Ddescriptor.cc4374 EnumDescriptor* enum_type, const EnumDescriptorProto& proto) { in CrossLinkEnum()
5134 const EnumDescriptor* enum_type = option_field->enum_type(); in SetOptionValue() local
Ddescriptor_unittest.cc1948 const EnumDescriptor* enum_type = file->enum_type(0); in TEST_F() local
/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_enum_field.cc79 const EnumDescriptor* enum_type = descriptor->enum_type(); in SetEnumVariables() local
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc1328 bool Parser::ParseEnumDefinition(EnumDescriptorProto* enum_type, in ParseEnumDefinition()
1345 bool Parser::ParseEnumBlock(EnumDescriptorProto* enum_type, in ParseEnumBlock()
1366 bool Parser::ParseEnumStatement(EnumDescriptorProto* enum_type, in ParseEnumStatement()
/external/clang/test/CodeGenCXX/
Dvalue-init.cpp27 enum enum_type { negative_number = -1, magic_number = 42 }; enum
/external/lldb/source/Symbol/
DClangASTType.cpp5343 const EnumType *enum_type = dyn_cast<EnumType>(qual_type.getTypePtr()); in CompleteTagDeclarationDefinition() local
5399 const EnumType *enum_type = dyn_cast<EnumType>(clang_type); in AddEnumerationValueToEnumerationType() local
5438 const EnumType *enum_type = dyn_cast<EnumType>(clang_type); in GetEnumerationIntegerType() local
5656 const EnumType *enum_type = cast<EnumType>(qual_type.getTypePtr()); in DumpValue() local
5885 const EnumType *enum_type = cast<EnumType>(qual_type.getTypePtr()); in DumpTypeValue() local
/external/nanopb-c/generator/google/protobuf/
Ddescriptor.py429 default_value, message_type, enum_type, containing_type, argument
/external/protobuf/python/google/protobuf/
Ddescriptor.py456 default_value, message_type, enum_type, containing_type, argument
/external/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.cc835 const EnumDescriptor* enum_type = field.enum_type(); in FixForeignFieldsInField() local
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc1934 ScopedPyObjectPtr enum_type; in CheckAndGetInteger() local
/external/clang/bindings/python/clang/
Dcindex.py1318 def enum_type(self): member in Cursor