Searched defs:isSmall (Results 1 – 8 of 8) sorted by relevance
/external/llvm/include/llvm/ADT/ | ||
D | SmallSet.h | 106 bool isSmall() const { return Set.empty(); } in isSmall() function |
D | SmallPtrSet.h | 126 bool isSmall() const { return CurArray == SmallArray; } in isSmall() function |
D | SmallBitVector.h | 85 bool isSmall() const { in isSmall() function |
D | SmallVector.h | 87 bool isSmall() const { in isSmall() function |
/external/skia/bench/ | ||
D | DisplacementBench.cpp | 79 inline bool isSmall() const { return fIsSmall; } in isSmall() function in DisplacementBaseBench |
D | ColorFilterBench.cpp | 57 inline bool isSmall() const { return fIsSmall; } in isSmall() function in ColorFilterBaseBench |
/external/chromium_org/third_party/skia/bench/ | ||
D | DisplacementBench.cpp | 79 inline bool isSmall() const { return fIsSmall; } in isSmall() function in DisplacementBaseBench |
D | ColorFilterBench.cpp | 57 inline bool isSmall() const { return fIsSmall; } in isSmall() function in ColorFilterBaseBench |