Lines Matching refs:response
66 // MyResponse* response,
68 // // ... read request and fill in response ...
82 // FooResponse response;
86 // stub.Foo(&controller, request, &response, NewCallback(HandleResponse));
151 // * request and response are of the exact same classes as the objects
155 // response must not be accessed at all until "done" is called.
165 // * If the RPC succeeded, "response" contains the response returned by
167 // * If the RPC failed, "response"'s contents are undefined. The
172 Message* response, Closure* done) = 0;
174 // CallMethod() requires that the request and response passed in are of a
184 // Message* response = stub->GetResponsePrototype(method)->New();
186 // service->CallMethod(method, *request, response, callback);
220 // contents of the response message are undefined.
240 // should incorporate it into your response protocol buffer and should
269 // service->MyMethod(request, &response, callback);
277 // are less strict in one important way: the request and response objects
282 Message* response, Closure* done) = 0;