Home
last modified time | relevance | path

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

/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
DCollectionSize.java50 public enum CollectionSize implements Feature<Collection>, enum
72 CollectionSize(int numElements) { in CollectionSize() method in CollectionSize
77 CollectionSize(Feature<? super Collection> ... implied) { in CollectionSize() method in CollectionSize
/external/pdfium/third_party/base/
Dstl_util.h44 ResultType CollectionSize(const Collection& collection) { in CollectionSize() function