Searched refs:method_sep_index (Results 1 – 1 of 1) sorted by relevance
875 const size_t method_sep_index = line.find(kMethodSep, 0); in ProcessLine() local876 if (method_sep_index == std::string::npos) { in ProcessLine()895 klass = line.substr(start_index, method_sep_index - start_index); in ProcessLine()896 method_str = line.substr(method_sep_index + kMethodSep.size()); in ProcessLine()