Searched refs:FindCounterOrEmptyRow (Results 1 – 2 of 2) sorted by relevance
186 int FindCounterOrEmptyRow(const std::string& name) const;
546 int StatsTable::FindCounterOrEmptyRow(const std::string& name) const { in FindCounterOrEmptyRow() function in base::StatsTable579 counter_id = FindCounterOrEmptyRow(name); in AddCounter()