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

/inkscape/src/debug/
H A Ddemangle.h2 * Inkscape::Debug::demangle - demangle C++ symbol names
21 Util::ptr_shared<char> demangle(char const *name);
H A Ddemangle.cpp2 * Inkscape::Debug::demangle - demangle C++ symbol names
15 #include "debug/demangle.h"
53 Util::ptr_shared<char> demangle(char const *name) { function in namespace:Inkscape::Debug
/inkscape/src/
H A Dgc-anchored.cpp16 #include "debug/demangle.h"
36 _addProperty("class", Debug::demangle(typeid(*object).name()));
H A Dsp-object.cpp39 #include "debug/demangle.h"
186 _addProperty("class", Debug::demangle(g_type_name(G_TYPE_FROM_INSTANCE(object))));

Completed in 36 milliseconds