Home
last modified time | relevance | path

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

/third_party/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h337 // - ConstReference(raw_container) returns a const reference to an STL-style
350 static const_reference ConstReference(const RawContainer& container) { in ConstReference() function in testing::internal::StlContainerView
368 // ConstReference() has to return a reference to a local variable.
371 static const_reference ConstReference(const Element (&array)[N]) {
392 static const_reference ConstReference( in ConstReference() function in testing::internal::StlContainerView
/third_party/googletest/googlemock/test/
H A Dgmock-internal-utils_test.cc591 const Chars& v2(StlContainerView<Chars>::ConstReference(v1)); in TEST()
610 NativeArray<int> a2 = StlContainerView<int[3]>::ConstReference(a1); in TEST()
639 StlContainerView<std::tuple<const int*, int>>::ConstReference( in TEST()
/third_party/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2438 StlContainerReference lhs_stl_container = LhsView::ConstReference(lhs); in MatchAndExplain()
2534 LhsStlContainerReference lhs_stl_container = LhsView::ConstReference(lhs);
2643 LhsStlContainerReference lhs_stl_container = LhsView::ConstReference(lhs);
2711 StlContainerReference stl_container = View::ConstReference(container); in MatchAndExplainImpl()
2731 StlContainerReference stl_container = View::ConstReference(container); in MatchAndExplainImpl()
3426 StlContainerReference stl_container = View::ConstReference(container);
3642 StlContainerReference stl_container = View::ConstReference(container);
4771 RhsView::ConstReference(rhs_container); in UnorderedPointwise()

Completed in 14 milliseconds