Searched refs:transient_error_ids_ (Results 1 – 2 of 2) sorted by relevance
228 transient_error_ids_.push_back(id); in SetTransientErrorId()560 return find(transient_error_ids_.begin(), transient_error_ids_.end(), id) in ShouldTransientErrorThisId()561 != transient_error_ids_.end(); in ShouldTransientErrorThisId()
326 std::vector<syncable::Id> transient_error_ids_; variable