OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BarResponse
(Results
1 - 3
of
3
) sorted by null
/external/protobuf/java/core/src/test/java/com/google/protobuf/
ServiceTest.java
39
import protobuf_unittest.UnittestProto.
BarResponse
;
88
this.<
BarResponse
>wrapsCallback(barCallback));
109
BarResponse
.getDefaultInstance());
117
MockCallback<
BarResponse
> barCallback = new MockCallback<
BarResponse
>();
131
EasyMock.same(
BarResponse
.getDefaultInstance()),
150
BarResponse
barResponse
=
BarResponse
.newBuilder().build();
161
EasyMock.same(
BarResponse
.getDefaultInstance()))).andReturn(barResponse)
[
all
...]
DescriptorsTest.java
352
assertEquals(UnittestProto.
BarResponse
.getDescriptor(),
[
all
...]
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
UnittestProto3.cs
188
new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.
BarResponse
), global::Google.Protobuf.TestProtos.
BarResponse
.Parser, null, null, null, null)
[
all
...]
Completed in 57 milliseconds