Searched refs:returnNull (Results 1 – 8 of 8) sorted by relevance
4 int *returnNull() { return 0; } in returnNull() function10 int *x = returnNull(); in testCycle()13 x = returnNull(); in testCycle()
34 assertThat(Functions.returnNull().apply("ignored")).isNull(); in testReturnNull()
70 public static <T> Function<Object, /*@Nullable*/ T> returnNull() { in returnNull() method in Functions
126 Functions.</*@Nullable*/ String>returnNull()); in attributeValueToString()
766 bool returnNull = flags & PartitionAllocReturnNull; in PartitionAllocSlowPath() local772 if (returnNull) in PartitionAllocSlowPath()826 if (returnNull) in PartitionAllocSlowPath()
265 Functions.</*@Nullable*/ AttributeValue>returnNull()); in toAttributeValueProto()
436 Functions.</*@Nullable*/ AttributeValue>returnNull()); in toAttributeValueProto()
666 Functions.</*@Nullable*/ String>returnNull()); in attributeValueToString()