Home
last modified time | relevance | path

Searched refs:RETURN_EMPTY_TOKENS (Results 1 – 8 of 8) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/base/strings/
H A Dstring_tokenizer_unittest.cc114 t.set_options(StringTokenizer::RETURN_EMPTY_TOKENS); in TEST()
141 t.set_options(StringTokenizer::RETURN_EMPTY_TOKENS); in TEST()
156 t.set_options(StringTokenizer::RETURN_EMPTY_TOKENS); in TEST()
171 t.set_options(StringTokenizer::RETURN_EMPTY_TOKENS); in TEST()
186 t.set_options(StringTokenizer::RETURN_EMPTY_TOKENS); in TEST()
198 StringTokenizer::RETURN_EMPTY_TOKENS); in TEST()
H A Dstring_tokenizer.h96 RETURN_EMPTY_TOKENS = 1 << 1, enumerator
219 if (token_begin_ != token_end_ || (options_ & RETURN_EMPTY_TOKENS)) in FullGetNext()
H A Dstring_tokenizer_fuzzer.cc45 options |= base::StringTokenizer::RETURN_EMPTY_TOKENS; in LLVMFuzzerTestOneInput()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/strings/
H A Dstring_tokenizer_unittest.cc114 t.set_options(StringTokenizer::RETURN_EMPTY_TOKENS); in TEST()
141 t.set_options(StringTokenizer::RETURN_EMPTY_TOKENS); in TEST()
156 t.set_options(StringTokenizer::RETURN_EMPTY_TOKENS); in TEST()
171 t.set_options(StringTokenizer::RETURN_EMPTY_TOKENS); in TEST()
186 t.set_options(StringTokenizer::RETURN_EMPTY_TOKENS); in TEST()
198 StringTokenizer::RETURN_EMPTY_TOKENS); in TEST()
H A Dstring_tokenizer.h96 RETURN_EMPTY_TOKENS = 1 << 1, enumerator
219 if (token_begin_ != token_end_ || (options_ & RETURN_EMPTY_TOKENS)) in FullGetNext()
H A Dstring_tokenizer_fuzzer.cc45 options |= base::StringTokenizer::RETURN_EMPTY_TOKENS; in LLVMFuzzerTestOneInput()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/http/
H A Dhttp_util.cc989 values_.set_options(base::StringTokenizer::RETURN_EMPTY_TOKENS); in ValuesIterator()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/http/
H A Dhttp_util.cc991 values_.set_options(base::StringTokenizer::RETURN_EMPTY_TOKENS); in ValuesIterator()