Home
last modified time | relevance | path

Searched refs:RawContainer (Results 1 – 3 of 3) sorted by relevance

/src/contrib/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h342 template <class RawContainer>
345 typedef RawContainer type;
348 static const_reference ConstReference(const RawContainer& container) { in ConstReference()
349 static_assert(!std::is_const<RawContainer>::value, in ConstReference()
353 static type Copy(const RawContainer& container) { return container; } in Copy()
/src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRangedConstraintManager.h381 /* implicit */ RangeSet(ContainerType *RawContainer) : Impl(RawContainer) {} in RangeSet() argument
/src/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2766 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(Container) RawContainer;
2767 typedef StlContainerView<RawContainer> View;
3548 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(Container) RawContainer;
3549 typedef internal::StlContainerView<RawContainer> View;
3823 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(Container) RawContainer;
3824 typedef internal::StlContainerView<RawContainer> View;
3914 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(Container) RawContainer;
3915 typedef typename internal::StlContainerView<RawContainer>::type View;
3945 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(Container) RawContainer;
3946 typedef typename internal::StlContainerView<RawContainer>::type View;