Searched defs:ClientShowStatistics (Results 1 – 1 of 1) sorted by relevance
99 struct ClientShowStatistics : public BaseStatistics { struct100 std::vector<std::string> appNames;101 std::vector<std::string> imeNames;102 BaseStatistics succeedInfo;103 BaseStatistics failedInfo;104 bool operator==(const ClientShowStatistics &info) const in operator ==()109 bool Unmarshal(cJSON *node) override in Unmarshal()