MCPcopy Create free account
hub / github.com/catboost/catboost / CppDemangleImpl

Function CppDemangleImpl

util/system/type_name.cpp:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41static TString CppDemangleImpl(const char* name) {
42 return NPrivate::TCppDemangler().Demangle(name);
43}
44
45TString CppDemangle(const TString& name) {
46 return CppDemangleImpl(name.c_str());

Callers 2

CppDemangleFunction · 0.85
TypeNameImplFunction · 0.85

Calls 2

TCppDemanglerClass · 0.85
DemangleMethod · 0.80

Tested by

no test coverage detected