HomeSort by relevance Sort by last modified time
    Searched full:barrequest (Results 1 - 9 of 9) sorted by null

  /external/protobuf/java/core/src/test/java/com/google/protobuf/
ServiceTest.java 38 import protobuf_unittest.UnittestProto.BarRequest;
80 BarRequest barRequest = BarRequest.newBuilder().build();
87 mockService.bar(EasyMock.same(mockController), EasyMock.same(barRequest),
94 barRequest, barCallback);
107 BarRequest.getDefaultInstance());
115 BarRequest barRequest = BarRequest.newBuilder().build()
    [all...]
DescriptorsTest.java 350 assertEquals(UnittestProto.BarRequest.getDescriptor(),
    [all...]
  /external/protobuf/python/google/protobuf/internal/
service_reflection_test.py 84 unittest_pb2.BarRequest(), MyCallback)
103 unittest_pb2.BarRequest(), MyCallback)
descriptor_test.py 713 input_type: '.protobuf_unittest.BarRequest'
    [all...]
  /external/protobuf/src/google/protobuf/
unittest_proto3.proto 382 rpc Bar(BarRequest) returns (BarResponse);
386 message BarRequest {}
unittest.proto 873 rpc Bar(BarRequest) returns (BarResponse);
877 message BarRequest {}
descriptor_unittest.cc     [all...]
  /external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
UnittestProto3.cs 187 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.BarRequest), global::Google.Protobuf.TestProtos.BarRequest.Parser, null, null, null, null),
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc     [all...]

Completed in 198 milliseconds