/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | DescriptorsTest.java | 114 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/ |
D | RubyDescriptorPool.java | 128 for (Descriptors.EnumDescriptor enumDescriptor : fileDescriptor.getEnumTypes()) { in buildFileDescriptor()
|
/external/llvm/lib/IR/ |
D | DebugInfo.cpp | 62 for (auto *ET : CU->getEnumTypes()) in processModule()
|
D | Verifier.cpp | 929 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/ |
D | HealthCheckResponse.java | 164 return io.grpc.health.v1.HealthCheckResponse.getDescriptor().getEnumTypes().get(0); in getDescriptor()
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | DebugInfo.h | 188 DIArray getEnumTypes() const;
|
/external/grpc-grpc-java/services/src/generated/main/java/io/grpc/channelz/v1/ |
D | ChannelConnectivityState.java | 196 return io.grpc.channelz.v1.ChannelConnectivityState.getDescriptor().getEnumTypes().get(0); in getDescriptor()
|
D | ChannelTraceEvent.java | 230 return io.grpc.channelz.v1.ChannelTraceEvent.getDescriptor().getEnumTypes().get(0); in getDescriptor()
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | Descriptors.java | 116 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/ |
D | Peer.java | 222 return io.grpc.binarylog.v1alpha.Peer.getDescriptor().getEnumTypes().get(0); in getDescriptor()
|
D | GrpcLogEntry.java | 320 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/ |
D | DebugInfo.cpp | 593 DIArray DICompileUnit::getEnumTypes() const { in getEnumTypes() function in DICompileUnit
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 688 if (!HasNonLocalImportedEntities && CUNode->getEnumTypes().empty() && in beginModule() 712 for (auto *Ty : CUNode->getEnumTypes()) { in beginModule()
|
/external/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 1040 getEmissionKind(), getEnumTypes(), getRetainedTypes(), 1082 DICompositeTypeArray getEnumTypes() const {
|
/external/grpc-grpc-java/alts/src/generated/main/java/io/grpc/alts/internal/ |
D | TransportSecurityCommon.java | 103 return io.grpc.alts.internal.TransportSecurityCommon.getDescriptor().getEnumTypes().get(0); in getDescriptor()
|
D | Handshaker.java | 122 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/ |
D | DebugInfo.cpp | 87 for (auto *ET : CU->getEnumTypes()) in processCompileUnit()
|
D | Verifier.cpp | 1036 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/ |
D | DebugInfoMetadata.h | 1226 getEmissionKind(), getEnumTypes(), getRetainedTypes(), 1276 DICompositeTypeArray getEnumTypes() const {
|
/external/llvm/unittests/IR/ |
D | MetadataTest.cpp | 1347 EXPECT_EQ(EnumTypes, N->getEnumTypes().get()); in TEST_F() 1364 EXPECT_EQ(EnumTypes, Temp->getEnumTypes().get()); in TEST_F()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 485 for (auto *Ty : CUNode->getEnumTypes()) { in beginModule()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | MetadataTest.cpp | 1513 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/ |
D | DwarfDebug.cpp | 631 DIArray EnumTypes = CUNode.getEnumTypes(); in beginModule()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 1513 Record.push_back(VE.getMetadataOrNullID(N->getEnumTypes().get())); in writeDICompileUnit()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 1596 Record.push_back(VE.getMetadataOrNullID(N->getEnumTypes().get())); in writeDICompileUnit()
|