Searched
full:shared_ptr (Results
351 -
375 of
502) sorted by null
<<11121314151617181920>>
/external/lldb/tools/debugserver/source/MacOSX/ |
MachThread.h | 143 typedef std::shared_ptr<MachThread> MachThreadSP;
|
/external/lldb/tools/lldb-perf/lib/ |
Results.h | 126 typedef std::shared_ptr<Result> ResultSP;
|
/external/webrtc/src/system_wrappers/interface/ |
scoped_ptr.h | 15 // use shared_ptr or std::auto_ptr if your needs are more complex.
|
/frameworks/compile/slang/ |
slang.h | 94 std::shared_ptr<clang::TargetOptions> mTargetOpts;
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
boost_sp_counted_base.h | 28 // shared_ptr.hpp
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
boost_sp_counted_base.h | 28 // shared_ptr.hpp
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
boost_sp_counted_base.h | 28 // shared_ptr.hpp
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/ |
boost_sp_counted_base.h | 28 // shared_ptr.hpp
|
/art/runtime/ |
instrumentation.cc | [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
AnalyzerOptions.cpp | 151 "c++-shared_ptr-inlining",
|
ExprEngineCallAndReturn.cpp | 724 /// "shared_ptr". 732 if (II->isStr("shared_ptr")) 771 // Conditionally control the inlining of the destructor of C++ shared_ptr. 772 // We don't currently do a good job modeling shared_ptr because we can't [all...] |
/external/clang/unittests/Lex/ |
PPCallbacksTest.cpp | 134 std::shared_ptr<TargetOptions> TargetOpts;
|
/external/lldb/include/lldb/Core/ |
SourceManager.h | 89 typedef std::shared_ptr<File> FileSP;
|
/external/lldb/source/Plugins/Process/Utility/ |
RegisterContextLLDB.h | 28 typedef std::shared_ptr<RegisterContextLLDB> SharedPtr;
|
/external/llvm/lib/IR/ |
DiagnosticInfo.cpp | 40 std::shared_ptr<Regex> Pattern;
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/compiler/ |
gcc.hpp | 18 // egcs 1.1 won't parse shared_ptr.hpp without this:
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/backward/ |
auto_ptr.h | 282 // 541. shared_ptr template assignment and void
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/backward/ |
auto_ptr.h | 282 // 541. shared_ptr template assignment and void
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/backward/ |
auto_ptr.h | 282 // 541. shared_ptr template assignment and void
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/backward/ |
auto_ptr.h | 282 // 541. shared_ptr template assignment and void
|
/prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.6/ |
printers.py | 753 pretty_printers_dict[re.compile('^std::shared_ptr<.*>$')] = lambda val: StdPointerPrinter ('std::shared_ptr', val) 760 pretty_printers_dict[re.compile('^std::tr1::shared_ptr<.*>$')] = lambda val: StdPointerPrinter ('std::tr1::shared_ptr', val)
|
/prebuilts/python/linux-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.6/ |
printers.py | 753 pretty_printers_dict[re.compile('^std::shared_ptr<.*>$')] = lambda val: StdPointerPrinter ('std::shared_ptr', val) 760 pretty_printers_dict[re.compile('^std::tr1::shared_ptr<.*>$')] = lambda val: StdPointerPrinter ('std::tr1::shared_ptr', val)
|
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/stlport/ |
printers.py | 647 "Pretty printer for std::shared_ptr and std::weak_ptr." 726 add_entry ("boost::shared_ptr", SharedptrPrinter, "tr1::shared_ptr")
|
/prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/stlport/stlport/ |
printers.py | 646 "Pretty printer for std::shared_ptr and std::weak_ptr." 725 add_entry ("boost::shared_ptr", SharedptrPrinter, "tr1::shared_ptr")
|
/prebuilts/python/linux-x86/2.7.5/share/pretty-printers/stlport/stlport/ |
printers.py | 647 "Pretty printer for std::shared_ptr and std::weak_ptr." 726 add_entry ("boost::shared_ptr", SharedptrPrinter, "tr1::shared_ptr")
|
Completed in 784 milliseconds
<<11121314151617181920>>