Home
last modified time | relevance | path

Searched refs:nestedEnum (Results 1 – 6 of 6) sorted by relevance

/external/apache-commons-compress/src/main/java/org/apache/commons/compress/changes/
DChangeSetPerformer.java264 private final Enumeration<ZipArchiveEntry> nestedEnum; field in ChangeSetPerformer.ZipFileIterator
268 nestedEnum = in.getEntriesInPhysicalOrder(); in ZipFileIterator()
272 return nestedEnum.hasMoreElements(); in hasNext()
276 current = nestedEnum.nextElement(); in next()
/external/grpc-grpc/src/csharp/Grpc.Reflection/
DSymbolRegistry.cs119 foreach (var nestedEnum in messageDescriptor.EnumTypes) in AddMessage()
121 AddEnum(nestedEnum); in AddMessage()
/external/llvm-project/clang/test/Index/Core/
Dindex-instantiated-source.cpp84 TT::NestedType::Enum nestedEnum; in canonicalizeInstaniationReferences() local
/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/ast/validator/
DJava5ValidatorTest.java107 void nestedEnum() { in nestedEnum() method in Java5ValidatorTest
/external/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DTestUtil.java1890 private final Descriptors.EnumDescriptor nestedEnum; field in TestUtil.ReflectionTester
1955 this.nestedEnum = testAllTypes.findEnumTypeByName("NestedEnum"); in ReflectionTester()
1964 Assert.assertNotNull(nestedEnum ); in ReflectionTester()
1972 this.nestedFoo = nestedEnum.findValueByName("FOO"); in ReflectionTester()
1973 this.nestedBar = nestedEnum.findValueByName("BAR"); in ReflectionTester()
1974 this.nestedBaz = nestedEnum.findValueByName("BAZ"); in ReflectionTester()
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DTestUtil.java2675 private final Descriptors.EnumDescriptor nestedEnum; field in TestUtil.ReflectionTester
2731 this.nestedEnum = testAllTypes.findEnumTypeByName("NestedEnum"); in ReflectionTester()
2740 Assert.assertNotNull(nestedEnum); in ReflectionTester()
2748 this.nestedFoo = nestedEnum.findValueByName("FOO"); in ReflectionTester()
2749 this.nestedBar = nestedEnum.findValueByName("BAR"); in ReflectionTester()
2750 this.nestedBaz = nestedEnum.findValueByName("BAZ"); in ReflectionTester()