Home | History | Annotate | Download | only in runtime

Lines Matching defs:ap

2401   va_list ap;
2402 va_start(ap, fmt);
2405 StringAppendV(&failure_reason_, fmt, ap);
2406 va_end(ap);