Lines Matching defs:ref
48 void ref();
52 void ref() { cnt++; }
63 CIShared( bool null = true ) : d( null ? Null.d->ref(), Null.d : new Data() ) {}
64 CIShared( const CIShared &that ) : d( that.d ) { d->ref(); }
66 that.d->ref();
381 printf( "~Data(): ref count is %d, but must be zero!\n", cnt );
384 template< class D > void CIShared<D>::Data::ref() {
387 "Data::ref() ref count was %d, "
397 "Data::ref() ref count was %d, "