Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/include/clang/Rewrite/Core/
H A DTokenRewriter.h55 token_iterator token_begin() const { return TokenList.begin(); } in token_begin() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Rewrite/Core/
DTokenRewriter.h58 token_iterator token_begin() const { return TokenList.begin(); } in token_begin() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Rewrite/Core/
DTokenRewriter.h58 token_iterator token_begin() const { return TokenList.begin(); } in token_begin() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Rewrite/Core/
DTokenRewriter.h58 token_iterator token_begin() const { return TokenList.begin(); } in token_begin() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Rewrite/Core/
DTokenRewriter.h58 token_iterator token_begin() const { return TokenList.begin(); } in token_begin() function
/aosp_15_r20/external/cronet/base/strings/
H A Dstring_tokenizer.h199 const_iterator token_begin() const { return token_begin_; } in token_begin() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/strings/
Dstring_tokenizer.h148 const_iterator token_begin() const { return token_begin_; } in token_begin() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/5/external/libchrome/base/strings/
Dstring_tokenizer.h148 const_iterator token_begin() const { return token_begin_; } in token_begin() function
/aosp_15_r20/external/libchrome/base/strings/
H A Dstring_tokenizer.h145 const_iterator token_begin() const { return token_begin_; } in token_begin() function
/aosp_15_r20/external/libtextclassifier/native/annotator/
H A Dfeature-processor.cc225 UnicodeText::const_iterator token_begin = token_begin_unicode.begin(); in LabelToSpan() local