Searched refs:IsOneLiner (Results 1 – 3 of 3) sorted by relevance
99 if (IsOneLiner()) { in FormatObject()129 IsOneLiner() ? " (one-line printout)" : "", in GetDescription()162 IsOneLiner() ? " (one-line printout)" : "", in GetDescription()225 IsOneLiner() ? " (one-line printout)" : "", in GetDescription()303 IsOneLiner() ? " (one-line printout)" : "", in GetDescription()
467 return valobj.GetSummaryFormat()->IsOneLiner(); in ShouldPrintAsOneLiner()
226 bool IsOneLiner() const { return m_flags.GetShowMembersOneLiner(); } in IsOneLiner() function