Lines Matching defs:ap
878 va_list ap;879 va_start(ap, format);880 msg.AppendVA(format, ap);881 va_end(ap);