Lines Matching refs:format
341 print('breakName {}: {}'.format(name, msg))
544 msg = 'Two enums found with the same value: {} = {} = {}'.format(
665 body += '#ifdef {}\n'.format(protect)
668 decl += "#define {} {}\n".format(name, strVal)
670 decl += "static constexpr {} {} {{{}}};\n".format(flagTypeName, name, strVal)
680 self.logMsg('error', 'No such alias {} for enum {}'.format(strVal, name))
681 decl += "static const {} {} = {};\n".format(flagTypeName, name, strVal)
758 decl += '#ifdef {}\n'.format(protect)
765 decl += ' {} = {},'.format(name, strVal)
1024 def genFormat(self, format, formatinfo, alias):
1025 """Generate interface for a format element.
1077 - param - Element (`<param>` or `<member>`) to format