Home
last modified time | relevance | path

Searched refs:findServiceByName (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DDescriptorsTest.java126 assertEquals(service, file.findServiceByName("TestService")); in testFileDescriptor()
127 assertNull(file.findServiceByName("NoSuchType")); in testFileDescriptor()
128 assertNull(file.findServiceByName("protobuf_unittest.TestService")); in testFileDescriptor()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/
DDescriptorsTest.java127 assertEquals(service, file.findServiceByName("TestService")); in testFileDescriptor()
128 assertNull(file.findServiceByName("NoSuchType")); in testFileDescriptor()
129 assertNull(file.findServiceByName("protobuf_unittest.TestService")); in testFileDescriptor()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DDescriptors.java214 public ServiceDescriptor findServiceByName(String name) { in findServiceByName() method in Descriptors.FileDescriptor