HomeSort by relevance Sort by last modified time
    Searched full:barresponse (Results 1 - 8 of 8) 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/src/google/protobuf/
unittest_proto3.proto 382 rpc Bar(BarRequest) returns (BarResponse);
387 message BarResponse {}
unittest.proto 873 rpc Bar(BarRequest) returns (BarResponse);
878 message BarResponse {}
descriptor_unittest.cc     [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...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc     [all...]
  /external/protobuf/python/google/protobuf/internal/
descriptor_test.py 714 output_type: '.protobuf_unittest.BarResponse'
    [all...]

Completed in 209 milliseconds