Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/frameworks/libhilog/utils/include/
Dlog_utils.h26 using ValueCmp = std::function<bool(const V& v1, const V& v2)>; variable
29 ValueCmp cmp = [](const V& v1, const V& v2) { return v1 == v2; })
68 const ValueCmp compare;