Lines Matching refs:size_t
55 for (size_t i = 0; i < arraysize(kBigSIUnits); ++i) {
70 for (size_t i = 0; i < arraysize(kSmallSIUnits); ++i) {
128 if (static_cast<std::size_t>(ret) < local_buff.size())
133 std::size_t size = static_cast<std::size_t>(ret) + 1;
158 size_t first = 0;
159 size_t next = str.find(delim);
175 unsigned long stoul(const std::string& str, size_t* pos, int base) {
196 *pos = static_cast<size_t>(strEnd - strStart);
201 int stoi(const std::string& str, size_t* pos, int base) {
222 *pos = static_cast<size_t>(strEnd - strStart);
227 double stod(const std::string& str, size_t* pos) {
248 *pos = static_cast<size_t>(strEnd - strStart);