Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/
H A Dstring.cpp104 inline unsigned long as_integer(const string& func, const string& s, size_t* idx, int base) { in as_integer() function
109 inline long long as_integer(const string& func, const string& s, size_t* idx, int base) { in as_integer() function
114 inline unsigned long long as_integer(const string& func, const string& s, size_t* idx, int base) { in as_integer() function
135 inline unsigned long as_integer(cons function
95 inline int as_integer(const string& func, const string& s, size_t* idx, int base) { as_integer() function
119 inline unsigned long long as_integer(const string& func, const string& s, size_t* idx, int base) { as_integer() function
126 inline int as_integer(const string& func, const wstring& s, size_t* idx, int base) { as_integer() function
142 as_integer(const string& func, const wstring& s, size_t* idx, int base) as_integer() function
148 inline long long as_integer(const string& func, const wstring& s, size_t* idx, int base) { as_integer() function
153 inline unsigned long long as_integer(const string& func, const wstring& s, size_t* idx, int base) { as_integer() function
[all...]