/external/lldb/source/Plugins/SymbolFile/DWARF/ |
DWARFDebugLine.cpp | 39 LineTable::shared_ptr line_table_sp(new LineTable); 72 DWARFDebugLine::LineTable::shared_ptr 75 DWARFDebugLine::LineTable::shared_ptr line_table_shared_ptr; 582 Prologue::shared_ptr prologue(new Prologue()); [all...] |
SymbolFileDWARFDebugMap.h | 145 typedef std::shared_ptr<OSOInfo> OSOInfoSP;
|
/external/lldb/source/DataFormatters/ |
FormatManager.cpp | 640 AddCXXSynthetic(libcxx_category_sp, lldb_private::formatters::LibcxxSharedPtrSyntheticFrontEndCreator, "shared_ptr synthetic children", ConstString("^(std::__1::)shared_ptr<.+>(( )?&)?$"), stl_synth_flags, true); 655 AddStringSummary(libcxx_category_sp, "{${var.__ptr_%S}} (strong=${var.count} weak=${var.weak_count})}", ConstString("^std::__1::shared_ptr<.+>(( )?&)?$"), stl_summary_flags, true); [all...] |
/external/chromium_org/mojo/public/cpp/bindings/ |
callback.h | 15 #include "mojo/public/cpp/bindings/lib/shared_ptr.h"
|
/external/lldb/include/lldb/DataFormatters/ |
FormatNavigator.h | 260 typedef typename std::shared_ptr<FormatNavigator<KeyType, ValueType> > SharedPointer;
|
/external/lldb/include/lldb/Target/ |
ObjCLanguageRuntime.h | 141 typedef std::shared_ptr<ClassDescriptor> ClassDescriptorSP;
|
Target.h | 176 typedef std::shared_ptr<TargetProperties> TargetPropertiesSP; [all...] |
/external/webrtc/ |
NOTICE | 157 // use shared_ptr or std::auto_ptr if your needs are more complex.
|
/external/clang/include/clang/Frontend/ |
ASTUnit.h | 86 std::shared_ptr<LangOptions> LangOpts; 94 std::shared_ptr<TargetOptions> TargetOpts; [all...] |
/external/clang/www/ |
compatibility.html | 791 href="http://www.boost.org/doc/libs/release/libs/smart_ptr/shared_ptr.htm"><tt>shared_ptr</tt></a> 792 up to version 1.47.0. The fix for Boost's <tt>shared_ptr</tt> is [all...] |
/external/lldb/examples/interposing/darwin/fd_interposing/ |
FDInterposing.cpp | 65 #include <tr1/memory> // for std::tr1::shared_ptr 171 typedef std::tr1::shared_ptr<FDEvent> FDEventSP; 172 typedef std::tr1::shared_ptr<String> StringSP; [all...] |
/external/ceres-solver/docs/source/ |
version_history.rst | 76 around. This has been replaced with a ``shared_ptr`` to handle 155 #. Solver::Options now uses ``shared_ptr`` to handle ownership of
|
/external/ceres-solver/include/ceres/ |
solver.h | 497 shared_ptr<ParameterBlockOrdering> linear_solver_ordering; 605 shared_ptr<ParameterBlockOrdering> inner_iteration_ordering; [all...] |
/external/libcxx/include/ |
ostream | 1082 operator<<(basic_ostream<_CharT, _Traits>& __os, shared_ptr<_Yp> const& __p)
|
/external/lldb/include/lldb/API/ |
SBValue.h | 479 typedef std::shared_ptr<ValueImpl> ValueImplSP;
|
/external/lldb/include/lldb/Expression/ |
ClangExpressionVariable.h | 246 typedef std::shared_ptr<ValueObjectConstResult> ValueObjectConstResultSP;
|
ClangUserExpression.h | 50 typedef std::shared_ptr<ClangUserExpression> ClangUserExpressionSP;
|
/external/lldb/source/Plugins/Platform/MacOSX/ |
PlatformDarwinKernel.cpp | 222 typedef std::shared_ptr<PlatformDarwinKernelProperties> PlatformDarwinKernelPropertiesSP;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
ostream | 1082 operator<<(basic_ostream<_CharT, _Traits>& __os, shared_ptr<_Yp> const& __p)
|
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/ |
ostream | 1082 operator<<(basic_ostream<_CharT, _Traits>& __os, shared_ptr<_Yp> const& __p)
|
/external/clang/lib/Frontend/ |
CompilerInstance.cpp | 119 std::shared_ptr<ModuleDependencyCollector> 125 std::shared_ptr<ModuleDependencyCollector> Collector) { [all...] |
/external/ceres-solver/ |
CMakeLists.txt | 515 MESSAGE(FATAL_ERROR "Unable to find shared_ptr.") [all...] |
/external/lldb/examples/synthetic/ |
libcxx.py | 780 debugger.HandleCommand('type synthetic add -l libcxx.stdsharedptr_SynthProvider -x "^(std::__1::)shared_ptr<.+>$" -w libcxx')
|
/external/lldb/include/lldb/Interpreter/ |
Args.h | 33 typedef std::shared_ptr<OptionArgVector> OptionArgVectorSP;
|
/external/lldb/source/Plugins/Process/MacOSX-Kernel/ |
ProcessKDP.cpp | 91 typedef std::shared_ptr<PluginProperties> ProcessKDPPropertiesSP; [all...] |