Home
last modified time | relevance | path

Searched defs:SetCall (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/include/grpcpp/impl/
Dinterceptor_common.h216 void SetCall(Call* call) { call_ = call; } in SetCall() function
/third_party/grpc/test/core/end2end/fuzzers/
Dfuzzing_common.cc94 void SetCall(grpc_call* call) { in SetCall() function in grpc_core::testing::Call