HomeSort by relevance Sort by last modified time
    Searched refs:weak_count (Results 1 - 12 of 12) 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/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_library_list.cpp 26 int weak_count; member in struct:crazy::__anon16109::SymbolLookupState
28 SymbolLookupState() : found_addr(NULL), weak_addr(NULL), weak_count(0) {}
44 // increment the weak_count.
45 if (++weak_count == 1)
123 if (lookup_state.weak_count >= 1) {
  /ndk/sources/android/crazy_linker/src/
crazy_linker_library_list.cpp 24 int weak_count; member in struct:crazy::__anon22751::SymbolLookupState
26 SymbolLookupState() : found_addr(NULL), weak_addr(NULL), weak_count(0) {}
42 // increment the weak_count.
43 if (++weak_count == 1)
121 if (lookup_state.weak_count >= 1) {
  /external/stlport/stlport/
memory 87 class weak_count;
  /ndk/sources/cxx-stl/stlport/stlport/
memory 87 class weak_count;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/
memory 87 class weak_count;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/
memory 87 class weak_count;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/
memory 87 class weak_count;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/
memory 87 class weak_count;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/
memory 87 class weak_count;
  /external/opencv/ml/src/
mlboost.cpp 57 weak_count = 100;
69 weak_count = _weak_count;
883 params.weak_count = MAX( params.weak_count, 1 );
946 for( i = 0; i < params.weak_count; i++ )
    [all...]
  /external/opencv/ml/include/
ml.h 1021 int weak_count; member in struct:CvBoostParams
    [all...]

Completed in 399 milliseconds