Home
last modified time | relevance | path

Searched defs:nullableStringList (Results 1 – 1 of 1) sorted by relevance

/external/auto/value/src/it/functional/src/test/java/com/google/auto/value/
DAutoValueTest.java626 abstract ImmutableList<String> nullableStringList(); in nullableStringList() method in AutoValueTest.NullableListProperties
628 static NullableListProperties create(@Nullable ImmutableList<String> nullableStringList) { in create()
648 abstract ImmutableList<String> nullableStringList(); in nullableStringList() method in AutoValueTest.NullableListPropertiesWithBuilder
656 Builder nullableStringList(List<String> nullableStringList); in nullableStringList() argument