Home
last modified time | relevance | path

Searched refs:CountElements (Results 1 – 4 of 4) sorted by relevance

/external/libcxx/benchmarks/
Dalgorithms.bench.cpp116 bool CountElements, F f) { in runOpOnCopies() argument
120 const size_t Batch = CountElements ? Copies.size() * Quantity : Copies.size(); in runOpOnCopies()
/external/pdfium/core/fxcrt/xml/
Dcxml_element.h47 size_t CountElements(const ByteStringView& space,
Dcxml_element.cpp109 size_t CXML_Element::CountElements(const ByteStringView& space, in CountElements() function in CXML_Element
/external/pdfium/xfa/fxfa/parser/
Dcxfa_xmllocale.cpp198 size_t iCount = pElement->CountElements("", bsTag); in GetPattern()