Lines Matching defs:is_null
188 is_null = property(_isnull_impl, None)
195 if node.is_null:
211 if node is not None and node.sbvalue.IsValid() and not (node.is_null):
401 is_null = property(_null_impl, None)
412 if x.is_null:
414 while not x.left.is_null:
424 if x.is_null:
426 while not x.right.is_null:
432 if x.is_null:
438 if node.is_null:
440 if not node.right.is_null:
464 if node is not None and node.sbvalue.IsValid() and not (node.is_null):