HomeSort by relevance Sort by last modified time
    Searched refs:send_ (Results 1 - 5 of 5) sorted by null

  /external/grpc-grpc/include/grpcpp/impl/codegen/
call.h 215 CallOpSendInitialMetadata() : send_(false) {
223 send_ = true;
236 if (!send_) return;
251 if (!send_) return;
253 send_ = false;
256 bool send_; member in class:grpc::internal::CallOpSendInitialMetadata
446 CallOpClientSendClose() : send_(false) {}
448 void ClientSendClose() { send_ = true; }
452 if (!send_) return;
458 void FinishOp(bool* status) { send_ = false;
461 bool send_; member in class:grpc::internal::CallOpClientSendClose
    [all...]
  /external/webrtc/webrtc/base/
winping.cc 149 : dll_(0), hping_(INVALID_HANDLE_VALUE), create_(0), close_(0), send_(0),
161 send_ = (PIcmpSendEcho) GetProcAddress(dll_, ICMP_SEND_FUNC);
162 if (!create_ || !close_ || !send_) {
245 result = send_(hping_, ip.ipv4_address().S_un.S_addr, data_,
winping.h 91 PIcmpSendEcho send_; member in class:rtc::WinPing
  /external/webrtc/talk/media/webrtc/
webrtcvoiceengine.h 265 SendFlags send_ = SEND_NOTHING; member in class:cricket::final
webrtcvoiceengine.cc     [all...]

Completed in 381 milliseconds