Home
last modified time | relevance | path

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

/third_party/boost/boost/graph/distributed/detail/
Dqueue.ipp33 outgoing_buffers.reset(
51 outgoing_buffers.reset(
67 outgoing_buffers.reset(
78 if (outgoing_buffers)
79 outgoing_buffers->at(dest).push_back(x);
151 if (outgoing_buffers) {
156 outgoing_buffer_t& outgoing = outgoing_buffers->at(dest);
/third_party/boost/boost/graph/distributed/
Dqueue.hpp232 shared_ptr<outgoing_buffers_t> outgoing_buffers; member in boost::graph::distributed::distributed_queue