Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/util/
DPreconditions.java23 public static <T> T checkNotNull(T reference) { in checkNotNull() method in Preconditions
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DInternal.java62 static <T> T checkNotNull(T obj) { in checkNotNull() method in Internal
70 static <T> T checkNotNull(T obj, String message) { in checkNotNull() method in Internal