Lines Matching refs:DumpValueObjectOptions
25 DumpValueObjectOptions options(valobj); in ValueObjectPrinter()
30 const DumpValueObjectOptions &options) in ValueObjectPrinter()
36 ValueObject &valobj, Stream *s, const DumpValueObjectOptions &options, in ValueObjectPrinter()
37 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()
308 DumpValueObjectOptions decl_print_options = m_options; in PrintDecl()
505 bool DumpValueObjectOptions::PointerDepth::CanAllowExpansion() const { in CanAllowExpansion()
517 DumpValueObjectOptions::PointerDepth &curr_ptr_depth) { in ShouldPrintChildren()
605 const DumpValueObjectOptions::PointerDepth &curr_ptr_depth) { in PrintChild()
610 DumpValueObjectOptions child_options(m_options); in PrintChild()
723 const DumpValueObjectOptions::PointerDepth &curr_ptr_depth) { in PrintChildren()
834 DumpValueObjectOptions::PointerDepth curr_ptr_depth = m_ptr_depth; in PrintChildrenIfNeeded()