Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/utils/include/
H A Dlog_utils.h30 : str_map(map), def_key(def_k), def_value(def_v), compare(cmp)
37 return it == str_map.end() ? def_value : it->second; in GetValue()
67 const V def_value; variable