Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/base/event_raw/include/encoded/
H A Draw_data_builder.h98 if constexpr (std::is_same_v<std::decay_t<T>, bool> || isSignedNum<T>) { in AppendValue()
484 … if constexpr ((isSignedNum<T> && isSignedNum<V>) || (isUnsignedNum<T> && isUnsignedNum<V>)) { in ParseValue()
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/include/base/
H A Draw_data_base_def.h53 inline static constexpr bool isSignedNum = std::is_same_v<std::decay_t<T>, std::int8_t> || variable