Home
last modified time | relevance | path

Searched refs:coalesce_ (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc/test/cpp/qps/
Dclient_async.cc355 coalesce_(false) {} in ClientRpcContextStreamingPingPongImpl()
381 if (coalesce_ && messages_issued_ == messages_per_stream_ - 1) { in RunNextState()
402 if (coalesce_) { in RunNextState()
429 clone->StartInternal(cq, messages_per_stream_, coalesce_); in StartNewClone()
466 bool coalesce_; member in grpc::testing::ClientRpcContextStreamingPingPongImpl
473 coalesce_ = coalesce; in StartInternal()
474 if (coalesce_) { in StartInternal()
481 if (coalesce_) { in StartInternal()