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

/gem5/ext/dsent/model/
H A DEventInfo.cc75 Map<TransitionInfo>::Iterator it_begin = m_trans_info_map_->begin();
76 Map<TransitionInfo>::Iterator it_end = m_trans_info_map_->end();
77 Map<TransitionInfo>::Iterator it;
88 Map<TransitionInfo>::Iterator it_begin = m_trans_info_map_->begin();
89 Map<TransitionInfo>::Iterator it_end = m_trans_info_map_->end();
90 Map<TransitionInfo>::Iterator it;
H A DModel.cc590 Map<SubModel*>::Iterator iter = m_sub_instances_->begin();
591 Map<SubModel*>::Iterator end = m_sub_instances_->end();
603 Map<SubModel*>::Iterator iter = m_sub_instances_->begin();
604 Map<SubModel*>::Iterator end = m_sub_instances_->end();
/gem5/src/mem/cache/
H A Dwrite_queue_entry.hh93 typedef List::iterator Iterator; typedef in class:WriteQueueEntry
103 Iterator readyIter;
109 Iterator allocIter;
H A Dmshr.hh328 typedef List::iterator Iterator; typedef
386 Iterator readyIter;
392 Iterator allocIter;
H A Dqueue.hh104 typename Entry::Iterator addToReadyList(Entry* entry)
/gem5/ext/dsent/libutil/
H A DMap.h38 typedef typename map<String, T>::iterator Iterator; typedef in class:LibUtil::Map
64 Iterator find(const String& key_);
69 void remove(Iterator it);
75 Iterator begin();
78 Iterator end();
151 template<class T> typename Map<T>::Iterator Map<T>::find(const String& key_)
167 template<class T> void Map<T>::remove(Iterator it)
191 template<class T> typename Map<T>::Iterator Map<T>::begin()
201 template<class T> typename Map<T>::Iterator Map<T>::end()
231 for(typename Map<T*>::Iterator i
[all...]
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h215 return new Iterator(this, begin_, 0, step_);
218 return new Iterator(this, end_, end_index_, step_);
222 class Iterator : public ParamIteratorInterface<T> { class in class:testing::internal::RangeGenerator
224 Iterator(const ParamGeneratorInterface<T>* base, T value, int index, function in class:testing::internal::RangeGenerator::Iterator
227 virtual ~Iterator() {}
237 return new Iterator(*this);
247 CheckedDowncastToActualType<const Iterator>(&other)->index_;
252 Iterator(const Iterator& other) function in class:testing::internal::RangeGenerator::Iterator
258 void operator=(const Iterator
309 class Iterator : public ParamIteratorInterface<T> { class in class:testing::internal::ValuesInIteratorRangeGenerator
311 Iterator(const ParamGeneratorInterface<T>* base, function in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
349 Iterator(const Iterator& other) function in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
[all...]
H A Dgtest-param-util-generated.h3173 return new Iterator(this, g1_, g1_.begin(), g2_, g2_.begin());
3176 return new Iterator(this, g1_, g1_.end(), g2_, g2_.end());
3180 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator2
3182 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator2::Iterator
3192 virtual ~Iterator() {}
3209 return new Iterator(*this);
3218 const Iterator* typed_other =
3219 CheckedDowncastToActualType<const Iterator>(&other);
3230 Iterator(const Iterator function in class:testing::internal::CartesianProductGenerator2::Iterator
3296 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator3
3298 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator3::Iterator
3354 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator3::Iterator
3430 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator4
3432 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator4::Iterator
3496 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator4::Iterator
3581 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator5
3583 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator5::Iterator
3655 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator5::Iterator
3751 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator6
3753 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator6::Iterator
3833 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator6::Iterator
3938 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator7
3940 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator7::Iterator
4028 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator7::Iterator
4144 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator8
4146 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator8::Iterator
4242 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator8::Iterator
4366 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator9
4368 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator9::Iterator
4472 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator9::Iterator
4606 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator10
4608 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator10::Iterator
4720 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator10::Iterator
[all...]
H A Dgtest-port.h2218 template <typename Iterator>
2220 typedef typename Iterator::value_type value_type;
/gem5/ext/pybind11/include/pybind11/
H A Dpybind11.h427 /* Iterator over the list of potentially admissible overloads */
1658 template <typename Iterator, typename Sentinel, bool KeyIterator, return_value_policy Policy>
1660 Iterator it;
1669 typename Iterator,
1671 typename ValueType = decltype(*std::declval<Iterator>()),
1673 iterator make_iterator(Iterator first, Sentinel last, Extra &&... extra) {
1674 typedef detail::iterator_state<Iterator, Sentinel, false, Policy> state;
1698 typename Iterator,
1700 typename KeyType = decltype((*std::declval<Iterator>()).first),
1702 iterator make_key_iterator(Iterator firs
[all...]
/gem5/ext/googletest/googletest/test/
H A Dgtest-printers_test.cc980 TEST(PrintStlContainerTest, Iterator) {

Completed in 57 milliseconds