Home
last modified time | relevance | path

Searched refs:StatMap (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/dbus/
Ddbus_statistics.cc37 using StatMap = std::map<StatKey, StatValue>; typedef
102 StatMap& stats() { return stats_; } in stats()
106 StatMap stats_;
166 const StatMap& stats = g_dbus_statistics->stats(); in GetAsString()