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

  /external/protobuf/java/src/main/java/com/google/protobuf/
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
BlockingService.java 56 * Equivalent to {@link Service#getRequestPrototype}.
58 Message getRequestPrototype(Descriptors.MethodDescriptor method);
  /external/protobuf/src/google/protobuf/
service.h 148 // returned by GetRequestPrototype(method) and
173 // particular subclass of Message. GetRequestPrototype() and
181 // Message* request = stub->GetRequestPrototype (method)->New();
185 virtual const Message& GetRequestPrototype(
  /external/protobuf/java/src/test/java/com/google/protobuf/
ServiceTest.java 102 assertSame(mockService.getRequestPrototype(fooDescriptor),
106 assertSame(mockService.getRequestPrototype(barDescriptor),
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_service.cc 98 "const ::google::protobuf::Message& GetRequestPrototype(\n"
276 "const ::google::protobuf::Message& $classname$::GetRequestPrototype(\n");
cpp_unittest.cc     [all...]

Completed in 512 milliseconds