Home
last modified time | relevance | path

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

12

/external/protobuf/java/core/src/test/java/com/google/protobuf/
DDescriptorsTest.java114 assertEquals(enumType, file.getEnumTypes().get(0)); in testFileDescriptor()
120 UnittestImport.getDescriptor().getEnumTypes()); in testFileDescriptor()
121 for (int i = 0; i < file.getEnumTypes().size(); i++) { in testFileDescriptor()
122 assertEquals(i, file.getEnumTypes().get(i).getIndex()); in testFileDescriptor()
187 assertEquals(enumType, messageType.getEnumTypes().get(0)); in testDescriptor()
190 for (int i = 0; i < messageType.getEnumTypes().size(); i++) { in testDescriptor()
191 assertEquals(i, messageType.getEnumTypes().get(i).getIndex()); in testDescriptor()
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyDescriptorPool.java128 for (Descriptors.EnumDescriptor enumDescriptor : fileDescriptor.getEnumTypes()) { in buildFileDescriptor()
/external/llvm/lib/IR/
DDebugInfo.cpp62 for (auto *ET : CU->getEnumTypes()) in processModule()
DVerifier.cpp929 for (Metadata *Op : N.getEnumTypes()->operands()) { in visitDICompileUnit()
932 "invalid enum type", &N, N.getEnumTypes(), Op); in visitDICompileUnit()
/external/grpc-grpc-java/services/src/generated/main/java/io/grpc/health/v1/
DHealthCheckResponse.java164 return io.grpc.health.v1.HealthCheckResponse.getDescriptor().getEnumTypes().get(0); in getDescriptor()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDebugInfo.h188 DIArray getEnumTypes() const;
/external/grpc-grpc-java/services/src/generated/main/java/io/grpc/channelz/v1/
DChannelConnectivityState.java196 return io.grpc.channelz.v1.ChannelConnectivityState.getDescriptor().getEnumTypes().get(0); in getDescriptor()
DChannelTraceEvent.java230 return io.grpc.channelz.v1.ChannelTraceEvent.getDescriptor().getEnumTypes().get(0); in getDescriptor()
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DDescriptors.java116 public List<EnumDescriptor> getEnumTypes() { in getEnumTypes() method in Descriptors.FileDescriptor
657 public List<EnumDescriptor> getEnumTypes() { in getEnumTypes() method in Descriptors.Descriptor
/external/grpc-grpc-java/services/src/generated/main/java/io/grpc/binarylog/v1alpha/
DPeer.java222 return io.grpc.binarylog.v1alpha.Peer.getDescriptor().getEnumTypes().get(0); in getDescriptor()
DGrpcLogEntry.java320 return io.grpc.binarylog.v1alpha.GrpcLogEntry.getDescriptor().getEnumTypes().get(0); in getDescriptor()
431 return io.grpc.binarylog.v1alpha.GrpcLogEntry.getDescriptor().getEnumTypes().get(1); in getDescriptor()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DDebugInfo.cpp593 DIArray DICompileUnit::getEnumTypes() const { in getEnumTypes() function in DICompileUnit
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp688 if (!HasNonLocalImportedEntities && CUNode->getEnumTypes().empty() && in beginModule()
712 for (auto *Ty : CUNode->getEnumTypes()) { in beginModule()
/external/llvm/include/llvm/IR/
DDebugInfoMetadata.h1040 getEmissionKind(), getEnumTypes(), getRetainedTypes(),
1082 DICompositeTypeArray getEnumTypes() const {
/external/grpc-grpc-java/alts/src/generated/main/java/io/grpc/alts/internal/
DTransportSecurityCommon.java103 return io.grpc.alts.internal.TransportSecurityCommon.getDescriptor().getEnumTypes().get(0); in getDescriptor()
DHandshaker.java122 return io.grpc.alts.internal.Handshaker.getDescriptor().getEnumTypes().get(0); in getDescriptor()
229 return io.grpc.alts.internal.Handshaker.getDescriptor().getEnumTypes().get(1); in getDescriptor()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDebugInfo.cpp87 for (auto *ET : CU->getEnumTypes()) in processCompileUnit()
DVerifier.cpp1036 for (Metadata *Op : N.getEnumTypes()->operands()) { in visitDICompileUnit()
1039 "invalid enum type", &N, N.getEnumTypes(), Op); in visitDICompileUnit()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h1226 getEmissionKind(), getEnumTypes(), getRetainedTypes(),
1276 DICompositeTypeArray getEnumTypes() const {
/external/llvm/unittests/IR/
DMetadataTest.cpp1347 EXPECT_EQ(EnumTypes, N->getEnumTypes().get()); in TEST_F()
1364 EXPECT_EQ(EnumTypes, Temp->getEnumTypes().get()); in TEST_F()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp485 for (auto *Ty : CUNode->getEnumTypes()) { in beginModule()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DMetadataTest.cpp1513 EXPECT_EQ(EnumTypes, N->getEnumTypes().get()); in TEST_F()
1530 EXPECT_EQ(EnumTypes, Temp->getEnumTypes().get()); in TEST_F()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp631 DIArray EnumTypes = CUNode.getEnumTypes(); in beginModule()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1513 Record.push_back(VE.getMetadataOrNullID(N->getEnumTypes().get())); in writeDICompileUnit()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1596 Record.push_back(VE.getMetadataOrNullID(N->getEnumTypes().get())); in writeDICompileUnit()

12