Searched defs:request_call (Results 1 – 8 of 8) sorted by relevance
141 std::thread request_call([this]() { server_ok(4); }); in SendRpc() local284 std::thread request_call([this]() { server_ok(4); }); in TEST_F() local338 std::thread request_call([this]() { server_ok(2); }); in TEST_F() local
532 std::thread request_call([cq]() { Verifier().Expect(4, true).Verify(cq); }); in TEST_F() local
36 def request_call( member in Server
171 Empty request_call = 20; field
74 request_call: Option<RequestCallContext>, field213 request_call: Option<RequestCallContext>, field
185 Empty request_call = 20; field
441 static void request_call(grpc_end2end_proxy* proxy) { in request_call() function
325 pub fn request_call(ctx: RequestCallContext, cq: &CompletionQueue) { in request_call() function