HomeSort by relevance Sort by last modified time
    Searched defs:getRequestPrototype (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
BlockingService.java 56 * Equivalent to {@link Service#getRequestPrototype}.
58 Message getRequestPrototype(Descriptors.MethodDescriptor method);
Service.java 63 * {@code getRequestPrototype(method)}.
91 * particular subclass of {@code Message}. {@code getRequestPrototype()}
102 * stub.getRequestPrototype(method).newBuilderForType()
107 Message getRequestPrototype(Descriptors.MethodDescriptor method);
110 * Like {@code getRequestPrototype()}, but gets a prototype of the response
  /external/protobuf/java/src/main/java/com/google/protobuf/
BlockingService.java 56 * Equivalent to {@link Service#getRequestPrototype}.
58 Message getRequestPrototype(Descriptors.MethodDescriptor method);
Service.java 63 * {@code getRequestPrototype(method)}.
91 * particular subclass of {@code Message}. {@code getRequestPrototype()}
102 * stub.getRequestPrototype(method).newBuilderForType()
107 Message getRequestPrototype(Descriptors.MethodDescriptor method);
110 * Like {@code getRequestPrototype()}, but gets a prototype of the response
  /external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
ServiceTest.java 102 assertSame(mockService.getRequestPrototype(fooDescriptor),
106 assertSame(mockService.getRequestPrototype(barDescriptor),
  /external/protobuf/java/src/test/java/com/google/protobuf/
ServiceTest.java 102 assertSame(mockService.getRequestPrototype(fooDescriptor),
106 assertSame(mockService.getRequestPrototype(barDescriptor),

Completed in 345 milliseconds