Searched defs:token_start (Results 1 – 3 of 3) sorted by relevance
182 size_t token_start; in ParseMap() local299 size_t token_start = idx; // Index of the first char of the token. in ParseTable() local354 size_t token_start = idx; in ParseTable() local388 size_t token_start = idx - 1; // Include the '=' or '^' marker. in ParseTable() local
1722 std::string::const_iterator* token_start, in ParseToken()1828 std::string::const_iterator token_start, token_end; in ParseTokenString() local1861 std::string::const_iterator token_start, token_end; in ParseTokenValuePairs() local
1674 token_start = loc->start; BEGIN SC_ESCAPED_STRING; variable