Lines Matching refs:format
133 // Decoder error with explicit PC and format arguments.
147 // Decoder error with explicit PC and no format arguments.
159 // Decoder error without explicit PC, but with format arguments.
172 // Decoder error without explicit PC and without format arguments.
1691 // clang-format off
1702 // clang-format on
1770 // clang-format off
1788 // clang-format on
1909 // clang-format off
1922 // clang-format on
1941 // clang-format off
2108 // clang-format on
2472 void Append(const char* format, ...) {
2475 va_start(va_args, format);
2478 int len = base::VSNPrintF(remaining_msg_space, format, va_args);
2539 void Append(const char* format, ...) {}