Lines Matching refs:AppendCurrent
258 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()
480 AppendCurrent("~" + cur_state_.last_save); in ParseComplexString()
490 AppendCurrent(cur_state_.last_save); in ParseComplexString()