Searched refs:const_reference (Results 1 - 5 of 5) sorted by relevance

/gem5/ext/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h396 // - const_reference is a type that provides a reference to a const
409 typedef const type& const_reference; typedef in class:testing::internal::StlContainerView
411 static const_reference ConstReference(const RawContainer& container) {
429 // 'typedef const type& const_reference' here, as that would mean
431 typedef const type const_reference; typedef in class:testing::internal::StlContainerView
433 static const_reference ConstReference(const Element (&array)[N]) {
473 typedef const type const_reference; typedef in class:testing::internal::StlContainerView
475 static const_reference ConstReference(
/gem5/src/base/
H A Dcircular_queue.hh89 using typename Base::const_reference;
166 using const_reference = const value_type&;
242 const_reference operator*() const
/gem5/ext/googletest/googlemock/test/
H A Dgmock-internal-utils_test.cc630 StlContainerView<std::vector<double> >::const_reference>();
651 StlContainerView<int[2]>::const_reference>();
676 StlContainerView<tuple<const int*, int> >::const_reference>();
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_vector.h455 typedef typename const_iterator::reference const_reference; typedef in class:sc_core::sc_vector_assembly
486 const_reference operator[]( size_type idx ) const
488 const_reference at( size_type idx ) const
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2525 typedef typename View::const_reference StlContainerReference;
2630 typedef typename LhsView::const_reference LhsStlContainerReference;
2720 typedef typename LhsView::const_reference LhsStlContainerReference;
2805 typedef typename View::const_reference StlContainerReference;
3113 typedef typename View::const_reference StlContainerReference;
3352 typedef typename View::const_reference StlContainerReference;

Completed in 37 milliseconds