Home
last modified time | relevance | path

Searched refs:checkForNullValues (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DAbstractMessageLite.java363 checkForNullValues(((LazyStringList) values).getUnderlyingElements()); in addAll()
366 checkForNullValues(values); in addAll()
378 private static void checkForNullValues(final Iterable<?> values) { in checkForNullValues() method in AbstractMessageLite.Builder