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

/gem5/src/cpu/testers/traffic_gen/
H A Dpygen.cc66 if (metaGenerator == py::iterator::sentinel()) {
/gem5/ext/testlib/
H A Dhelper.py161 sentinel = object() # unique object used to signal cache misses
167 result = cache.get(key, sentinel)
168 if result is not sentinel:
184 end += [None, end, end] # sentinel node for doubly linked list
/gem5/ext/pybind11/tests/
H A Dtest_sequences_and_iterators.cpp315 while (it != py::iterator::sentinel()) {
/gem5/ext/pybind11/include/pybind11/
H A Dpytypes.h63 /// Return a sentinel which ends iteration.
854 The value which marks the end of the iteration. ``it == iterator::sentinel()``
860 while (it != py::iterator::sentinel()) {
866 static iterator sentinel() { return {}; } function in class:iterator
1404 template <typename D> iterator object_api<D>::end() const { return iterator::sentinel(); }

Completed in 15 milliseconds