Home
last modified time | relevance | path

Searched refs:AppendCurrent (Results 1 – 2 of 2) sorted by relevance

/system/core/demangle/
DDemangler.cpp258 AppendCurrent(oper); in AppendOperatorString()
291 void Demangler::AppendCurrent(const std::string& str) { in AppendCurrent() function in Demangler
298 void Demangler::AppendCurrent(const char* str) { in AppendCurrent() function in Demangler
311 AppendCurrent(type); in ParseS()
321 AppendCurrent(saves_[0]); in ParseS()
346 AppendCurrent(saves_[index]); in ParseS()
357 AppendCurrent(template_saves_[0]); in ParseT()
373 AppendCurrent(template_saves_[index]); in ParseT()
451 AppendCurrent("std"); in ParseComplexString()
468 AppendCurrent(str); in ParseComplexString()
[all …]
DDemangler.h36 void AppendCurrent(const std::string& str);
37 void AppendCurrent(const char* str);