Searched refs:close_parens_idx (Results 1 – 1 of 1) sorted by relevance
82 size_t close_parens_idx = stats_data.rfind(") "); in ParseProcStats() local84 close_parens_idx == std::string::npos || in ParseProcStats()85 open_parens_idx > close_parens_idx) { in ParseProcStats()98 close_parens_idx - (open_parens_idx + 1))); in ParseProcStats()102 stats_data.substr(close_parens_idx + 2), " ", in ParseProcStats()