HomeSort by relevance Sort by last modified time
    Searched defs:token_end (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Rewrite/Core/
TokenRewriter.h 56 token_iterator token_end() const { return TokenList.end(); } function in class:clang::TokenRewriter
61 assert(I != token_end() && "Cannot insert after token_end()!");
  /external/chromium/base/
string_tokenizer.h 147 const_iterator token_end() const { return token_end_; } function in class:StringTokenizerT
  /external/chromium/chrome/browser/importer/
mork_reader.cc 212 size_t token_end = std::min(idx, len); local
216 std::string(&line[token_start], token_end - token_start));
306 size_t token_end = idx; // Index of the char following the token. local
317 IDString row_id(&line[token_start], token_end - token_start);
361 size_t token_end = std::min(idx, len); local
365 column.assign(&line[token_start], token_end - token_start);
368 token_end - token_start));
394 size_t token_end = std::min(idx, len); local
399 token_end - token_start);
402 MorkUnescape(line.substr(token_start, token_end - token_start))
    [all...]

Completed in 61 milliseconds