Searched refs:pruned_ (Results 1 – 2 of 2) sorted by relevance
865 write_state_(STATE_WRITE_INIT), connected_(true), pruned_(false), in Connection()977 if (!pruned_ && (write_state_ == STATE_WRITE_TIMEOUT)) { in OnReadPacket()1012 if (!pruned_ && (write_state_ == STATE_WRITE_TIMEOUT)) in OnReadPacket()1075 if (!pruned_) { in Prune()1077 pruned_ = true; in Prune()
487 bool pruned() const { return pruned_; } in pruned()562 bool pruned_; variable