Home
last modified time | relevance | path

Searched defs:recv_impl (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/mpi/
Dcommunicator.hpp1362 status communicator::recv_impl(int source, int tag, T& value, mpl::true_) const in recv_impl() function in boost::mpi::communicator
1374 communicator::recv_impl(int source, int tag, T& value, mpl::false_) const in recv_impl() function in boost::mpi::communicator
/third_party/cef/libcef/renderer/
Dv8_impl.cc2410 CefV8ValueImpl* recv_impl = static_cast<CefV8ValueImpl*>(object.get()); in ExecuteFunctionWithContext() local