Searched defs:RefCountEvent (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dgc-anchored.cpp26 typedef Debug::SimpleEvent<Debug::Event::REFCOUNT> RefCountEvent; typedef in namespace:Inkscape::GC::__anon48
28 class BaseAnchorEvent : public RefCountEvent {
32 : RefCountEvent(name)
H A Dsp-object.cpp180 class RefCountEvent : public BaseRefCountEvent { class in namespace:__anon95
182 RefCountEvent(SPObject *object, int bias, Util::ptr_shared<char> name) function in class:__anon95::RefCountEvent
191 class RefEvent : public RefCountEvent {
194 : RefCountEvent(object, 1, Util::share_static_string("sp-object-ref"))
198 class UnrefEvent : public RefCountEvent {
201 : RefCountEvent(object, -1, Util::share_static_string("sp-object-unref"))

Completed in 29 milliseconds