Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h382 template <class RawContainer>
385 typedef RawContainer type;
388 static const_reference ConstReference(const RawContainer& container) {
389 static_assert(!std::is_const<RawContainer>::value,
393 static type Copy(const RawContainer& container) { return container; }
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRangedConstraintManager.h287 /* implicit */ RangeSet(ContainerType *RawContainer) : Impl(RawContainer) {} in RangeSet() argument
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-matchers.h2024 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(Container) RawContainer;
2025 typedef internal::StlContainerView<RawContainer> View;
2373 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(Container) RawContainer;
2374 typedef StlContainerView<RawContainer> View;
2708 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(Container) RawContainer;
2709 typedef internal::StlContainerView<RawContainer> View;
2965 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(Container) RawContainer;
2966 typedef internal::StlContainerView<RawContainer> View;
3074 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(Container) RawContainer;
3075 typedef internal::StlContainerView<RawContainer> View;
[all …]