Searched refs:endpoint_vector (Results 1 – 1 of 1) sorted by relevance
655 std::vector<scoped_refptr<InterfaceEndpoint>> endpoint_vector; in OnPipeConnectionError() local656 endpoint_vector.reserve(endpoints_.size()); in OnPipeConnectionError()658 endpoint_vector.push_back(pair.second); in OnPipeConnectionError()660 for (const auto& endpoint : endpoint_vector) { in OnPipeConnectionError()