Searched defs:to_string_using_backtrace (Results 1 – 1 of 1) sorted by relevance
113 struct to_string_using_backtrace { struct114 std::string res;115 boost::stacktrace::detail::program_location prog_location;117 std::string filename;118 std::size_t line;120 void prepare_function_name(const void* addr) { in prepare_function_name()142 bool prepare_source_location(const void* /*addr*/) { in prepare_source_location()154 to_string_using_backtrace() BOOST_NOEXCEPT { in to_string_using_backtrace() argument