Searched refs:BarResponse (Results 1 - 7 of 7) sorted by relevance
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ |
H A D | ServiceTest.java | 44 import protobuf_unittest.UnittestProto.BarResponse; 89 this.<BarResponse>wrapsCallback(barCallback)); in testCallMethod() 110 BarResponse.getDefaultInstance()); in testGetPrototype() 118 MockCallback<BarResponse> barCallback = new MockCallback<BarResponse>(); in testStub() 132 EasyMock.same(BarResponse.getDefaultInstance()), in testStub() 151 BarResponse barResponse = BarResponse.newBuilder().build(); in testBlockingStub() 162 EasyMock.same(BarResponse.getDefaultInstance()))).andReturn(barResponse); in testBlockingStub()
|
H A D | DescriptorsTest.java | 342 assertEquals(UnittestProto.BarResponse.getDescriptor(), in testServiceDescriptor()
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | ServiceTest.java | 38 import protobuf_unittest.UnittestProto.BarResponse; 89 this.<BarResponse>wrapsCallback(barCallback)); in testCallMethod() 108 assertSame(mockService.getResponsePrototype(barDescriptor), BarResponse.getDefaultInstance()); in testGetPrototype() 116 MockCallback<BarResponse> barCallback = new MockCallback<BarResponse>(); in testStub() 130 EasyMock.same(BarResponse.getDefaultInstance()), in testStub() 147 BarResponse barResponse = BarResponse.newBuilder().build(); in testBlockingStub() 161 EasyMock.same(BarResponse.getDefaultInstance()))) in testBlockingStub()
|
H A D | DescriptorsTest.java | 324 assertEquals(UnittestProto.BarResponse.getDescriptor(), barMethod.getOutputType()); in testServiceDescriptor()
|
/third_party/protobuf/python/google/protobuf/internal/ |
H A D | service_reflection_test.py | 88 unittest_pb2.BarResponse)
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
H A D | UnittestProto3.cs | 195 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.BarResponse), global::Google.Protobuf.TestProtos.BarResponse.Parser, null, null, null, null, null), in UnittestProto3Reflection() 9253 public sealed partial class BarResponse : pb::IMessage<BarResponse> class 9258 private static readonly pb::MessageParser<BarResponse> _parser = new pb::MessageParser<BarResponse>(() => new BarResponse()); 9261 public static pb::MessageParser<BarResponse> Parser { get { return _parser; } } 9274 public BarResponse() { in BarResponse() method in Google.Protobuf.TestProtos.BarResponse 9281 public BarResponse(BarRespons method in Google.Protobuf.TestProtos.BarResponse [all...] |
H A D | Unittest.cs | 741 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.Proto2.BarResponse), global::Google.Protobuf.TestProtos.Proto2.BarResponse.Parser, null, null, null, null, null), in UnittestReflection() 27310 public sealed partial class BarResponse : pb::IMessage<BarResponse> global() class 27331 public BarResponse() { BarResponse() method in Google.Protobuf.TestProtos.Proto2.BarResponse 27338 public BarResponse(BarResponse other) : this() { BarResponse() method in Google.Protobuf.TestProtos.Proto2.BarResponse [all...] |
Completed in 55 milliseconds