Searched refs:substr_start (Results 1 – 3 of 3) sorted by relevance
54 size_t substr_start = 0; in Next() local56 while (substr_start < next_.size() && in Next()57 next_.at(substr_start) == delimiter_) { in Next()58 substr_start++; in Next()62 if (substr_start >= next_.size()) { in Next()69 size_t delimiter_start = next_.find(delimiter_, substr_start); in Next()71 cur_ = next_.substr(substr_start); in Next()90 cur_ = next_.substr(substr_start, delimiter_start - substr_start); in Next()
85 size_t substr_start = remainder.find('"') + 1; in ParseLine() local88 remainder.substr(substr_start, substr_end - substr_start); in ParseLine()
1304 substr_start = start1308 while (substr_start < substr_end and1309 enum_case_value[substr_start].isspace()):1310 substr_start += 11312 while (substr_start < substr_end and1317 if substr_start == end and start != 0:1320 yield substr_start, substr_end