Home | History | Annotate | Download | only in aarch64

Lines Matching refs:fmt_

227   Format(const char* fmt, char type_code) : fmt_(fmt), type_code_(type_code) {}
234 fprintf(out, fmt_, value);
239 const char* fmt_;
1078 fprintf(out, "[Format %c%u - %s]", type_code_, size, fmt_);