Lines Matching defs:null
87 def null(self):
92 return self.conventions.null
348 # do not care about constants or "null-terminated"
368 optional_val = self.null
371 optional_val = self.null
448 # entry += ' is not {}, '.format(self.null)
476 entry = ValidityEntry(anchor=(param_name, 'null'))
489 entry += 'a null-terminated UTF-8 string whose length is less than or equal to '
516 entry += 'null-terminated '
550 # A null terminated array of chars is a string
666 # A null-terminated char array is a string, else it is chars.
975 self.makeParameterName(param_name), self.null)
979 entry += '{} must: be {} or a pointer to a valid instance of {}'.format(self.makeParameterName(param_name), self.null,
986 self.null)
1281 entry += ' not {}, '.format(self.null)