Searched refs:appendVAList (Results 1 – 4 of 4) sorted by relevance
101 this->definitions().appendVAList(fmt, args); in defineConstantf()114 this->code().appendVAList(format, args); in codeAppendf()
263 inputs().appendVAList(fmt, argp); in declAppendf()
223 void appendVAList(const char format[], va_list);
577 void SkString::appendVAList(const char format[], va_list args) { in appendVAList() function in SkString