Searched defs:NonNull (Results 1 – 5 of 5) sorted by relevance
37 public @interface NonNull { annotation
33 public @interface NonNull { annotation
89 constexpr NonNull(Passkey, P&& pointer) : pointer_(std::forward<P>(pointer)) { in NonNull() function
48 TEST(NonNull, Example) { in TEST() argument
29 val NonNull: String get() { return classRef("android.annotation.NonNull") } in <lambda>() constant