Home
last modified time | relevance | path

Searched defs:shouldIgnore (Results 1 – 5 of 5) sorted by relevance

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/
DIgnorePropertiesUtil.java16 …public static boolean shouldIgnore(Object value, Collection<String> toIgnore, Collection<String> t… in shouldIgnore() method in IgnorePropertiesUtil
105 public boolean shouldIgnore(Object propertyName) { in shouldIgnore() method in IgnorePropertiesUtil.Checker
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/
DRobolectricTestRunner.java329 @Override protected boolean shouldIgnore(FrameworkMethod method) { in shouldIgnore() method in RobolectricTestRunner
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h305 bool shouldIgnore() const { return CapExpr == nullptr; } in shouldIgnore() function
/external/llvm-project/clang/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h321 bool shouldIgnore() const { return CapExpr == nullptr; } in shouldIgnore() function
/external/llvm-project/clang-tools-extra/clangd/
DSelection.cpp169 bool shouldIgnore(const syntax::Token &Tok) { in shouldIgnore() function