HomeSort by relevance Sort by last modified time
    Searched refs:noncopyable (Results 1 - 20 of 20) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
noncopyable.hpp 1 // Boost noncopyable.hpp header file --------------------------------------//
15 // class noncopyable cannot be copied.
21 class noncopyable class in namespace:boost::noncopyable_
24 noncopyable() {} function in class:boost::noncopyable_::noncopyable
25 ~noncopyable() {}
27 noncopyable( const noncopyable& );
28 const noncopyable& operator=( const noncopyable& );
32 typedef noncopyable_::noncopyable noncopyable typedef in namespace:boost
    [all...]
utility.hpp 19 #include <boost/noncopyable.hpp>
progress.hpp 23 #include <boost/utility.hpp> // for noncopyable
35 class progress_timer : public timer, private noncopyable
77 class progress_display : private noncopyable
  /external/clang/test/SemaCXX/
microsoft-new-delete.cpp 13 class noncopyable { noncopyable(const noncopyable&); } extern nc; // expected-note {{here}} class
14 void *operator new[](size_t, noncopyable);
15 void *operator new(size_t, const noncopyable&);
  /external/oprofile/libutil++/
utility.h 17 /** noncopyable : object of class derived from this class can't be copied
19 class noncopyable { class
21 noncopyable() {} function in class:noncopyable
22 ~noncopyable() {}
24 noncopyable(noncopyable const &);
25 noncopyable const & operator=(noncopyable const &);
  /external/oprofile/libpp/
diff_container.h 21 class diff_container : noncopyable {
profile.h 33 class profile_t : noncopyable {
profile_container.h 35 class profile_container : noncopyable {
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
argv_traverser.hpp 25 #include <boost/noncopyable.hpp>
38 class argv_traverser : noncopyable {
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
trivial_singleton.hpp 21 #include <boost/noncopyable.hpp>
36 class singleton : private boost::noncopyable {
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/memory/
singleton.h 30 class Singleton : private boost::noncopyable {
  /external/eigen/Eigen/src/Core/util/
Meta.h 96 class noncopyable class in namespace:Eigen::internal
98 noncopyable(const noncopyable&);
99 const noncopyable& operator=(const noncopyable&);
101 noncopyable() {} function in class:Eigen::internal::noncopyable
102 ~noncopyable() {}
  /external/eigen/Eigen/src/IterativeLinearSolvers/
IterativeSolverBase.h 21 class IterativeSolverBase : internal::noncopyable
IncompleteLUT.h 96 class IncompleteLUT : internal::noncopyable
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
IncompleteCholesky.h 30 class IncompleteCholesky : internal::noncopyable
  /external/eigen/Eigen/src/CholmodSupport/
CholmodSupport.h 160 class CholmodBase : internal::noncopyable
  /external/eigen/Eigen/src/UmfPackSupport/
UmfPackSupport.h 124 class UmfPackLU : internal::noncopyable
  /external/eigen/Eigen/src/PaStiXSupport/
PaStiXSupport.h 120 class PastixBase : internal::noncopyable
  /external/eigen/Eigen/src/SparseCholesky/
SimplicialCholesky.h 36 class SimplicialCholeskyBase : internal::noncopyable
  /external/eigen/Eigen/src/SuperLUSupport/
SuperLUSupport.h 291 class SuperLUBase : internal::noncopyable

Completed in 1712 milliseconds