Home
last modified time | relevance | path

Searched defs:cur_token (Results 1 – 4 of 4) sorted by relevance

/third_party/cef/tools/yapf/yapf/yapflib/
Dunwrapped_line.py332 def _MustBreakBefore(prev_token, cur_token): argument
347 def _CanBreakBefore(prev_token, cur_token): argument
423 def _SplitPenalty(prev_token, cur_token): argument
Dreformatter.py564 def _NoBlankLinesBeforeCurrentToken(text, cur_token, prev_token): argument
/third_party/gn/src/gn/
Dparser.h105 const Token& cur_token() const { return tokens_[cur_]; } in cur_token() function
/third_party/boost/libs/program_options/src/
Dsplit.cpp32 …for (typename tokenizerT::iterator cur_token(tok.begin()), end_token(tok.end()); cur_token != end_… in split_unix() local