OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:callBlockingMethod
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
BlockingRpcChannel.java
43
* {@code
callBlockingMethod
()} is the blocking equivalent to
46
Message
callBlockingMethod
(
BlockingService.java
47
* {@code
callBlockingMethod
()} returns the result of the RPC or throws a
51
Message
callBlockingMethod
(Descriptors.MethodDescriptor method,
/external/protobuf/java/src/main/java/com/google/protobuf/
BlockingRpcChannel.java
43
* {@code
callBlockingMethod
()} is the blocking equivalent to
46
Message
callBlockingMethod
(
BlockingService.java
47
* {@code
callBlockingMethod
()} returns the result of the RPC or throws a
51
Message
callBlockingMethod
(Descriptors.MethodDescriptor method,
/external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
ServiceTest.java
152
EasyMock.expect(mockChannel.
callBlockingMethod
(
157
EasyMock.expect(mockChannel.
callBlockingMethod
(
216
service.
callBlockingMethod
(fooMethod, controller, request);
/external/protobuf/java/src/test/java/com/google/protobuf/
ServiceTest.java
152
EasyMock.expect(mockChannel.
callBlockingMethod
(
157
EasyMock.expect(mockChannel.
callBlockingMethod
(
222
service.
callBlockingMethod
(fooMethod, controller, request);
Completed in 32 milliseconds