Home
last modified time | relevance | path

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

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