Searched refs:stol (Results 1 - 2 of 2) sorted by relevance
/third_party/json/tests/thirdparty/Fuzzer/ |
H A D | FuzzerTracePC.cpp | 119 uintptr_t FixedPC = std::stol(FixedPCStr, 0, 16); 160 uintptr_t PcOffset = std::stol(S, 0, 16);
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 23071 stol(const string& __str, size_t* __idx = 0, int __base = 10) 23072 { return __gnu_cxx::__stoa(&std::strtol, "stol", __str.c_str(), 23177 stol(const wstring& __str, size_t* __idx = 0, int __base = 10) 23178 { return __gnu_cxx::__stoa(&std::wcstol, "stol", __str.c_str(), [all...] |
Completed in 24 milliseconds