Home
last modified time | relevance | path

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

/third_party/boost/libs/mpi/src/
Dexception.cpp15 : routine_(routine), result_code_(result_code) in exception()
17 message.append(routine_); in exception()
/third_party/boost/boost/mpi/
Dexception.hpp59 const char* routine() const { return routine_; } in routine()
80 const char* routine_; member in boost::mpi::exception