/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/ |
shared_ptr_base.h | 0 // shared_ptr and weak_ptr implementation details -*- C++ -*- 30 // shared_ptr.hpp 57 * @brief Exception possibly thrown by @c shared_ptr. 264 class shared_ptr; 1051 // 20.8.13.2.7 shared_ptr comparisons 1106 // 2.2.3.8 shared_ptr specialized algorithms. 1112 // 2.2.3.9 shared_ptr casts 1115 // shared_ptr<_Tp, _Lp>(static_cast<_Tp*>(__r.get())) 1125 // shared_ptr<_Tp, _Lp>(const_cast<_Tp*>(__r.get())) 1135 // shared_ptr<_Tp, _Lp>(dynamic_cast<_Tp*>(__r.get()) [all...] |
regex_grep_matcher.h | 123 const std::shared_ptr<_Nfa> _M_nfa;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
shared_ptr_base.h | 0 // shared_ptr and weak_ptr implementation details -*- C++ -*- 30 // shared_ptr.hpp 61 * @brief Exception possibly thrown by @c shared_ptr. 261 class shared_ptr; 1026 // 20.7.2.2.7 shared_ptr comparisons [all...] |
regex_grep_matcher.h | 128 const std::shared_ptr<_Nfa> _M_nfa;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
shared_ptr_base.h | 0 // shared_ptr and weak_ptr implementation details -*- C++ -*- 30 // shared_ptr.hpp 61 * @brief Exception possibly thrown by @c shared_ptr. 261 class shared_ptr; 1026 // 20.7.2.2.7 shared_ptr comparisons [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
shared_ptr_base.h | 0 // shared_ptr and weak_ptr implementation details -*- C++ -*- 30 // shared_ptr.hpp 57 * @brief Exception possibly thrown by @c shared_ptr. 264 class shared_ptr; 1051 // 20.8.13.2.7 shared_ptr comparisons 1106 // 2.2.3.8 shared_ptr specialized algorithms. 1112 // 2.2.3.9 shared_ptr casts 1115 // shared_ptr<_Tp, _Lp>(static_cast<_Tp*>(__r.get())) 1125 // shared_ptr<_Tp, _Lp>(const_cast<_Tp*>(__r.get())) 1135 // shared_ptr<_Tp, _Lp>(dynamic_cast<_Tp*>(__r.get()) [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
shared_ptr_base.h | 0 // shared_ptr and weak_ptr implementation details -*- C++ -*- 30 // shared_ptr.hpp 57 * @brief Exception possibly thrown by @c shared_ptr. 264 class shared_ptr; 1051 // 20.8.13.2.7 shared_ptr comparisons 1106 // 2.2.3.8 shared_ptr specialized algorithms. 1112 // 2.2.3.9 shared_ptr casts 1115 // shared_ptr<_Tp, _Lp>(static_cast<_Tp*>(__r.get())) 1125 // shared_ptr<_Tp, _Lp>(const_cast<_Tp*>(__r.get())) 1135 // shared_ptr<_Tp, _Lp>(dynamic_cast<_Tp*>(__r.get()) [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
shared_ptr_base.h | 0 // shared_ptr and weak_ptr implementation details -*- C++ -*- 30 // shared_ptr.hpp 61 * @brief Exception possibly thrown by @c shared_ptr. 261 class shared_ptr; 1026 // 20.7.2.2.7 shared_ptr comparisons [all...] |
/external/clang/include/clang/Basic/ |
VirtualFileSystem.h | 118 std::shared_ptr<detail::DirIterImpl> Impl; // Input iterator semantics on copy 121 directory_iterator(std::shared_ptr<detail::DirIterImpl> I) : Impl(I) { 161 std::shared_ptr<IterState> State; // Input iterator semantics on copy.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/backward/ |
auto_ptr.h | 284 // 541. shared_ptr template assignment and void 316 shared_ptr<_Tp>::shared_ptr(std::auto_ptr<_Tp1>&& __r) function in class:shared_ptr
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/backward/ |
auto_ptr.h | 284 // 541. shared_ptr template assignment and void 316 shared_ptr<_Tp>::shared_ptr(std::auto_ptr<_Tp1>&& __r) function in class:shared_ptr
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/backward/ |
auto_ptr.h | 284 // 541. shared_ptr template assignment and void 316 shared_ptr<_Tp>::shared_ptr(std::auto_ptr<_Tp1>&& __r) function in class:shared_ptr
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/backward/ |
auto_ptr.h | 284 // 541. shared_ptr template assignment and void 316 shared_ptr<_Tp>::shared_ptr(std::auto_ptr<_Tp1>&& __r) function in class:shared_ptr
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
shared_ptr_base.h | 0 // shared_ptr and weak_ptr implementation details -*- C++ -*- 30 // shared_ptr.hpp 63 * @brief Exception possibly thrown by @c shared_ptr. 344 class shared_ptr; 1144 // shared_ptr::shared_ptr(const weak_ptr&, std::nothrow_t). 1179 // 20.7.2.2.7 shared_ptr comparisons [all...] |
/art/runtime/ |
instrumentation.h | 441 std::shared_ptr<std::list<InstrumentationListener*>> dex_pc_listeners_ 443 std::shared_ptr<std::list<InstrumentationListener*>> field_read_listeners_ 445 std::shared_ptr<std::list<InstrumentationListener*>> field_write_listeners_ 447 std::shared_ptr<std::list<InstrumentationListener*>> exception_caught_listeners_
|
/external/ceres-solver/cmake/ |
config.h.in | 86 // If defined shared_ptr is in std::tr1 namespace, otherwise std.
|
/external/chromium_org/third_party/webrtc/voice_engine/ |
channel_manager.h | 35 // It has a similar use case to shared_ptr in C++11. Should this move to C++11
|
/external/libcxx/test/utilities/memory/unique.ptr/unique.ptr.special/ |
cmp_nullptr.pass.cpp | 12 // shared_ptr
|
/external/lldb/include/lldb/DataFormatters/ |
TypeFormat.h | 136 typedef std::shared_ptr<TypeFormatImpl> SharedPointer;
|
/external/lldb/include/lldb/Expression/ |
Materializer.h | 82 typedef std::shared_ptr<Dematerializer> DematerializerSP;
|
/external/lldb/include/lldb/Utility/ |
PriorityPointerPair.h | 33 typedef typename std::shared_ptr<T> T_SP;
|
/external/lldb/source/Plugins/Process/Utility/ |
RegisterContextDummy.h | 24 typedef std::shared_ptr<RegisterContextDummy> SharedPtr;
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
DWARFDebugInfo.h | 24 typedef std::shared_ptr<DWARFCompileUnit> DWARFCompileUnitSP;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.special/ |
cmp_nullptr.pass.cpp | 12 // shared_ptr
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/ |
shared_array.hpp | 41 // shared_array extends shared_ptr to arrays.
|