Home | History | Annotate | Download | only in generator

Lines Matching refs:consts

773         self.consts = [] # using a list to save the occurence order
832 for cand in self.consts + self.private_consts:
839 consts = self.consts
842 consts = self.private_consts
844 consts.append(constinfo)
971 classinfo.consts.append( ConstInfo([n, val], addedManually=True) )
1036 # scan the headers and build more descriptive maps of classes, consts, functions
1453 if ci.consts:
1454 logging.info("%s", ci.consts)
1457 %s;\n\n""" % (",\n"+" "*12).join(["%s = %s" % (c.name, c.value) for c in ci.consts])