Home
last modified time | relevance | path

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

/third_party/boost/boost/convert/
Dstrtol.hpp43 …g_type> void str_to(cnv::range<string_type> v, optional< int_type>& r) const { str_to_i (v, r); } in str_to()
44 …g_type> void str_to(cnv::range<string_type> v, optional< sint_type>& r) const { str_to_i (v, r); } in str_to()
45 …g_type> void str_to(cnv::range<string_type> v, optional< lint_type>& r) const { str_to_i (v, r); } in str_to()
46 …g_type> void str_to(cnv::range<string_type> v, optional< llint_type>& r) const { str_to_i (v, r); } in str_to()
47 …g_type> void str_to(cnv::range<string_type> v, optional< uint_type>& r) const { str_to_i (v, r); } in str_to()
48 …g_type> void str_to(cnv::range<string_type> v, optional< usint_type>& r) const { str_to_i (v, r); } in str_to()
49 …g_type> void str_to(cnv::range<string_type> v, optional< ulint_type>& r) const { str_to_i (v, r); } in str_to()
50 …g_type> void str_to(cnv::range<string_type> v, optional<ullint_type>& r) const { str_to_i (v, r); } in str_to()
64 …template<typename string_type, typename out_type> void str_to_i (cnv::range<string_…
159 boost::cnv::strtol::str_to_i(cnv::range<string_type> range, boost::optional<out_type>& result_out) … in str_to_i() function in boost::cnv::strtol