Searched refs:kMethodSep (Results 1 – 2 of 2) sorted by relevance
35 static const std::string kMethodSep = "->"; // NOLINT [runtime/string] [4] variable55 kMethodSep + in BootImageRepresentation()
211 static const std::string kMethodSep = "->"; // NOLINT [runtime/string] [4] variable924 kMethodSep, in GetClassNamesAndMethods()1418 const size_t method_sep_index = line.find(kMethodSep, 0); in ProcessLine()1439 method_str = line.substr(method_sep_index + kMethodSep.size()); in ProcessLine()1653 const size_t method_sep_index = line.find(kMethodSep, 0); in ProcessBootLine()1659 std::string_view method_str = line.substr(method_sep_index + kMethodSep.size()); in ProcessBootLine()