Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxx/src/
H A Dstring.cpp106 inline int as_integer(const string& func, const string& s, size_t* idx, int base) { in as_integer() function
115 inline long as_integer(const string& func, const string& s, size_t* idx, int base) { in as_integer() function
120 inline unsigned long as_integer(const string& func, const string& s, size_t* idx, int base) { in as_integer() function
125 inline long long as_integer(const string& func, const string& s, size_t* idx, int base) { in as_integer() function
130 inline unsigned long long as_integer(const string& func, const string& s, size_t* idx, int base) { in as_integer() function
137 inline int as_integer(const string& func, const wstring& s, size_t* idx, int base) { in as_integer() function
146 inline long as_integer(const string& func, const wstring& s, size_t* idx, int base) { in as_integer() function
153 as_integer(const string& func, const wstring& s, size_t* idx, int base) in as_integer() function
159 inline long long as_integer(const string& func, const wstring& s, size_t* idx, int base) { in as_integer() function
164 inline unsigned long long as_integer(const string& func, const wstring& s, size_t* idx, int base) { in as_integer() function
/openbsd-src/usr.bin/dig/lib/isc/include/isc/
H A Dsymtab.h96 int as_integer; member