Searched refs:getEnumTypes (Results 1 – 9 of 9) sorted by relevance
/external/protobuf/java/src/test/java/com/google/protobuf/ |
D | DescriptorsTest.java | 117 assertEquals(enumType, file.getEnumTypes().get(0)); in testFileDescriptor() 122 UnittestImport.getDescriptor().getEnumTypes()); in testFileDescriptor() 123 for (int i = 0; i < file.getEnumTypes().size(); i++) { in testFileDescriptor() 124 assertEquals(i, file.getEnumTypes().get(i).getIndex()); in testFileDescriptor() 189 assertEquals(enumType, messageType.getEnumTypes().get(0)); in testDescriptor() 192 for (int i = 0; i < messageType.getEnumTypes().size(); i++) { in testDescriptor() 193 assertEquals(i, messageType.getEnumTypes().get(i).getIndex()); in testDescriptor()
|
/external/llvm/lib/IR/ |
D | DebugInfo.cpp | 136 for (auto *ET : CU->getEnumTypes()) in processModule()
|
D | Verifier.cpp | 899 for (Metadata *Op : N.getEnumTypes()->operands()) { in visitMDCompileUnit() 902 "invalid enum type", &N, N.getEnumTypes(), Op); in visitMDCompileUnit()
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
D | Descriptors.java | 102 public List<EnumDescriptor> getEnumTypes() { in getEnumTypes() method in Descriptors.FileDescriptor 612 public List<EnumDescriptor> getEnumTypes() { in getEnumTypes() method in Descriptors.Descriptor
|
/external/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 1018 getEmissionKind(), getEnumTypes(), getRetainedTypes(), getSubprograms(), 1056 MDCompositeTypeArray getEnumTypes() const {
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 461 for (DIType Ty : CUNode->getEnumTypes()) { in beginModule()
|
/external/google-tv-pairing-protocol/java/jar/ |
D | protobuf-java-2.2.0-lite.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/llvm/unittests/IR/ |
D | MetadataTest.cpp | 1309 EXPECT_EQ(EnumTypes, N->getEnumTypes().get()); in TEST_F()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 945 Record.push_back(VE.getMetadataOrNullID(N->getEnumTypes().get())); in WriteMDCompileUnit()
|