Home
last modified time | relevance | path

Searched refs:IsOneliner (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/DataFormatters/
DTypeSummary.cpp68 if (IsOneliner()) in FormatObject()
138 IsOneliner() ? " (one-line printout)" : "", in GetDescription()
174 IsOneliner() ? " (one-line printout)" : "", in GetDescription()
241 IsOneliner() ? " (one-line printout)" : "", in GetDescription()
/external/lldb/include/lldb/DataFormatters/
DTypeSummary.h242 IsOneliner () const in IsOneliner() function