Home
last modified time | relevance | path

Searched refs:endpoint_vector (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/mojo/public/cpp/bindings/lib/
Dmultiplex_router.cc655 std::vector<scoped_refptr<InterfaceEndpoint>> endpoint_vector; in OnPipeConnectionError() local
656 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()