Home
last modified time | relevance | path

Searched refs:ref_count_ (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_library_view.h30 : type_(TYPE_NONE), crazy_(NULL), system_(NULL), name_(), ref_count_(1) {} in LibraryView()
56 void AddRef() { ref_count_++; } in AddRef()
60 bool SafeDecrementRef() { return (--ref_count_ == 0); } in SafeDecrementRef()
75 int ref_count() const { return ref_count_; } in ref_count()
82 int ref_count_; variable