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

  /external/clang/lib/Rewrite/Frontend/
RewriteTest.cpp 27 E = Rewriter.token_end(); I != E; ++I) {
37 E = Rewriter.token_end(); I != E; ++I)
  /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/
sys_info_chromeos.cc 103 tokenizer.token_end(),
108 tokenizer.token_end(),
112 tokenizer.token_end(),
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...]
  /external/chromium/net/proxy/
proxy_list.cc 28 str_tok.token_begin(), str_tok.token_end(), ProxyServer::SCHEME_HTTP);
94 entry_tok.token_begin(), entry_tok.token_end());
proxy_config.cc 85 proxy_server_list.token_begin(), proxy_server_list.token_end(), "=");
  /external/clang/lib/Rewrite/Core/
TokenRewriter.cpp 56 if (I == token_end()) return TokenList.end();
  /external/chromium/net/http/
http_auth.cc 121 scheme_end_ = tok.token_end();
  /external/chromium/net/base/
cookie_monster.cc     [all...]
cookie_monster.h 727 // returns as output arguments token_start and token_end to the start and end
734 std::string::const_iterator* token_end);
    [all...]
transport_security_state.cc 210 tokenizer.token_end(),
  /external/webkit/Source/WebKit/android/content/
address_detector.cpp 214 words.push_back(Word(tokenizer.token_begin(), tokenizer.token_end()));
282 tokenizer.token_end()));
635 words->push_back(Word(tokenizer->token_begin(), tokenizer->token_end()));
    [all...]
  /external/chromium/net/websockets/
websocket_handshake_handler.cc 84 std::string::const_iterator line_end = lines.token_end();

Completed in 459 milliseconds