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

/freebsd-current/sys/dev/firewire/
H A Dfwphyreg.h63 stoi:1, member in struct:phyreg_base
/freebsd-current/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); } function
227 int stoi(const wstring& str, size_t* idx, int base) { return as_integer<int>("stoi", str, idx, base); } function

Completed in 198 milliseconds