findExtensionByName 1087 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java       extension = extensionRegistry.findExtensionByName(name.toString());
findExtensionByName  138 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java                  file.findExtensionByName("optional_int32_extension"));
findExtensionByName  139 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java     assertNull(file.findExtensionByName("no_such_ext"));
findExtensionByName  140 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java     assertNull(file.findExtensionByName(
findExtensionByName 2901 third_party/protobuf/java/src/test/java/com/google/protobuf/TestUtil.java         result = file.findExtensionByName(name + "_extension");