Lines Matching refs:pointers
34 ** once the device has been initialized. This will resolve the function pointers
107 # Internal state - accumulators for function pointers and function
109 self.pointers = [];
145 for pointer in self.pointers:
179 # Accumulate function pointers and function pointer initialization
188 self.pointers.append('#ifdef ' + self.featureName)
193 self.pointers.append('#ifdef ' + self.featureExtraProtect)
197 self.pointers += self.featurePointers;
202 self.pointers.append('#endif /* ' + self.featureExtraProtect + ' */')
206 self.pointers.append('#endif /* ' + self.featureName + ' */')