Searched refs:ConstReference (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h398 // - ConstReference(raw_container) returns a const reference to an STL-style
411 static const_reference ConstReference(const RawContainer& container) { function in class:testing::internal::StlContainerView
430 // ConstReference() has to return a reference to a local variable.
433 static const_reference ConstReference(const Element (&array)[N]) {
447 // ConstReference(const char * (&)[4])')
475 static const_reference ConstReference( function in class:testing::internal::StlContainerView
/gem5/ext/googletest/googlemock/test/
H A Dgmock-internal-utils_test.cc634 const Chars& v2(StlContainerView<Chars>::ConstReference(v1));
654 NativeArray<int> a2 = StlContainerView<int[3]>::ConstReference(a1);
681 ConstReference(make_tuple(p1, 3));
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2554 StlContainerReference lhs_stl_container = LhsView::ConstReference(lhs);
2651 LhsStlContainerReference lhs_stl_container = LhsView::ConstReference(lhs);
2751 LhsStlContainerReference lhs_stl_container = LhsView::ConstReference(lhs);
2819 StlContainerReference stl_container = View::ConstReference(container);
3170 StlContainerReference stl_container = View::ConstReference(container);
3378 StlContainerReference stl_container = View::ConstReference(container);
4236 RhsView::ConstReference(rhs_container);

Completed in 27 milliseconds