Searched refs:Pair2 (Results 1 – 12 of 12) sorted by relevance
/third_party/boost/libs/hana/test/pair/ |
D | cnstr.default.cpp | 56 using Pair2 = hana::pair<NoDefault_nonempty, NoDefault_nonempty>; in main() typedef 57 Pair2 p2{NoDefault_nonempty{1}, NoDefault_nonempty{2}}; (void)p2; in main() 58 static_assert(!std::is_default_constructible<Pair2>{}, ""); in main()
|
D | cnstr.copy.cpp | 90 using Pair2 = hana::pair<NoCopy_nonempty, NoCopy_nonempty>; in main() typedef 91 Pair2 pair2; (void)pair2; in main() 92 static_assert(!std::is_copy_constructible<Pair2>::value, ""); in main()
|
D | cnstr.move.cpp | 93 using Pair2 = hana::pair<NoMove_nonempty, NoMove_nonempty>; in main() typedef 94 Pair2 pair2; (void)pair2; in main() 95 static_assert(!std::is_move_constructible<Pair2>::value, ""); in main()
|
/third_party/boost/libs/interprocess/test/ |
D | check_equal_containers.hpp | 31 template< class Pair1, class Pair2> 32 bool CheckEqual( const Pair1 &pair1, const Pair2 &pair2 in CheckEqual() 35 boost::container::dtl::is_pair<Pair2>::value in CheckEqual()
|
/third_party/typescript/tests/baselines/reference/ |
D | namedTupleMembersErrors.types | 17 export type Pair2 = [any, last?: any]; // partially named, disallowed 18 >Pair2 : Pair2
|
D | namedTupleMembersErrors.symbols | 17 export type Pair2 = [any, last?: any]; // partially named, disallowed 18 >Pair2 : Symbol(Pair2, Decl(namedTupleMembersErrors.ts, 6, 37))
|
D | namedTupleMembersErrors.js | 9 export type Pair2 = [any, last?: any]; // partially named, disallowed 36 export declare type Pair2 = [any, last?: any];
|
D | namedTupleMembersErrors.errors.txt | 35 export type Pair2 = [any, last?: any]; // partially named, disallowed
|
/third_party/boost/libs/container/test/ |
D | check_equal_containers.hpp | 52 template< class Pair1, class Pair2> 53 bool CheckEqual( const Pair1 &pair1, const Pair2 &pair2 in CheckEqual() 56 boost::container::dtl::is_pair<Pair2>::value in CheckEqual()
|
/third_party/boost/boost/container/detail/ |
D | dispatch_uses_allocator.hpp | 262 , class Pair, class Pair2> 267 , Pair* p, Pair2& x) in BOOST_CONTAINER_DOC1ST() 272 , class Pair, class Pair2> 276 …, dtl::not_<boost::move_detail::is_reference<Pair2> > >::type //This is needed for MSVC10 and ambi… 280 , Pair* p, BOOST_RV_REF_BEG Pair2 BOOST_RV_REF_END x) in dispatch_uses_allocator()
|
/third_party/typescript/tests/cases/conformance/types/tuple/named/ |
D | namedTupleMembersErrors.ts | 10 export type Pair2 = [any, last?: any]; // partially named, disallowed alias
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | R600InstrInfo.cpp | 586 unsigned Pair1 = 0, Pair2 = 0; in fitsConstReadLimitations() local 597 if (!Pair2) { in fitsConstReadLimitations() 598 Pair2 = ReadHalfConst; in fitsConstReadLimitations() 601 if (Pair2 != ReadHalfConst) in fitsConstReadLimitations()
|