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

/gem5/ext/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h80 template <typename Element>
81 inline Element* GetRawPointer(Element* p) { return p; }
421 template <typename Element, size_t N>
422 class StlContainerView<Element[N]> {
424 typedef GTEST_REMOVE_CONST_(Element) RawElement;
433 static const_reference ConstReference(const Element (&array)[N]) {
434 // Ensures that Element is not a const type.
435 testing::StaticAssertTypeEq<Element, RawElement>();
438 // for this call without the cast to Element*
[all...]
/gem5/src/arch/arm/insts/
H A Dsve_macromem.hh48 template <typename Element,
72 microOps[i] = new MicroopLdMemType<Element>(
77 microOps[i + numregs] = new MicroopDeIntrlvType<Element>(
119 template <typename Element,
143 microOps[i] = new MicroopIntrlvType<Element>(
149 microOps[i + numregs] = new MicroopStMemType<Element>(
192 template <typename Element,
216 microOps[i] = new MicroopLdMemType<Element>(
221 microOps[i + numregs] = new MicroopDeIntrlvType<Element>(
264 template <typename Element,
[all...]
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h981 // equals elem. Element may be a native array type itself.
982 template <typename Iter, typename Element>
983 Iter ArrayAwareFind(Iter begin, Iter end, const Element& elem) {
1029 // support Element being a raw type (i.e. having no top-level const or
1031 // this requirement. Element can be an array type itself (hence
1033 template <typename Element>
1037 typedef Element value_type;
1038 typedef Element* iterator;
1039 typedef const Element* const_iterator;
1042 NativeArray(const Element* arra
[all...]
/gem5/src/systemc/ext/utils/
H A Dsc_vector.hh204 template <typename Element>
208 typedef Element ElementType;
235 template <typename Element, typename Access>
242 typedef Element ElementType;
262 template <typename Element,
263 typename AccessPolicy=sc_direct_access<Element> >
270 typedef Element ElementType;
/gem5/tests/testing/
H A Dresults.py290 x_root = ET.Element("testsuites")
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2806 typedef typename StlContainer::value_type Element; typedef in class:testing::internal::QuantifierMatcherImpl
2811 testing::SafeMatcherCast<const Element&>(inner_matcher)) {}
2837 const Matcher<const Element&> inner_matcher_;
3114 typedef typename StlContainer::value_type Element; typedef in class:testing::internal::ElementsAreMatcherImpl
3121 matchers_.push_back(MatcherCast<const Element&>(*first++));
3248 ::std::vector<Matcher<const Element&> > matchers_;
3354 typedef typename StlContainer::value_type Element; typedef in class:testing::internal::UnorderedElementsAreMatcherImpl
3361 matchers_.push_back(MatcherCast<const Element&>(*first));
3406 typedef ::std::vector<Matcher<const Element&> > MatcherVec;
3460 typedef typename View::value_type Element; typedef
3485 typedef typename View::value_type Element; typedef
[all...]
/gem5/util/streamline/
H A Dm5stats2streamline.py995 xml = ET.Element("session")
1017 xml = ET.Element("captured")

Completed in 37 milliseconds