Searched refs:replace_all_in_string (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/policies/ |
| H A D | error_handling.hpp | 90 inline void replace_all_in_string(std::string& result, const char* what, const char* with) in replace_all_in_string() function 134 replace_all_in_string(function, "%1%", boost::math::policies::detail::name_of<T>()); in raise_error() 136 replace_all_in_string(function, "%1%", "Unknown"); in raise_error() 158 replace_all_in_string(function, "%1%", boost::math::policies::detail::name_of<T>()); in raise_error() 160 replace_all_in_string(function, "%1%", "Unknown"); in raise_error() 166 replace_all_in_string(message, "%1%", sval.c_str()); in raise_error() 350 replace_all_in_string(m, "%1%", sval.c_str()); in raise_overflow_error()
|