findServiceByName 125 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java assertEquals(service, file.findServiceByName("TestService")); findServiceByName 126 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java assertNull(file.findServiceByName("NoSuchType")); findServiceByName 127 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java assertNull(file.findServiceByName("protobuf_unittest.TestService"));