Searched refs:llint_type (Results 1 – 2 of 2) sorted by relevance
42 using llint_type = long long int; typedef60 BOOST_CNV_TO_STRING ( llint_type v, optional<string_type>& r) const { to_str_(v, r); } in BOOST_CNV_TO_STRING()72 BOOST_CNV_STRING_TO (string_type const& s, optional< llint_type>& r) const { str_to_(s, r); } in BOOST_CNV_STRING_TO()
46 …template<typename string_type> void str_to(cnv::range<string_type> v, optional< llint_type>& r) co… in str_to()59 …template <typename char_type> cnv::range<char_type*> to_str ( llint_type v, char_type* buf) const … in to_str()