Home
last modified time | relevance | path

Searched defs:token_begin (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/Rewrite/Core/
DTokenRewriter.h55 token_iterator token_begin() const { return TokenList.begin(); } in token_begin() function
/external/libchrome/base/strings/
Dstring_tokenizer.h145 const_iterator token_begin() const { return token_begin_; } in token_begin() function
/external/cronet/tot/base/strings/
Dstring_tokenizer.h214 const_iterator token_begin() const { return token_begin_; } in token_begin() function
/external/cronet/stable/base/strings/
Dstring_tokenizer.h214 const_iterator token_begin() const { return token_begin_; } in token_begin() function
/external/libtextclassifier/native/annotator/
Dfeature-processor.cc225 UnicodeText::const_iterator token_begin = token_begin_unicode.begin(); in LabelToSpan() local