Searched refs:new_endpoints (Results 1 – 1 of 1) sorted by relevance
28 std::vector<ErrorOr<DnsSdInstanceEndpoint>>* new_endpoints, in ProcessErrors() argument31 OSP_DCHECK(new_endpoints); in ProcessErrors()34 auto new_it = new_endpoints->begin(); in ProcessErrors()38 while (old_it != old_endpoints->end() && new_it != new_endpoints->end()) { in ProcessErrors()71 for (; new_it != new_endpoints->end() && new_it->is_error(); new_it++) { in ProcessErrors()77 new_endpoints->erase(new_endpoints->begin(), new_it); in ProcessErrors()125 std::vector<DnsSdInstanceEndpoint> new_endpoints, in CalculateChangeSets() argument138 const int total_count = old_endpoints.size() + new_endpoints.size(); in CalculateChangeSets()144 auto new_end = std::set_difference(new_endpoints.begin(), new_endpoints.end(), in CalculateChangeSets()154 new_endpoints.begin(), new_endpoints.end(), in CalculateChangeSets()[all …]