Searched refs:has_pending_ops_ (Results 1 – 4 of 4) sorted by relevance
127 has_pending_ops_(false) {} in ServerContext()138 has_pending_ops_(false) { in ServerContext()
675 ctx_->has_pending_ops_ = true; in Write()678 ctx_->has_pending_ops_ = false; in Write()753 ctx_->has_pending_ops_ = true; in Write()756 ctx_->has_pending_ops_ = false; in Write()
174 if (param.server_context->has_pending_ops_) { in RunHandler()223 if (param.server_context->has_pending_ops_) { in RunHandler()
308 bool has_pending_ops_; variable