Home
last modified time | relevance | path

Searched defs:NotNull (Results 1 – 5 of 5) 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/chromium_org/third_party/WebKit/Source/wtf/
DStdLibExtras.h142 enum NotNullTag { NotNull }; enumerator
/external/llvm/lib/Analysis/
DLazyValueInfo.cpp591 bool NotNull = false; in solveBlockValueNonLocal() local
/external/pdfium/core/include/fxcrt/
Dfx_basic.h1375 FX_BOOL NotNull() const in NotNull() function