Searched refs:const_iterator (Results 76 - 84 of 84) sorted by relevance

1234

/gem5/ext/googletest/googlemock/test/
H A Dgmock-spec-builders_test.cc1511 ExpectationSet::const_iterator it1 = es1.begin();
1512 ExpectationSet::const_iterator it2 = it1;
1538 ExpectationSet::const_iterator it = es.begin();
H A Dgmock-matchers_test.cc4499 typedef ConstIter const_iterator; typedef in class:testing::gmock_matchers_test::Streamlike
4505 const_iterator begin() const {
4506 return const_iterator(this, remainder_.begin());
4508 const_iterator end() const {
4509 return const_iterator(this, remainder_.end());
4559 typedef typename std::list<value_type>::const_iterator Iter;
4575 Streamlike<int>::const_iterator it = s.begin();
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest-printers.h86 // const_iterator of the container. When const_iterator is an input
90 // const_iterator is a forward iterator. We'll fix this if there's an
376 for (typename C::const_iterator it = container.begin();
/gem5/ext/googletest/googletest/src/
H A Dgtest-death-test.cc921 for (typename ::std::vector<Str>::const_iterator i = arguments.begin();
H A Dgtest.cc1156 for (std::list<std::pair<char, const char*> >::const_iterator it =
1231 std::vector<EditType>::const_iterator it = edits.begin() + edit_i;
3526 for (std::string::const_iterator it = str.begin(); it != str.end(); ++it)
4507 const std::vector<TestCase*>::const_iterator test_case =
/gem5/ext/googletest/googletest/test/
H A Dgtest-port_test.cc216 IteratorTraits< ::std::vector<int>::const_iterator>::value_type>();
H A Dgtest_unittest.cc7644 StaticAssertTypeEq<const char*, NativeArray<char>::const_iterator>();
7645 StaticAssertTypeEq<const bool(*)[2], NativeArray<bool[2]>::const_iterator>();
7654 NativeArray<int>::const_iterator it = na.begin();
/gem5/src/base/stats/
H A Dtext.cc755 MCounter::const_iterator it;
/gem5/src/dev/net/
H A Dsinic.cc1341 VirtualList::const_iterator i, end;

Completed in 106 milliseconds

1234