Home
last modified time | relevance | path

Searched refs:ALLOW_EMPTY_TOKENS (Results 1 – 4 of 4) sorted by relevance

/external/perfetto/include/perfetto/ext/base/
Dstring_splitter.h34 ALLOW_EMPTY_TOKENS, enumerator
/external/perfetto/src/base/
Dstring_splitter.cc82 if (*cur_ || empty_token_mode_ == EmptyTokenMode::ALLOW_EMPTY_TOKENS) in Next()
Dstring_splitter_unittest.cc371 StringSplitter::EmptyTokenMode::ALLOW_EMPTY_TOKENS); in TEST()
/external/perfetto/src/trace_processor/
Dtrace_processor_impl.cc1090 base::StringSplitter::EmptyTokenMode::ALLOW_EMPTY_TOKENS); in DisableAndReadMetatrace()