Searched refs:replied_ (Results 1 – 2 of 2) sorted by relevance
26 replied_{IsImpulse()} {40 replied_ = true; in operator =()45 std::swap(replied_, other.replied_); in operator =()54 if (!replied_) { in Destroy()249 replied_ = ret.ok(); in Reply()261 replied_ = ret.ok(); in ReplyFileDescriptor()274 replied_ = ret.ok(); in ReplyError()292 replied_ = ret.ok(); in Reply()310 replied_ = ret.ok(); in Reply()322 replied_ = ret.ok(); in Reply()[all …]
335 bool replied() const { return replied_; } in replied()343 explicit operator bool() const { return !replied_; }359 bool replied_; variable