Searched defs:stoi (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/sys/dev/firewire/ |
H A D | fwphyreg.h | 63 stoi:1, member
|
/freebsd-src/contrib/llvm-project/libcxx/src/ |
H A D | string.cpp | 206 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
|