Home
last modified time | relevance | path

Searched refs:all_tokens (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Tools/clinic/
Dcpp.py145 all_tokens = if_tokens | {'elif', 'else', 'endif'}
147 if token not in all_tokens:
/external/perfetto/src/base/
Dstring_splitter_unittest.cc350 std::vector<std::string> all_tokens; in TEST() local
356 all_tokens.push_back(tokens.cur_token()); in TEST()
364 EXPECT_THAT(all_tokens, ElementsAreArray({"l1w1", "l1w2", "l1w3", "l", "2", in TEST()