Lines Matching refs:ap
447 va_list ap;448 va_start(ap, format);449 msg.AppendVA(format, ap);450 va_end(ap);