HomeSort by: relevance | last modified time | path
    Searched refs:ConstReference (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/internal/
gmock-internal-utils.h 375 // - ConstReference(raw_container) returns a const reference to an STL-style
388 static const_reference ConstReference(const RawContainer& container) {
406 // ConstReference() has to return a reference to a local variable.
409 static const_reference ConstReference(const Element (&array)[N]) {
429 static const_reference ConstReference(
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
gmock-matchers.h 2111 StlContainerReference lhs_stl_container = LhsView::ConstReference(lhs);
2208 LhsStlContainerReference lhs_stl_container = LhsView::ConstReference(lhs);
2317 LhsStlContainerReference lhs_stl_container = LhsView::ConstReference(lhs);
2390 StlContainerReference stl_container = View::ConstReference(container);
2771 StlContainerReference stl_container = View::ConstReference(container);
2996 StlContainerReference stl_container = View::ConstReference(container);
4146 RhsView::ConstReference(rhs_container);

Completed in 72 milliseconds