Searched defs:m_max_ptr_depth (Results 1 - 1 of 1) sorted by relevance

/external/lldb/include/lldb/Core/
H A DValueObject.h223 uint32_t m_max_ptr_depth; member in struct:lldb_private::ValueObject::DumpValueObjectOptions
242 m_max_ptr_depth(0),
270 m_max_ptr_depth(rhs.m_max_ptr_depth),
292 m_max_ptr_depth = depth;

Completed in 67 milliseconds