Home
last modified time | relevance | path

Searched defs:to_string_using_backtrace (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/stacktrace/detail/
Dlibbacktrace_impls.hpp113 struct to_string_using_backtrace { struct
114 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