Searched refs:_count (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/libavoid/
H A Dgraph.h111 unsigned int _count; member in class:Avoid::EdgeList
H A Dgraph.cpp634 _count(0)
651 COLA_ASSERT(_count == 0);
658 return _count;
687 _count++;
718 _count--;
/inkscape/src/
H A Dstyle.h74 static int _count; // Poor man's leak detector member in class:SPStyle
H A Dstyle.cpp72 int SPStyle::_count = 0; member in class:SPStyle
211 // std::cout << "SPStyle::SPStyle( SPDocument ): Entrance: (" << _count << ")" << std::endl;
232 ++_count; // Poor man's memory leak detector
482 --_count; // Poor man's memory leak detector.

Completed in 4121 milliseconds