Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Core/
DValueObject.h238 bool m_hide_name; member
257 m_hide_name(false), // provide a special compact display for "po" in DumpValueObjectOptions()
285 m_hide_name(rhs.m_hide_name), in DumpValueObjectOptions()
432 m_hide_name = hide_name;
/external/lldb/source/Core/
DValueObject.cpp3406 if (!options.m_hide_name) in DumpValueObject_Impl()
3412 else if (!options.m_hide_name) in DumpValueObject_Impl()
3486 if (!options.m_hide_value || !options.m_hide_name) in DumpValueObject_Impl()
3562 …child_options.SetScopeChecked(true).SetHideName(options.m_hide_name).SetHideValue(options.m_hide_v… in DumpValueObject_Impl()