Searched defs:iterableWithNulls (Results 1 – 3 of 3) sorted by relevance
483 Iterable<String> iterableWithNulls = MinimalIterable.of("a", null, "b"); in testBuilderAddAllHandlesNullsCorrectly() local
423 Iterable<String> iterableWithNulls = MinimalIterable.of("a", null, "b"); in testBuilderAddAllHandlesNullsCorrectly() local
447 Iterable<String> iterableWithNulls = MinimalIterable.of("a", null, "b"); in testBuilderAddAllHandlesNullsCorrectly() local