Lines Matching refs:DumpValueObjectOptions
23 DumpValueObjectOptions options(*valobj); in ValueObjectPrinter()
26 DumpValueObjectOptions options; in ValueObjectPrinter()
32 const DumpValueObjectOptions &options) { in ValueObjectPrinter()
37 ValueObject *valobj, Stream *s, const DumpValueObjectOptions &options, in ValueObjectPrinter()
38 const DumpValueObjectOptions::PointerDepth &ptr_depth, uint32_t curr_depth, in ValueObjectPrinter()
44 ValueObject *valobj, Stream *s, const DumpValueObjectOptions &options, in Init()
45 const DumpValueObjectOptions::PointerDepth &ptr_depth, uint32_t curr_depth, in Init()
472 bool DumpValueObjectOptions::PointerDepth::CanAllowExpansion() const { in CanAllowExpansion()
485 DumpValueObjectOptions::PointerDepth &curr_ptr_depth) { in ShouldPrintChildren()
562 const DumpValueObjectOptions::PointerDepth &curr_ptr_depth) { in PrintChild()
567 DumpValueObjectOptions child_options(m_options); in PrintChild()
666 const DumpValueObjectOptions::PointerDepth &curr_ptr_depth) { in PrintChildren()
761 DumpValueObjectOptions::PointerDepth curr_ptr_depth = m_ptr_depth; in PrintChildrenIfNeeded()