Searched defs:TypeFormatImpl (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/DataFormatters/
H A DTypeFormat.cpp34 TypeFormatImpl::TypeFormatImpl (lldb::Format f, function in class:TypeFormatImpl
42 TypeFormatImpl::GetDescription()
/external/lldb/include/lldb/DataFormatters/
H A DTypeFormat.h27 class TypeFormatImpl class in namespace:lldb_private
133 TypeFormatImpl (lldb::Format f = lldb::eFormatInvalid,
136 typedef std::shared_ptr<TypeFormatImpl> SharedPointer;
139 ~TypeFormatImpl ()
216 DISALLOW_COPY_AND_ASSIGN(TypeFormatImpl);

Completed in 7006 milliseconds