Lines Matching refs:protect
663 protect = elem.get('protect')
664 if protect is not None:
665 body += '#ifdef {}\n'.format(protect)
688 if protect is not None:
756 protect = elem.get('protect')
757 if protect is not None:
758 decl += '#ifdef {}\n'.format(protect)
767 if protect is not None:
937 # If there is an additional 'protect' attribute in the feature, save it
938 self.featureExtraProtect = interface.get('protect')