• Home
  • Raw
  • Download

Lines Matching refs:fixture

108   Fixture fixture;  in BM_CallCreateDestroy()  local
111 void* method_hdl = grpc_channel_register_call(fixture.channel(), "/foo/bar", in BM_CallCreateDestroy()
115 fixture.channel(), nullptr, GRPC_PROPAGATE_DEFAULTS, cq, method_hdl, in BM_CallCreateDestroy()
505 Fixture fixture; in BM_IsolatedFilter() local
517 if (fixture.filter != nullptr) { in BM_IsolatedFilter()
518 filters.push_back(fixture.filter); in BM_IsolatedFilter()
520 if (fixture.flags & CHECKS_NOT_LAST) { in BM_IsolatedFilter()
534 fixture.flags & REQUIRES_TRANSPORT in BM_IsolatedFilter()
728 IsolatedCallFixture fixture; in BM_IsolatedCall_NoOp() local
730 void* method_hdl = grpc_channel_register_call(fixture.channel(), "/foo/bar", in BM_IsolatedCall_NoOp()
735 fixture.channel(), nullptr, GRPC_PROPAGATE_DEFAULTS, fixture.cq(), in BM_IsolatedCall_NoOp()
738 fixture.Finish(state); in BM_IsolatedCall_NoOp()
743 IsolatedCallFixture fixture; in BM_IsolatedCall_Unary() local
745 void* method_hdl = grpc_channel_register_call(fixture.channel(), "/foo/bar", in BM_IsolatedCall_Unary()
774 fixture.channel(), nullptr, GRPC_PROPAGATE_DEFAULTS, fixture.cq(), in BM_IsolatedCall_Unary()
777 grpc_completion_queue_next(fixture.cq(), in BM_IsolatedCall_Unary()
781 fixture.Finish(state); in BM_IsolatedCall_Unary()
789 IsolatedCallFixture fixture; in BM_IsolatedCall_StreamingSend() local
791 void* method_hdl = grpc_channel_register_call(fixture.channel(), "/foo/bar", in BM_IsolatedCall_StreamingSend()
806 fixture.channel(), nullptr, GRPC_PROPAGATE_DEFAULTS, fixture.cq(), in BM_IsolatedCall_StreamingSend()
809 grpc_completion_queue_next(fixture.cq(), gpr_inf_future(GPR_CLOCK_MONOTONIC), in BM_IsolatedCall_StreamingSend()
817 grpc_completion_queue_next(fixture.cq(), in BM_IsolatedCall_StreamingSend()
821 fixture.Finish(state); in BM_IsolatedCall_StreamingSend()