Home
last modified time | relevance | path

Searched refs:getEnumTypes (Results 1 – 9 of 9) sorted by relevance

/external/protobuf/java/src/test/java/com/google/protobuf/
DDescriptorsTest.java117 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/
DDebugInfo.cpp136 for (auto *ET : CU->getEnumTypes()) in processModule()
DVerifier.cpp899 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/
DDescriptors.java102 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/
DDebugInfoMetadata.h1018 getEmissionKind(), getEnumTypes(), getRetainedTypes(), getSubprograms(),
1056 MDCompositeTypeArray getEnumTypes() const {
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp461 for (DIType Ty : CUNode->getEnumTypes()) { in beginModule()
/external/google-tv-pairing-protocol/java/jar/
Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/llvm/unittests/IR/
DMetadataTest.cpp1309 EXPECT_EQ(EnumTypes, N->getEnumTypes().get()); in TEST_F()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp945 Record.push_back(VE.getMetadataOrNullID(N->getEnumTypes().get())); in WriteMDCompileUnit()