Searched refs:GetRowValue (Results 1 – 4 of 4) sorted by relevance
102 int GetRowValue(int index) const;105 int GetRowValue(int index, int pid) const;
490 int StatsTable::GetRowValue(int index, int pid) const { in GetRowValue() function in StatsTable503 int StatsTable::GetRowValue(int index) const { in GetRowValue() function in StatsTable504 return GetRowValue(index, 0); in GetRowValue()514 return GetRowValue(row, pid); in GetCounterValue()
49 int value = table.GetRowValue(index); in main()
193 int value = table.GetRowValue(index); in main()