Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/base/event_raw/include/encoded/
H A Draw_data_builder.h101 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 …]
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/include/base/
H A Draw_data_base_def.h48 inline static constexpr bool isUnsignedNum = std::is_same_v<std::decay_t<T>, std::uint8_t> || variable