Home | History | Annotate | Download | only in codegen

Lines Matching refs:send_

215   CallOpSendInitialMetadata() : send_(false) {
223 send_ = true;
236 if (!send_) return;
251 if (!send_) return;
253 send_ = false;
256 bool send_;
446 CallOpClientSendClose() : send_(false) {}
448 void ClientSendClose() { send_ = true; }
452 if (!send_) return;
458 void FinishOp(bool* status) { send_ = false; }
461 bool send_;