Home
last modified time | relevance | path

Searched refs:FooResponse (Results 1 - 8 of 8) sorted by relevance

/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
H A DServiceTest.java42 import protobuf_unittest.UnittestProto.FooResponse;
87 this.<FooResponse>wrapsCallback(fooCallback)); in testCallMethod()
106 FooResponse.getDefaultInstance()); in testGetPrototype()
117 MockCallback<FooResponse> fooCallback = new MockCallback<FooResponse>(); in testStub()
126 EasyMock.same(FooResponse.getDefaultInstance()), in testStub()
150 FooResponse fooResponse = FooResponse.newBuilder().build(); in testBlockingStub()
157 EasyMock.same(FooResponse.getDefaultInstance()))).andReturn(fooResponse); in testBlockingStub()
H A DDescriptorsTest.java334 assertEquals(UnittestProto.FooResponse.getDescriptor(), in testServiceDescriptor()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DServiceTest.java40 import protobuf_unittest.UnittestProto.FooResponse;
85 this.<FooResponse>wrapsCallback(fooCallback)); in testCallMethod()
106 assertSame(mockService.getResponsePrototype(fooDescriptor), FooResponse.getDefaultInstance()); in testGetPrototype()
115 MockCallback<FooResponse> fooCallback = new MockCallback<FooResponse>(); in testStub()
124 EasyMock.same(FooResponse.getDefaultInstance()), in testStub()
146 FooResponse fooResponse = FooResponse.newBuilder().build(); in testBlockingStub()
154 EasyMock.same(FooResponse.getDefaultInstance()))) in testBlockingStub()
H A DDescriptorsTest.java318 assertEquals(UnittestProto.FooResponse.getDescriptor(), fooMethod.getOutputType()); in testServiceDescriptor()
/third_party/protobuf/python/google/protobuf/internal/
H A Dservice_reflection_test.py137 self.assertIsInstance(self.callback_response, unittest_pb2.FooResponse)
/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/
H A Dservice_reflection_test.py129 unittest_pb2.FooResponse))
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestProto3.cs191 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.FooResponse), global::Google.Protobuf.TestProtos.FooResponse.Parser, null, null, null, null, null), in UnittestProto3Reflection()
8709 public sealed partial class FooResponse : pb::IMessage<FooResponse> class
8714 private static readonly pb::MessageParser<FooResponse> _parser = new pb::MessageParser<FooResponse>(() => new FooResponse());
8717 public static pb::MessageParser<FooResponse> Parser { get { return _parser; } }
8730 public FooResponse() { in FooResponse() method in Google.Protobuf.TestProtos.FooResponse
8737 public FooResponse(FooRespons method in Google.Protobuf.TestProtos.FooResponse
[all...]
H A DUnittest.cs737 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.Proto2.FooResponse), global::Google.Protobuf.TestProtos.Proto2.FooResponse.Parser, null, null, null, null, null), in UnittestReflection()
26766 public sealed partial class FooResponse : pb::IMessage<FooResponse> global() class
26787 public FooResponse() { FooResponse() method in Google.Protobuf.TestProtos.Proto2.FooResponse
26794 public FooResponse(FooResponse other) : this() { FooResponse() method in Google.Protobuf.TestProtos.Proto2.FooResponse
[all...]

Completed in 60 milliseconds