Home
last modified time | relevance | path

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

/third_party/boost/boost/convert/
Dstrtol.hpp32 struct boost::cnv::strtol : public boost::cnv::cnvbase<boost::cnv::strtol> struct in boost::cnv
34 typedef boost::cnv::strtol this_type;
35 typedef boost::cnv::cnvbase<this_type> base_type;
43 …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()
[all …]
/third_party/musl/porting/uniproton/kernel/src/stdlib/
Dstrtol.c36 long strtol(const char *restrict s, char **restrict p, int base) in strtol() function
/third_party/musl/porting/liteos_m/kernel/src/stdlib/
Dstrtol.c36 long strtol(const char *restrict s, char **restrict p, int base) in strtol() function
/third_party/musl/porting/liteos_a/kernel/src/stdlib/
Dstrtol.c36 long strtol(const char *restrict s, char **restrict p, int base) in strtol() function
/third_party/musl/src/stdlib/
Dstrtol.c36 long strtol(const char *restrict s, char **restrict p, int base) in strtol() function