findEnumTypeByName 114 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java assertEquals(enumType, file.findEnumTypeByName("ForeignEnum")); findEnumTypeByName 115 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java assertNull(file.findEnumTypeByName("NoSuchType")); findEnumTypeByName 116 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java assertNull(file.findEnumTypeByName("protobuf_unittest.ForeignEnum")); findEnumTypeByName 186 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java assertEquals(enumType, messageType.findEnumTypeByName("NestedEnum")); findEnumTypeByName 187 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java assertNull(messageType.findEnumTypeByName("NoSuchType")); findEnumTypeByName 2846 third_party/protobuf/java/src/test/java/com/google/protobuf/TestUtil.java this.nestedEnum = testAllTypes.findEnumTypeByName("NestedEnum"); findEnumTypeByName 2847 third_party/protobuf/java/src/test/java/com/google/protobuf/TestUtil.java this.foreignEnum = file.findEnumTypeByName("ForeignEnum"); findEnumTypeByName 2848 third_party/protobuf/java/src/test/java/com/google/protobuf/TestUtil.java this.importEnum = importFile.findEnumTypeByName("ImportEnum");