Home
last modified time | relevance | path

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

/freebsd-src/sys/dev/firewire/
H A Dfwphyreg.h63 stoi:1, member
/freebsd-src/contrib/llvm-project/libcxx/src/
H A Dstring.cpp206 int stoi(const string& str, size_t* idx, int base) { return as_integer<int>("stoi", str, idx, base)… in stoi() function
227 int stoi(const wstring& str, size_t* idx, int base) { return as_integer<int>("stoi", str, idx, base… in stoi() function