Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/algorithms/alg.nonmodifying/alg.find.first.of/
H A Dranges.find_first_of.pass.cpp201 auto predCounter = [&](int, int) { ++predCount; return false; }; in test() local
215 auto predCounter = [&](int, int) { ++predCount; return false; }; in test() local