Searched defs:returnNull (Results 1 – 3 of 3) sorted by relevance
4 int *returnNull() { return 0; } in returnNull() function
70 public static <T> Function<Object, /*@Nullable*/ T> returnNull() { in returnNull() method in Functions
766 bool returnNull = flags & PartitionAllocReturnNull; in PartitionAllocSlowPath() local