Lines Matching full:protect
89 …self.CommandData = namedtuple('CommandData', ['name', 'ext_name', 'ext_type', 'protect', 'return_t…
234 protect=self.featureExtraProtect,
244 protect=self.featureExtraProtect,
256 protect=self.featureExtraProtect,
267 protect=self.featureExtraProtect,
320 if cur_cmd.protect is not None:
321 table += '#ifdef %s\n' % cur_cmd.protect
325 if cur_cmd.protect is not None:
326 table += '#endif // %s\n' % cur_cmd.protect
361 if cur_cmd.protect is not None:
362 table += '#ifdef %s\n' % cur_cmd.protect
366 if cur_cmd.protect is not None:
367 table += '#endif // %s\n' % cur_cmd.protect