Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DAbstractMessageLite.java361 checkForNullValues(((LazyStringList) values).getUnderlyingElements()); in addAll()
364 checkForNullValues(values); in addAll()
376 private static void checkForNullValues(final Iterable<?> values) { in checkForNullValues() method in AbstractMessageLite.Builder