Lines Matching defs:ap
612 va_list ap;613 va_start(ap, format);614 msg.AppendVA(format, ap);615 va_end(ap);