HomeSort by relevance Sort by last modified time
    Searched refs:CStringTokenizer (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/strings/
string_tokenizer.h 25 // Instead, use a std::string or use the 3 arg constructor of CStringTokenizer.
31 // CStringTokenizer t(input, input + strlen(input), " ");
256 typedef StringTokenizerT<std::string, const char*> CStringTokenizer;
  /external/libchrome/base/trace_event/
trace_config_category_filter.cc 93 CStringTokenizer category_group_tokens(category_group_name.begin(),

Completed in 613 milliseconds