HomeSort by relevance Sort by last modified time
    Searched defs:weak_count (Results 1 - 2 of 2) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
shared_count.hpp 59 class weak_count;
71 friend class weak_count;
331 explicit shared_count(weak_count const & r); // throws bad_weak_ptr when r.use_count() == 0
332 shared_count( weak_count const & r, sp_nothrow_tag ); // constructs an empty *this when r.use_count() == 0
387 class weak_count class in namespace:boost::detail
401 weak_count(): pi_(0) // nothrow function in class:boost::detail::weak_count
408 weak_count(shared_count const & r): pi_(r.pi_) // nothrow function in class:boost::detail::weak_count
416 weak_count(weak_count const & r): pi_(r.pi_) // nothrow function in class:boost::detail::weak_count
428 weak_count(weak_count && r): pi_(r.pi_) // nothro function in class:boost::detail::weak_count
    [all...]
  /external/opencv/ml/include/
ml.h 1021 int weak_count; member in struct:CvBoostParams
    [all...]

Completed in 240 milliseconds