Home
last modified time | relevance | path

Searched refs:TypeFormatImpl (Results 1 – 8 of 8) sorted by relevance

/external/lldb/include/lldb/DataFormatters/
DTypeFormat.h27 class TypeFormatImpl
133 TypeFormatImpl (lldb::Format f = lldb::eFormatInvalid,
136 typedef std::shared_ptr<TypeFormatImpl> SharedPointer;
139 ~TypeFormatImpl () in ~TypeFormatImpl()
216 DISALLOW_COPY_AND_ASSIGN(TypeFormatImpl);
DDataVisualization.h58 LoopThrough (TypeFormatImpl::ValueCallback callback, void* callback_baton);
DFormatManager.h35 typedef FormatNavigator<ConstString, TypeFormatImpl> ValueNavigator;
/external/lldb/source/DataFormatters/
DTypeFormat.cpp34 TypeFormatImpl::TypeFormatImpl (lldb::Format f, in TypeFormatImpl() function in TypeFormatImpl
42 TypeFormatImpl::GetDescription() in GetDescription()
DDataVisualization.cpp78 DataVisualization::ValueFormats::LoopThrough (TypeFormatImpl::ValueCallback callback, void* callbac… in LoopThrough()
/external/lldb/source/API/
DSBTypeFormat.cpp28 : m_opaque_sp(TypeFormatImplSP(new TypeFormatImpl(format,options))) in SBTypeFormat()
153 SetSP(TypeFormatImplSP(new TypeFormatImpl(GetFormat(),GetOptions()))); in CopyOnWrite_Impl()
/external/lldb/include/lldb/
Dlldb-forward.h241 class TypeFormatImpl; variable
359 typedef std::shared_ptr<lldb_private::TypeFormatImpl> TypeFormatImplSP;
/external/lldb/source/Commands/
DCommandObjectType.cpp506 entry.reset(new TypeFormatImpl(format, in DoExecute()
507TypeFormatImpl::Flags().SetCascades(m_command_options.m_cascade). in DoExecute()