Searched refs:NonZeroSentinel (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/pybind11/tests/
H A Dtest_sequences_and_iterators.cpp25 class NonZeroSentinel {}; class
28 bool operator==(const NonZeroIterator<std::pair<A, B>>& it, const NonZeroSentinel&) { argument
269 return py::make_iterator(NonZeroIterator<std::pair<int, int>>(s.begin()), NonZeroSentinel());
272 return py::make_key_iterator(NonZeroIterator<std::pair<int, int>>(s.begin()), NonZeroSentinel());

Completed in 5 milliseconds