Searched refs:TypeFormatImpl (Results 1 – 8 of 8) sorted by relevance
27 class TypeFormatImpl133 TypeFormatImpl (lldb::Format f = lldb::eFormatInvalid,136 typedef std::shared_ptr<TypeFormatImpl> SharedPointer;139 ~TypeFormatImpl () in ~TypeFormatImpl()216 DISALLOW_COPY_AND_ASSIGN(TypeFormatImpl);
58 LoopThrough (TypeFormatImpl::ValueCallback callback, void* callback_baton);
35 typedef FormatNavigator<ConstString, TypeFormatImpl> ValueNavigator;
34 TypeFormatImpl::TypeFormatImpl (lldb::Format f, in TypeFormatImpl() function in TypeFormatImpl42 TypeFormatImpl::GetDescription() in GetDescription()
78 DataVisualization::ValueFormats::LoopThrough (TypeFormatImpl::ValueCallback callback, void* callbac… in LoopThrough()
28 : m_opaque_sp(TypeFormatImplSP(new TypeFormatImpl(format,options))) in SBTypeFormat()153 SetSP(TypeFormatImplSP(new TypeFormatImpl(GetFormat(),GetOptions()))); in CopyOnWrite_Impl()
241 class TypeFormatImpl; variable359 typedef std::shared_ptr<lldb_private::TypeFormatImpl> TypeFormatImplSP;
506 entry.reset(new TypeFormatImpl(format, in DoExecute()507 … TypeFormatImpl::Flags().SetCascades(m_command_options.m_cascade). in DoExecute()