Searched refs:iterator (Results 151 - 174 of 174) sorted by relevance

1234567

/gem5/ext/pybind11/include/pybind11/
H A Dpybind11.h1639 inline std::pair<decltype(internals::registered_types_py)::iterator, bool> all_type_info_get_cache(PyTypeObject *type) {
1667 /// Makes a python iterator from a first and past-the-end C++ InputIterator.
1673 iterator make_iterator(Iterator first, Sentinel last, Extra &&... extra) {
1677 class_<state>(handle(), "iterator", pybind11::module_local())
1695 /// Makes an python iterator over the keys (`.first`) of a iterator over pairs from a
1702 iterator make_key_iterator(Iterator first, Sentinel last, Extra &&... extra) {
1706 class_<state>(handle(), "iterator", pybind11::module_local())
1724 /// Makes an iterator over values of an stl container or other container supporting
1727 typename Type, typename... Extra> iterator make_iterato
[all...]
H A Dnumpy.h1352 common_iter &iterator,
1372 iterator = common_iter(buffer.ptr, strides, shape);
/gem5/src/dev/arm/
H A Dsmmu_v3_transl.cc1111 std::list<SMMUTranslationProcess *>::iterator it;
1150 std::list<SMMUTranslationProcess *>::iterator it;
1189 std::list<SMMUTranslationProcess *>::iterator it;
/gem5/src/base/
H A Dcp_annotate.hh357 NameCache::iterator i = nameCache.find(s);
H A Dstatistics.hh2964 MCounter::iterator it;
/gem5/ext/googletest/googlemock/src/
H A Dgmock-spec-builders.cc748 for (MockObjectRegistry::StateMap::iterator it =
/gem5/src/cpu/checker/
H A Dcpu_impl.hh101 typename std::list<DynInstPtr>::iterator itr;
H A Dcpu.hh664 typedef typename std::list<DynInstPtr>::iterator InstListIt;
/gem5/src/cpu/
H A Dbase_dyn_inst.hh94 // The list of instructions iterator type.
95 typedef typename std::list<DynInstPtr>::iterator ListIt;
937 /** Returns iterator to this instruction in the list of all insts. */
940 /** Sets iterator for this instruction in the list of all insts. */
/gem5/ext/googletest/googletest/test/
H A Dgtest-printers_test.cc974 // Tests that a class named iterator isn't treated as a container.
976 struct iterator { struct in namespace:testing::gtest_printers_test
981 iterator it = {};
H A Dgtest-port_test.cc218 IteratorTraits< ::std::list<bool>::iterator>::value_type>();
/gem5/ext/mcpat/cacti/
H A Dwire.cc670 list<Component>::iterator citer;
/gem5/ext/systemc/src/tlm_utils/
H A Dtlm2_base_protocol_checker.h837 for (deque_t::iterator i = path.begin(); i < path.end(); i++)
/gem5/ext/googletest/googletest/src/
H A Dgtest-death-test.cc910 for (std::vector<char*>::iterator i = args_.begin(); i != args_.end();
H A Dgtest.cc1091 IdMap::iterator it = ids_.find(str);
2063 const std::vector<TestProperty>::iterator property_with_matching_key =
5316 // We also need to decrement the iterator as we just removed
/gem5/src/arch/arm/tracers/
H A Dtarmac_parser.cc636 list<ParserRegEntry>::iterator it = destRegRecords.begin(),
/gem5/ext/googletest/googlemock/test/
H A Dgmock-actions_test.cc38 #include <iterator>
H A Dgmock-generated-matchers_test.cc715 typedef vector<int>::iterator Iter;
H A Dgmock-matchers_test.cc44 #include <iterator>
4513 class ConstIter : public std::iterator<std::input_iterator_tag,
4520 typename std::list<value_type>::iterator pos)
4554 typename std::list<value_type>::iterator pos_;
4641 // Streamlike 'container' provides only minimal iterator support.
4726 // Streamlike 'container' provides only minimal iterator support.
4830 // Streamlike 'container' provides only minimal iterator support.
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h2285 std::string::iterator it = str.end();
/gem5/src/dev/net/
H A Dsinic.cc753 PacketFifo::iterator end = rxFifo.end();
/gem5/src/sim/
H A Dsyscall_emul.hh1104 std::list<BasicSignal>::iterator it;
2712 std::list<BasicSignal>::iterator iter;
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-generated-matchers.h41 #include <iterator>
H A Dgmock-matchers.h43 #include <iterator>
850 // appending each result to the 'out' iterator. Returns the final value
3638 // STL iterator range. In each of these cases, the underlying sequence
4133 // iterator and its end() iterator, i.e. the size of the container. This matcher

Completed in 186 milliseconds

1234567