Home
last modified time | relevance | path

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

/external/easymock/src/org/easymock/internal/matchers/
DNotNull.java22 public class NotNull implements IArgumentMatcher, Serializable { class
28 private NotNull() { in NotNull() method in NotNull
/external/mockito/src/org/mockito/internal/matchers/
DNotNull.java14 public class NotNull extends ArgumentMatcher<Object> implements Serializable { class
19 private NotNull() { in NotNull() method in NotNull
/external/pdfium/core/include/fxcrt/
Dfx_basic.h1010 FX_BOOL NotNull() const { return !IsNull(); } in NotNull() function
/external/llvm/lib/Analysis/
DLazyValueInfo.cpp669 bool NotNull = false; in solveBlockValueNonLocal() local