Searched refs:pending_operations_ (Results 1 – 2 of 2) sorted by relevance
90 pending_operations_.emplace(sequence_number, operation); in RecordOperation()98 auto it = pending_operations_.begin(); in RecordOperation()99 while (it != pending_operations_.end() && in RecordOperation()102 it = pending_operations_.erase(it); in RecordOperation()
393 pending_operations_; variable