Home
last modified time | relevance | path

Searched refs:BarRequest (Results 1 – 11 of 11) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DServiceTest.java43 import protobuf_unittest.UnittestProto.BarRequest;
81 BarRequest barRequest = BarRequest.newBuilder().build(); in testCallMethod()
108 BarRequest.getDefaultInstance()); in testGetPrototype()
116 BarRequest barRequest = BarRequest.newBuilder().build(); in testStub()
144 BarRequest barRequest = BarRequest.newBuilder().build(); in testBlockingStub()
DDescriptorsTest.java340 assertEquals(UnittestProto.BarRequest.getDescriptor(), in testServiceDescriptor()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/
DServiceTest.java38 import protobuf_unittest.UnittestProto.BarRequest;
80 BarRequest barRequest = BarRequest.newBuilder().build(); in testCallMethod()
107 BarRequest.getDefaultInstance()); in testGetPrototype()
115 BarRequest barRequest = BarRequest.newBuilder().build(); in testStub()
143 BarRequest barRequest = BarRequest.newBuilder().build(); in testBlockingStub()
DDescriptorsTest.java350 assertEquals(UnittestProto.BarRequest.getDescriptor(), in testServiceDescriptor()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Dservice_reflection_test.py84 unittest_pb2.BarRequest(), MyCallback)
103 unittest_pb2.BarRequest(), MyCallback)
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs186 …Info(typeof(global::Google.Protobuf.TestProtos.BarRequest), global::Google.Protobuf.TestProtos.Bar… in UnittestProto3Reflection()
6464 public sealed partial class BarRequest : pb::IMessage<BarRequest> { class
6465 …ate static readonly pb::MessageParser<BarRequest> _parser = new pb::MessageParser<BarRequest>(() =…
6467 public static pb::MessageParser<BarRequest> Parser { get { return _parser; } }
6480 public BarRequest() { in BarRequest() method in Google.Protobuf.TestProtos.BarRequest
6487 public BarRequest(BarRequest other) : this() { in BarRequest() method in Google.Protobuf.TestProtos.BarRequest
6491 public BarRequest Clone() { in Clone()
6492 return new BarRequest(this); in Clone()
6497 return Equals(other as BarRequest); in Equals()
6501 public bool Equals(BarRequest other) { in Equals()
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dunittest_proto3.proto382 rpc Bar(BarRequest) returns (BarResponse);
386 message BarRequest {} message
Dunittest.proto874 rpc Bar(BarRequest) returns (BarResponse);
878 message BarRequest {} message
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest.proto714 rpc Bar(BarRequest) returns (BarResponse);
718 message BarRequest {} message
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Dunittest.proto714 rpc Bar(BarRequest) returns (BarResponse);
718 message BarRequest {} message
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/
Dcpp_unittest.cc1156 const unittest::BarRequest* request, in Bar()
1275 unittest::BarRequest bar_request_;
1350 EXPECT_EQ(&unittest::BarRequest::default_instance(), in TEST_F()