Home
last modified time | relevance | path

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

/external/libchrome/base/strings/
Dstring_tokenizer_unittest.cc156 t.set_quote_chars("'"); in TEST()
176 t.set_quote_chars("'"); in TEST()
190 t.set_quote_chars("'\""); in TEST()
207 t.set_quote_chars("'"); in TEST()
221 t.set_quote_chars("'"); in TEST()
Dstring_tokenizer_fuzzer.cc43 t_quote.set_quote_chars("\""); in LLVMFuzzerTestOneInput()
51 t_quote_and_options.set_quote_chars("\""); in LLVMFuzzerTestOneInput()
Dstring_tokenizer.h121 void set_quote_chars(const str& quotes) { quotes_ = quotes; } in set_quote_chars() function
/external/libchrome/base/
Dcommand_line.cc414 tokenizer.set_quote_chars(FILE_PATH_LITERAL("'\"")); in PrependWrapper()