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

1 2 3

  /external/protobuf/src/google/protobuf/
generated_enum_reflection.h 72 template<typename EnumType>
75 EnumType* value) {
78 *value = static_cast<EnumType>(tmp);
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
generated_enum_reflection.h 66 template<typename EnumType>
69 EnumType* value) {
72 *value = static_cast<EnumType>(tmp);
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
generated_enum_reflection.h 66 template<typename EnumType>
69 EnumType* value) {
72 *value = static_cast<EnumType>(tmp);
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
generated_enum_reflection.h 66 template<typename EnumType>
69 EnumType* value) {
72 *value = static_cast<EnumType>(tmp);
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
generated_enum_reflection.h 69 template<typename EnumType>
72 EnumType* value) {
75 *value = static_cast<EnumType>(tmp);
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
generated_enum_reflection.h 66 template<typename EnumType>
69 EnumType* value) {
72 *value = static_cast<EnumType>(tmp);
  /external/clang/lib/AST/
TemplateBase.cpp 43 if (const EnumType *ET = T->getAs<EnumType>()) {
Type.cpp 55 ND = ty->getAs<EnumType>()->getDecl();
    [all...]
ASTContext.cpp     [all...]
  /external/libcxx/test/libcxx/type_traits/
convert_to_integral.pass.cpp 13 struct EnumType
42 typedef typename EnumType<From>::type Enum;
  /external/protobuf/python/google/protobuf/internal/
descriptor_pool_test.py 259 class EnumType(object):
492 'NestedEnum': EnumType([('ALPHA', 1), ('BETA', 2)]),
494 'NestedEnum': EnumType([('EPSILON', 5), ('ZETA', 6)]),
496 'NestedEnum': EnumType([('ETA', 7), ('THETA', 8)]),
512 'NestedEnum': EnumType([('GAMMA', 3), ('DELTA', 4)]),
514 'NestedEnum': EnumType([('IOTA', 9), ('KAPPA', 10)]),
516 'NestedEnum': EnumType([('LAMBDA', 11), ('MU', 12)]),
538 'NestedEnum': EnumType([('NU', 13), ('XI', 14)]),
540 'NestedEnum': EnumType([('OMICRON', 15), ('PI', 16)]),
542 'NestedEnum': EnumType([('RHO', 17), ('SIGMA', 18)])
    [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp 597 if (const EnumType *EnumTy = Ty->getAs<EnumType>())
612 if (const EnumType *EnumTy = RetTy->getAs<EnumType>())
737 } else if (const EnumType *EnumTy = Ty->getAs<EnumType>()) {
758 if (const EnumType *EnumTy = RetTy->getAs<EnumType>())
    [all...]
CodeGenTBAA.cpp 147 if (const EnumType *ETy = dyn_cast<EnumType>(Ty)) {
CGDebugInfo.h 172 llvm::DIType *CreateEnumType(const EnumType *Ty);
173 llvm::DIType *CreateTypeDefinition(const EnumType *Ty);
CodeGenTypes.cpp 587 const EnumDecl *ED = cast<EnumType>(Ty)->getDecl();
  /external/clang/lib/Analysis/
FormatString.cpp 282 if (const EnumType *ETy = argTy->getAs<EnumType>())
299 if (const EnumType *ETy = argTy->getAs<EnumType>())
PrintfFormatString.cpp 596 if (const EnumType *ETy = QT->getAs<EnumType>())
ScanfFormatString.cpp 416 if (const EnumType *ETy = PT->getAs<EnumType>())
  /external/clang/include/clang/AST/
CanonicalType.h 541 struct CanProxyAdaptor<EnumType> : public CanProxyBase<EnumType> {
Type.h     [all...]
  /external/clang/utils/ABITest/
TypeGen.py 58 class EnumType(Type):
277 return EnumType(n, enumerators)
ABITestGen.py 215 elif isinstance(t, EnumType):
291 elif isinstance(t, EnumType):
321 elif isinstance(t, EnumType):
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 222 const EnumType *enumType = dyn_cast_or_null<EnumType>(tagType);
223 if (!enumType || enumType->getDecl()->isCompleteDefinition())
228 EnumDecl *ED = enumType->getDecl();
702 } else if (isa<EnumType>(T)) {
    [all...]
  /external/llvm/test/tools/llvm-readobj/Inputs/
relocs.py 22 class EnumType(type):
24 super(EnumType, self).__init__(name, bases, attributes)
85 Enum = EnumType('Enum', (), {})
    [all...]
  /external/guice/extensions/persist/lib/
ejb3-persistence.jar 

Completed in 305 milliseconds

1 2 3