Searched refs:isUnsignedNum (Results 1 – 2 of 2) sorted by relevance
101 if constexpr (isUnsignedNum<T>) { in AppendValue()112 if constexpr (isUnsignedNum<T>) { in UpdateType()121 if constexpr (isUnsignedNum<T>) { in UpdateUid()130 if constexpr (isUnsignedNum<T>) { in UpdateLog()139 if constexpr (isUnsignedNum<T>) { in UpdatePid()148 if constexpr (isUnsignedNum<T>) { in UpdateTid()160 if constexpr (isUnsignedNum<T>) { in UpdateId()182 if constexpr (isUnsignedNum<T>) { in UpdateTraceId()196 if constexpr (isUnsignedNum<T>) { in UpdateSpanId()210 if constexpr (isUnsignedNum<T>) { in UpdatePSpanId()[all …]
48 inline static constexpr bool isUnsignedNum = std::is_same_v<std::decay_t<T>, std::uint8_t> || variable