Searched refs:lint_type (Results 1 – 2 of 2) sorted by relevance
38 using lint_type = long int; typedef59 BOOST_CNV_TO_STRING ( lint_type v, optional<string_type>& r) const { to_str_(v, r); } in BOOST_CNV_TO_STRING()71 BOOST_CNV_STRING_TO (string_type const& s, optional< lint_type>& r) const { str_to_(s, r); } in BOOST_CNV_STRING_TO()
45 …template<typename string_type> void str_to(cnv::range<string_type> v, optional< lint_type>& r) co… in str_to()57 …template <typename char_type> cnv::range<char_type*> to_str ( lint_type v, char_type* buf) const … in to_str()