OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fooMethod
(Results
1 - 4
of
4
) sorted by null
/external/protobuf/java/core/src/test/java/com/google/protobuf/
ServiceTest.java
175
MethodDescriptor
fooMethod
=
195
service.callMethod(
fooMethod
, controller, request, callback);
207
MethodDescriptor
fooMethod
=
218
service.callBlockingMethod(
fooMethod
, controller, request);
DescriptorsTest.java
340
MethodDescriptor
fooMethod
= service.getMethods().get(0);
341
assertEquals("Foo",
fooMethod
.getName());
343
fooMethod
.getInputType());
345
fooMethod
.getOutputType());
346
assertEquals(
fooMethod
, service.findMethodByName("Foo"));
[
all
...]
/external/grpc-grpc/src/csharp/Grpc.Examples.Tests/
MathServiceImplTestabilityTest.cs
41
var fakeServerCallContext = TestServerCallContext.Create("
fooMethod
", null, DateTime.UtcNow.AddHours(1), new Metadata(), CancellationToken.None, "127.0.0.1", null, null, (metadata) => TaskUtils.CompletedTask, () => new WriteOptions(), (writeOptions) => { });
/external/guice/core/test/com/google/inject/
MethodInterceptionTest.java
199
Method
fooMethod
= Interceptable.class.getMethod("foo");
202
fooMethod
, ImmutableList.of(countingInterceptor, returnNullInterceptor),
Completed in 292 milliseconds