Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/srs/projections/
Dexception.hpp33 , m_msg(projections::detail::pj_strerrno(code)) in projection_exception()
84 return pj_strerrno(error_unknown_projection_id); in msg()
89 return pj_strerrno(error_unknown_projection_id) + " (" + proj_name + ")"; in msg()
/third_party/boost/boost/geometry/srs/projections/impl/
Dpj_strerrno.hpp173 inline std::string pj_strerrno(int err) { in pj_strerrno() function