Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/base/event_raw/include/base/
H A Draw_data_base_def.h58 inline static constexpr bool isFloatingPointNum = std::is_same_v<std::decay_t<T>, float> || variable
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/include/encoded/
H A Draw_data_builder.h95 if constexpr (isFloatingPointNum<T>) { in AppendValue()