Searched refs:STATSD_USE_INT_FOR_ENUM (Results 1 – 1 of 1) sorted by relevance
52 static constexpr bool STATSD_USE_INT_FOR_ENUM = false; variable55 using short_enum_type_t = std::conditional_t<STATSD_USE_INT_FOR_ENUM, int32_t, std::string>;56 using long_enum_type_t = std::conditional_t<STATSD_USE_INT_FOR_ENUM, int64_t, std::string>;