Searched refs:IsOneLiner (Results 1 – 3 of 3) sorted by relevance
82 if (IsOneLiner()) { in FormatObject()109 IsOneLiner() ? " (one-line printout)" : "", in GetDescription()137 IsOneLiner() ? " (one-line printout)" : "", in GetDescription()186 IsOneLiner() ? " (one-line printout)" : "", in GetDescription()
455 return valobj.GetSummaryFormat()->IsOneLiner(); in ShouldPrintAsOneLiner()
222 bool IsOneLiner() const { return m_flags.GetShowMembersOneLiner(); } in IsOneLiner() function