Lines Matching refs:protect

186         self.CommandData = namedtuple('CommandData', ['name', 'ext_name', 'ext_type', 'require', 'protect', 'return_type', 'handle_type', 'params', 'cdecl'])
188 self.ExtensionData = namedtuple('ExtensionData', ['name', 'type', 'protect', 'define', 'num_commands'])
333 protect=self.featureExtraProtect,
424 protect=self.featureExtraProtect,
435 protect=self.featureExtraProtect,
448 protect=self.featureExtraProtect,
460 protect=self.featureExtraProtect,
592 if cur_cmd.protect is not None:
593 table += '#if defined(%s)\n' % cur_cmd.protect
597 if cur_cmd.protect is not None:
598 table += '#endif // %s\n' % cur_cmd.protect
636 if cur_cmd.protect is not None:
637 table += '#if defined(%s)\n' % cur_cmd.protect
641 if cur_cmd.protect is not None:
642 table += '#endif // %s\n' % cur_cmd.protect
686 if cur_cmd.protect is not None:
687 table += '#if defined(%s)\n' % cur_cmd.protect
691 if cur_cmd.protect is not None:
692 table += '#endif // %s\n' % cur_cmd.protect
752 if cur_cmd.protect is not None:
753 table += '#if defined(%s)\n' % cur_cmd.protect
761 if cur_cmd.protect is not None:
762 table += '#endif // %s\n' % cur_cmd.protect
805 if (cur_cmd.protect is not None):
806 terminators += '#if defined(%s)\n' % cur_cmd.protect
811 if (cur_cmd.protect is not None):
812 terminators += '#endif // %s\n' % cur_cmd.protect
892 if cur_cmd.protect is not None:
893 tables += '#if defined(%s)\n' % cur_cmd.protect
911 if cur_cmd.protect is not None:
912 tables += '#endif // %s\n' % cur_cmd.protect
988 if cur_cmd.protect is not None:
989 tables += '#if defined(%s)\n' % cur_cmd.protect
1004 if cur_cmd.protect is not None:
1005 tables += '#endif // %s\n' % cur_cmd.protect
1063 if ext_cmd.protect is not None:
1064 funcs += '#if defined(%s)\n' % ext_cmd.protect
1427 if ext_cmd.protect is not None:
1428 funcs += '#endif // %s\n' % ext_cmd.protect
1455 if cur_cmd.protect is not None:
1456 gpa_func += '#if defined(%s)\n' % cur_cmd.protect
1476 if cur_cmd.protect is not None:
1477 gpa_func += '#endif // %s\n' % cur_cmd.protect
1506 if ext.protect is not None:
1507 create_func += '#if defined(%s)\n' % ext.protect
1518 if ext.protect is not None:
1519 create_func += '#endif // %s\n' % ext.protect
1551 last_protect = ext_cmd.protect
1552 if ext_cmd.protect is not None:
1553 term_func += f'#if defined({ext_cmd.protect})\n'
1591 last_protect = ext_cmd.protect
1592 if ext_cmd.protect is not None:
1593 term_func += f'#if defined({ext_cmd.protect})\n'
1619 last_protect = ext_cmd.protect
1620 if ext_cmd.protect is not None:
1621 tramp_protos += f'#if defined({ext_cmd.protect})\n'
1652 last_protect = ext_cmd.protect
1653 if ext_cmd.protect is not None:
1654 term_func += f'#if defined({ext_cmd.protect})\n'
1713 if cur_cmd.protect is not None:
1714 table += '#if defined(%s)\n' % cur_cmd.protect
1721 if cur_cmd.protect is not None:
1722 table += '#endif // %s\n' % cur_cmd.protect
1742 if ext.protect is not None:
1743 table += '#if defined(%s)\n' % ext.protect
1747 if ext.protect is not None:
1748 table += '#endif // %s\n' % ext.protect