HomeSort by relevance Sort by last modified time
    Searched full:shared_ptr (Results 251 - 275 of 502) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/tr1/
memory 51 #include <tr1/shared_ptr.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
future 46 #include <bits/shared_ptr.h>
459 _S_check(const shared_ptr<_Tp>& __p)
499 static std::shared_ptr<_State_base>
503 static std::shared_ptr<_State_base>
552 typedef shared_ptr<_State_base> __state_type;
926 shared_ptr<_State> _M_future;
1024 shared_ptr<_State> _M_future;
1105 shared_ptr<_State> _M_future;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
memory 50 #include <tr1/shared_ptr.h>
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
future 46 #include <bits/shared_ptr.h>
459 _S_check(const shared_ptr<_Tp>& __p)
499 static std::shared_ptr<_State_base>
503 static std::shared_ptr<_State_base>
552 typedef shared_ptr<_State_base> __state_type;
926 shared_ptr<_State> _M_future;
1024 shared_ptr<_State> _M_future;
1105 shared_ptr<_State> _M_future;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
memory 50 #include <tr1/shared_ptr.h>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
memory 51 #include <tr1/shared_ptr.h>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
memory 51 #include <tr1/shared_ptr.h>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
memory 51 #include <tr1/shared_ptr.h>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
memory 51 #include <tr1/shared_ptr.h>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
future 46 #include <bits/shared_ptr.h>
459 _S_check(const shared_ptr<_Tp>& __p)
499 static std::shared_ptr<_State_base>
503 static std::shared_ptr<_State_base>
552 typedef shared_ptr<_State_base> __state_type;
926 shared_ptr<_State> _M_future;
1024 shared_ptr<_State> _M_future;
1105 shared_ptr<_State> _M_future;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
memory 50 #include <tr1/shared_ptr.h>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/
condition_variable 44 #include <bits/shared_ptr.h>
181 shared_ptr<mutex> _M_mutex;
228 shared_ptr<mutex> __mutex = _M_mutex;
251 shared_ptr<mutex> __mutex = _M_mutex;
future 46 #include <bits/shared_ptr.h>
473 _S_check(const shared_ptr<_Tp>& __p)
522 static std::shared_ptr<_State_base>
526 static std::shared_ptr<_State_base>
576 typedef shared_ptr<_State_base> __state_type;
950 shared_ptr<_State> _M_future;
1048 shared_ptr<_State> _M_future;
1129 shared_ptr<_State> _M_future;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
memory 50 #include <tr1/shared_ptr.h>
  /external/libcxx/include/
condition_variable 123 shared_ptr<mutex> __mut_;
188 shared_ptr<mutex> __mut = __mut_;
210 shared_ptr<mutex> __mut = __mut_;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
condition_variable 125 shared_ptr<mutex> __mut_;
190 shared_ptr<mutex> __mut = __mut_;
212 shared_ptr<mutex> __mut = __mut_;
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
condition_variable 123 shared_ptr<mutex> __mut_;
188 shared_ptr<mutex> __mut = __mut_;
210 shared_ptr<mutex> __mut = __mut_;
  /external/clang/include/clang/StaticAnalyzer/Core/
AnalyzerOptions.h 313 /// Returns whether or not the destructor of C++ 'shared_ptr' may be
316 /// This covers std::shared_ptr, std::tr1::shared_ptr, and boost::shared_ptr,
317 /// and indeed any destructor named "~shared_ptr".
319 /// This is controlled by the 'c++-shared_ptr-inlining' config option, which
  /external/clang/include/clang/Frontend/
CodeGenOptions.h 161 std::shared_ptr<llvm::Regex> OptimizationRemarkPattern;
168 std::shared_ptr<llvm::Regex> OptimizationRemarkMissedPattern;
176 std::shared_ptr<llvm::Regex> OptimizationRemarkAnalysisPattern;
  /external/lldb/include/lldb/DataFormatters/
TypeSummary.h 334 typedef std::shared_ptr<TypeSummaryImpl> SharedPointer;
464 typedef std::shared_ptr<CXXFunctionSummaryFormat> SharedPointer;
538 typedef std::shared_ptr<ScriptSummaryFormat> SharedPointer;
TypeSynthetic.h 71 typedef std::shared_ptr<SyntheticChildrenFrontEnd> SharedPointer;
250 typedef std::shared_ptr<SyntheticChildren> SharedPointer;
418 typedef std::shared_ptr<SyntheticChildrenFrontEnd> SharedPointer;
576 typedef std::shared_ptr<SyntheticChildrenFrontEnd> SharedPointer;
  /external/lldb/include/lldb/Symbol/
ClangASTImporter.h 159 typedef std::shared_ptr<NamespaceMap> NamespaceMapSP;
287 typedef std::shared_ptr<Minion> MinionSP;
310 typedef std::shared_ptr<ASTContextMetadata> ASTContextMetadataSP;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/
exception.hpp 148 class shared_ptr;
160 virtual shared_ptr<error_info_base> get( type_info_ const & ) const = 0;
161 virtual void set( shared_ptr<error_info_base> const &, type_info_ const & ) = 0;
  /external/chromium_org/mojo/public/cpp/bindings/
callback.h.pump 18 #include "mojo/public/cpp/bindings/lib/shared_ptr.h"
  /external/lldb/tools/debugserver/source/
RNBDefs.h 53 typedef std::shared_ptr<RNBRemote> RNBRemoteSP;

Completed in 715 milliseconds

<<11121314151617181920>>