Searched refs:template_string (Results 1 – 3 of 3) sorted by relevance
244 template_string = r"`(?:[^`\\]|\\.)*`"254 template_string,263 template_string,287 template_string,
85 const char *template_string) = 0;
997 const char* template_string = TemplateString(template_index); in FormatMessage() local998 if (template_string == NULL) { in FormatMessage()1007 for (const char* c = template_string; *c != '\0'; c++) { in FormatMessage()