Searched refs:recv_impl (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/boost/mpi/ |
D | communicator.hpp | 1012 status recv_impl(int source, int tag, T& value, mpl::true_) const; 1022 status recv_impl(int source, int tag, T& value, mpl::false_) const; 1362 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 1391 return this->recv_impl(source, tag, value, is_mpi_datatype<T>()); in recv() 1454 return this->recv_impl(source, tag, value, false_type); in recv_vector()
|
/third_party/cef/libcef/renderer/ |
D | v8_impl.cc | 2410 CefV8ValueImpl* recv_impl = static_cast<CefV8ValueImpl*>(object.get()); in ExecuteFunctionWithContext() local 2411 recv = v8::Local<v8::Object>::Cast(recv_impl->GetV8Value(true)); in ExecuteFunctionWithContext()
|