HomeSort by relevance Sort by last modified time
    Searched defs:use_count (Results 26 - 38 of 38) sorted by null

12

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
shared_ptr_base.h 850 // Postcondition: use_count() == 1 and __r.get() == 0
960 use_count() const // never throws function in class:__shared_ptr
1234 use_count() const \/\/ never throws function in class:__weak_ptr
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
shared_ptr.h 595 // Postcondition: use_count() == 1 and __r.get() == 0
700 use_count() const // never throws function in class:tr1::__shared_ptr
879 // use_count test above.
892 use_count() const // never throws function in class:tr1::__weak_ptr
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
shared_ptr.h 595 // Postcondition: use_count() == 1 and __r.get() == 0
700 use_count() const // never throws function in class:tr1::__shared_ptr
879 // use_count test above.
892 use_count() const // never throws function in class:tr1::__weak_ptr
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
shared_ptr_base.h 850 // Postcondition: use_count() == 1 and __r.get() == 0
960 use_count() const // never throws function in class:__shared_ptr
1234 use_count() const \/\/ never throws function in class:__weak_ptr
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
shared_ptr.h 595 // Postcondition: use_count() == 1 and __r.get() == 0
700 use_count() const // never throws function in class:tr1::__shared_ptr
879 // use_count test above.
892 use_count() const // never throws function in class:tr1::__weak_ptr
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
shared_ptr.h 595 // Postcondition: use_count() == 1 and __r.get() == 0
700 use_count() const // never throws function in class:tr1::__shared_ptr
879 // use_count test above.
892 use_count() const // never throws function in class:tr1::__weak_ptr
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
shared_ptr.h 588 // Postcondition: use_count() == 1 and __r.get() == 0
693 use_count() const // never throws function in class:tr1::__shared_ptr
872 // use_count test above.
885 use_count() const // never throws function in class:tr1::__weak_ptr
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
shared_ptr.h 588 // Postcondition: use_count() == 1 and __r.get() == 0
693 use_count() const // never throws function in class:tr1::__shared_ptr
872 // use_count test above.
885 use_count() const // never throws function in class:tr1::__weak_ptr
  /art/compiler/dex/quick/
ralloc_util.cc 1156 int use_count = mir_graph_->GetUseCount(i); local
    [all...]
  /external/chromium_org/v8/src/
hydrogen-instructions.cc 77 int use_count[Representation::kNumRepresentations] = { 0 }; local
88 use_count[rep.kind()] += 1;
90 if (IsPhi()) HPhi::cast(this)->AddIndirectUsesTo(&use_count[0]);
91 int tagged_count = use_count[Representation::kTagged];
92 int double_count = use_count[Representation::kDouble];
93 int int32_count = use_count[Representation::kInteger32];
94 int smi_count = use_count[Representation::kSmi];
    [all...]
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 

Completed in 917 milliseconds

12