OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fooMethod
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/java/src/test/java/com/google/protobuf/
ServiceTest.java
175
MethodDescriptor
fooMethod
=
193
service.callMethod(
fooMethod
, controller, request, callback);
205
MethodDescriptor
fooMethod
=
222
service.callBlockingMethod(
fooMethod
, controller, request);
DescriptorsTest.java
325
MethodDescriptor
fooMethod
= service.getMethods().get(0);
326
assertEquals("Foo",
fooMethod
.getName());
328
fooMethod
.getInputType());
330
fooMethod
.getOutputType());
331
assertEquals(
fooMethod
, service.findMethodByName("Foo"));
Completed in 62 milliseconds