Searched refs:kMethodSep (Results 1 – 1 of 1) sorted by relevance
170 static const std::string kMethodSep = "->"; // NOLINT [runtime/string] [4] variable616 kMethodSep + in GetClassNamesAndMethods()875 const size_t method_sep_index = line.find(kMethodSep, 0); in ProcessLine()896 method_str = line.substr(method_sep_index + kMethodSep.size()); in ProcessLine()