Searched refs:token_end (Results 1 - 14 of 14) sorted by relevance

/external/clang/lib/Rewrite/Frontend/
H A DRewriteTest.cpp27 E = Rewriter.token_end(); I != E; ++I) {
37 E = Rewriter.token_end(); I != E; ++I)
/external/chromium/base/
H A Dsys_info_chromeos.cc103 tokenizer.token_end(),
108 tokenizer.token_end(),
112 tokenizer.token_end(),
H A Dstring_tokenizer.h147 const_iterator token_end() const { return token_end_; } function in class:StringTokenizerT
/external/clang/include/clang/Rewrite/Core/
H A DTokenRewriter.h56 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/chrome/browser/importer/
H A Dmork_reader.cc212 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
[all...]
/external/chromium/net/proxy/
H A Dproxy_list.cc28 str_tok.token_begin(), str_tok.token_end(), ProxyServer::SCHEME_HTTP);
94 entry_tok.token_begin(), entry_tok.token_end());
H A Dproxy_config.cc85 proxy_server_list.token_begin(), proxy_server_list.token_end(), "=");
/external/clang/lib/Rewrite/Core/
H A DTokenRewriter.cpp56 if (I == token_end()) return TokenList.end();
/external/chromium/net/http/
H A Dhttp_auth.cc121 scheme_end_ = tok.token_end();
/external/chromium/net/base/
H A Dcookie_monster.cc1723 std::string::const_iterator* token_end) {
1724 DCHECK(it && token_start && token_end);
1740 // token_end should point after the last interesting token character,
1749 *token_end = *it;
1828 std::string::const_iterator token_start, token_end;
1829 if (ParseToken(&it, end, &token_start, &token_end))
1830 return std::string(token_start, token_end);
1861 std::string::const_iterator token_start, token_end;
1862 if (!ParseToken(&it, end, &token_start, &token_end))
1880 pair.first = std::string(token_start, token_end);
[all...]
H A Dcookie_monster.h727 // returns as output arguments token_start and token_end to the start and end
734 std::string::const_iterator* token_end);
H A Dtransport_security_state.cc210 tokenizer.token_end(),
/external/webkit/Source/WebKit/android/content/
H A Daddress_detector.cpp214 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()));
/external/chromium/net/websockets/
H A Dwebsocket_handshake_handler.cc84 std::string::const_iterator line_end = lines.token_end();

Completed in 915 milliseconds