HomeSort by relevance Sort by last modified time
    Searched defs:BarRequest (Results 1 - 3 of 3) 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/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...]

Completed in 50 milliseconds