Home
last modified time | relevance | path

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

/external/testng/src/main/java/org/testng/collections/
DCollectionUtils.java10 public static boolean hasElements(Collection<?> c) { in hasElements() method in CollectionUtils
14 public static boolean hasElements(Map<?, ?> c) { in hasElements() method in CollectionUtils
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DExprEngineObjC.cpp50 StmtNodeBuilder &Bldr, bool hasElements) { in populateObjCForDestinationSet()