Searched defs:StatsLogValue (Results 1 – 1 of 1) sorted by relevance
32 struct StatsLogValue { struct44 StatsLogValue() : type(UNKNOWN) {} in StatsLogValue() argument46 StatsLogValue(int32_t v) { in StatsLogValue() argument51 StatsLogValue(int64_t v) { in StatsLogValue() argument56 StatsLogValue(float v) { in StatsLogValue() argument61 StatsLogValue(double v) { in StatsLogValue() function66 StatsLogValue(const std::string& v) { in StatsLogValue() function71 void setType(STATS_LOG_VALUE_TYPE t) { type = t; } in setType()73 union {79 std::string str_value;[all …]