Searched refs:method_hdl (Results 1 – 1 of 1) sorted by relevance
/external/grpc-grpc/test/cpp/microbenchmarks/ |
D | bm_call_create.cc | 111 void* method_hdl = grpc_channel_register_call(fixture.channel(), "/foo/bar", in BM_CallCreateDestroy() local 115 fixture.channel(), nullptr, GRPC_PROPAGATE_DEFAULTS, cq, method_hdl, in BM_CallCreateDestroy() 730 void* method_hdl = grpc_channel_register_call(fixture.channel(), "/foo/bar", in BM_IsolatedCall_NoOp() local 736 method_hdl, deadline, nullptr)); in BM_IsolatedCall_NoOp() 745 void* method_hdl = grpc_channel_register_call(fixture.channel(), "/foo/bar", in BM_IsolatedCall_Unary() local 775 method_hdl, deadline, nullptr); in BM_IsolatedCall_Unary() 791 void* method_hdl = grpc_channel_register_call(fixture.channel(), "/foo/bar", in BM_IsolatedCall_StreamingSend() local 807 method_hdl, deadline, nullptr); in BM_IsolatedCall_StreamingSend()
|