Home | History | Annotate | Download | only in strings

Lines Matching refs:va_list

26                       va_list argptr) {
34 va_list argptr) {
40 // the va_list, the caller is expected to do that.
44 va_list ap) {
50 va_list ap_copy;
95 // NOTE: You can only use a va_list once. Since we're in a while loop, we
112 va_list ap;
122 va_list ap;
131 std::string StringPrintV(const char* format, va_list ap) {
138 va_list ap;
149 va_list ap;
159 va_list ap;
167 va_list ap;
174 void StringAppendV(std::string* dst, const char* format, va_list ap) {
179 void StringAppendV(std::wstring* dst, const wchar_t* format, va_list ap) {