Home
last modified time | relevance | path

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

/external/libchrome/dbus/
Ddbus_statistics.cc20 struct StatKey { struct
26 bool operator<(const StatKey& lhs, const StatKey& rhs) { in operator <()
37 using StatMap = std::map<StatKey, StatValue>;
91 StatKey key = {service, interface, method}; in GetStats()
180 const StatKey& stat_key = cur_iter->first; in GetAsString()