Searched refs:refcount_ (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestCOMPtr.cpp74 unsigned int refcount_; member in class:IFoo
130 : refcount_(0)
147 ++refcount_;
149 STATIC_CAST(void*, this), refcount_);
150 return refcount_;
156 int wrap_message = (refcount_ == 1);
160 --refcount_;
162 STATIC_CAST(void*, this), refcount_);
164 if ( !refcount_ )
173 return refcount_;
[all...]
H A DTestHashtables.cpp244 unsigned int refcount_; member in class:IFoo
262 : refcount_(0)
279 ++refcount_;
281 NS_STATIC_CAST(void*, this), refcount_);
282 return refcount_;
288 int wrap_message = (refcount_ == 1);
292 --refcount_;
294 NS_STATIC_CAST(void*, this), refcount_);
296 if ( !refcount_ )
305 return refcount_;
[all...]

Completed in 43 milliseconds