Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libc++/src/
H A Dstring.cpp81 as_integer(const string& func, const S& s, size_t* idx, int base);
87 as_integer(const string& func, const string& s, size_t* idx, int base ) in as_integer() function
99 as_integer(const string& func, const string& s, size_t* idx, int base ) in as_integer() function
252 return as_integer<int>( "stoi", str, idx, base ); in stoi()
258 return as_integer<int>( "stoi", str, idx, base ); in stoi()
264 return as_integer<long>( "stol", str, idx, base ); in stol()
270 return as_integer<long>( "stol", str, idx, base ); in stol()
276 return as_integer<unsigned long>( "stoul", str, idx, base ); in stoul()
282 return as_integer<unsigned long>( "stoul", str, idx, base ); in stoul()
288 return as_integer<long long>( "stoll", str, idx, base ); in stoll()
[all …]
/freebsd-12.1/contrib/ntp/lib/isc/include/isc/
H A Dsymtab.h98 int as_integer; member