Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/unittest/googlemock/include/gmock/internal/
Dgmock-internal-utils.h407 template <class RawContainer>
410 typedef RawContainer type;
413 static const_reference ConstReference(const RawContainer& container) {
415 testing::StaticAssertTypeEq<RawContainer,
416 GTEST_REMOVE_CONST_(RawContainer)>();
419 static type Copy(const RawContainer& container) { return container; }
/external/googletest/googlemock/include/gmock/internal/
Dgmock-internal-utils.h324 template <class RawContainer>
327 typedef RawContainer type;
330 static const_reference ConstReference(const RawContainer& container) { in ConstReference()
331 static_assert(!std::is_const<RawContainer>::value, in ConstReference()
335 static type Copy(const RawContainer& container) { return container; } in Copy()
/external/llvm-project/llvm/utils/unittest/googlemock/include/gmock/
Dgmock-matchers.h2467 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(Container) RawContainer;
2468 typedef internal::StlContainerView<RawContainer> View;
2807 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(Container) RawContainer;
2808 typedef StlContainerView<RawContainer> View;
3115 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(Container) RawContainer;
3116 typedef internal::StlContainerView<RawContainer> View;
3358 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(Container) RawContainer;
3359 typedef internal::StlContainerView<RawContainer> View;
3470 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(Container) RawContainer;
3471 typedef internal::StlContainerView<RawContainer> View;
[all …]
/external/crosvm/sys_util/src/
Ddescriptor_reflection.rs459 struct RawContainer { in raw() struct
466 let v = RawContainer { rd: fake_rd }; in raw()
/external/googletest/googlemock/include/gmock/
Dgmock-matchers.h2624 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(Container) RawContainer;
2625 typedef StlContainerView<RawContainer> View;
3179 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(Container) RawContainer;
3180 typedef internal::StlContainerView<RawContainer> View;
3429 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(Container) RawContainer;
3430 typedef internal::StlContainerView<RawContainer> View;
3538 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(Container) RawContainer;
3539 typedef typename internal::StlContainerView<RawContainer>::type View;
3569 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(Container) RawContainer;
3570 typedef typename internal::StlContainerView<RawContainer>::type View;
/external/fmtlib/test/gmock/
Dgmock.h851 template <class RawContainer>
854 typedef RawContainer type;
857 static const_reference ConstReference(const RawContainer& container) {
859 testing::StaticAssertTypeEq<RawContainer,
860 GTEST_REMOVE_CONST_(RawContainer)>();
863 static type Copy(const RawContainer& container) { return container; }
7218 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(Container) RawContainer;
7219 typedef StlContainerView<RawContainer> View;
7526 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(Container) RawContainer;
7527 typedef internal::StlContainerView<RawContainer> View;
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/gmock/
Dgmock.h917 template <class RawContainer>
920 typedef RawContainer type;
923 static const_reference ConstReference(const RawContainer& container) {
925 testing::StaticAssertTypeEq<RawContainer,
926 GTEST_REMOVE_CONST_(RawContainer)>();
929 static type Copy(const RawContainer& container) { return container; }
7621 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(Container) RawContainer;
7622 typedef StlContainerView<RawContainer> View;
7929 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(Container) RawContainer;
7930 typedef internal::StlContainerView<RawContainer> View;
[all …]