Home
last modified time | relevance | path

Searched defs:T2 (Results 1 – 25 of 265) sorted by relevance

1234567891011

/third_party/boost/libs/mp11/test/
Dconstruct_from_tuple.cpp29 struct T2 struct
33T2( std::unique_ptr<int> x, std::unique_ptr<int> y, std::unique_ptr<int> z ): x(std::move(x)), y(s… in T2() argument
37 T2( T2&& r ): x( std::move(r.x) ), y( std::move(r.y) ), z( std::move(r.z) ) {} in T2() argument
/third_party/typescript/tests/cases/conformance/types/typeAliases/
DtypeAliasesForObjectTypes.ts10 type T2 = { x: string } alias
11 type T2 = { y: number } alias
/third_party/boost/boost/interprocess/
Doffset_ptr.hpp281 …BOOST_INTERPROCESS_FORCEINLINE offset_ptr( const offset_ptr<T2, DifferenceType, OffsetType, Offset… in offset_ptr()
283 , typename ipcdetail::enable_if_convertible_equal_address<T2, PointedType>::type* = 0 in offset_ptr()
292 …BOOST_INTERPROCESS_FORCEINLINE offset_ptr( const offset_ptr<T2, DifferenceType, OffsetType, Offset… in offset_ptr()
293 …, typename ipcdetail::enable_if_convertible_unequal_address<T2, PointedType>::type* = 0) BOOST_NOE… in offset_ptr()
302 …RPROCESS_FORCEINLINE explicit offset_ptr(const offset_ptr<T2, DifferenceType, OffsetType, OffsetAl… in offset_ptr()
315 …BOOST_INTERPROCESS_FORCEINLINE offset_ptr(const offset_ptr<T2, P2, O2, A2> & r, ipcdetail::static_… in offset_ptr()
322 …BOOST_INTERPROCESS_FORCEINLINE offset_ptr(const offset_ptr<T2, P2, O2, A2> & r, ipcdetail::const_c… in offset_ptr()
329 …BOOST_INTERPROCESS_FORCEINLINE offset_ptr(const offset_ptr<T2, P2, O2, A2> & r, ipcdetail::dynamic… in offset_ptr()
336 …BOOST_INTERPROCESS_FORCEINLINE offset_ptr(const offset_ptr<T2, P2, O2, A2> & r, ipcdetail::reinter… in offset_ptr()
392 … operator= (const offset_ptr<T2, DifferenceType, OffsetType, OffsetAlignment> &ptr) BOOST_NOEXCEPT in operator =()
[all …]
/third_party/boost/boost/phoenix/bind/detail/cpp03/preprocessed/
Dbind_member_function_10.hpp278 RT(ClassT::*f)(T0 , T1 , T2) in bind() argument
355 RT(ClassT::*f)(T0 , T1 , T2) in bind() argument
401 RT(ClassT::*f)(T0 , T1 , T2 , T3) in bind() argument
440 RT(ClassT::*f)(T0 , T1 , T2 , T3) const in bind() argument
478 RT(ClassT::*f)(T0 , T1 , T2 , T3) in bind() argument
524 RT(ClassT::*f)(T0 , T1 , T2 , T3 , T4) in bind() argument
563 RT(ClassT::*f)(T0 , T1 , T2 , T3 , T4) const in bind() argument
601 RT(ClassT::*f)(T0 , T1 , T2 , T3 , T4) in bind() argument
647 RT(ClassT::*f)(T0 , T1 , T2 , T3 , T4 , T5) in bind() argument
686 RT(ClassT::*f)(T0 , T1 , T2 , T3 , T4 , T5) const in bind() argument
[all …]
Dbind_function_10.hpp69 RT(*f)(T0 , T1 , T2) in bind() argument
109 RT(*f)(T0 , T1 , T2 , T3) in bind() argument
149 RT(*f)(T0 , T1 , T2 , T3 , T4) in bind() argument
189 RT(*f)(T0 , T1 , T2 , T3 , T4 , T5) in bind() argument
229 RT(*f)(T0 , T1 , T2 , T3 , T4 , T5 , T6) in bind() argument
269 RT(*f)(T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7) in bind() argument
309 RT(*f)(T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8) in bind() argument
Dbind_function_20.hpp69 RT(*f)(T0 , T1 , T2) in bind() argument
109 RT(*f)(T0 , T1 , T2 , T3) in bind() argument
149 RT(*f)(T0 , T1 , T2 , T3 , T4) in bind() argument
189 RT(*f)(T0 , T1 , T2 , T3 , T4 , T5) in bind() argument
229 RT(*f)(T0 , T1 , T2 , T3 , T4 , T5 , T6) in bind() argument
269 RT(*f)(T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7) in bind() argument
309 RT(*f)(T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8) in bind() argument
349 RT(*f)(T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9) in bind() argument
389 RT(*f)(T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10) in bind() argument
429 RT(*f)(T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11) in bind() argument
[all …]
Dbind_member_function_20.hpp278 RT(ClassT::*f)(T0 , T1 , T2) in bind() argument
355 RT(ClassT::*f)(T0 , T1 , T2) in bind() argument
401 RT(ClassT::*f)(T0 , T1 , T2 , T3) in bind() argument
440 RT(ClassT::*f)(T0 , T1 , T2 , T3) const in bind() argument
478 RT(ClassT::*f)(T0 , T1 , T2 , T3) in bind() argument
524 RT(ClassT::*f)(T0 , T1 , T2 , T3 , T4) in bind() argument
563 RT(ClassT::*f)(T0 , T1 , T2 , T3 , T4) const in bind() argument
601 RT(ClassT::*f)(T0 , T1 , T2 , T3 , T4) in bind() argument
647 RT(ClassT::*f)(T0 , T1 , T2 , T3 , T4 , T5) in bind() argument
686 RT(ClassT::*f)(T0 , T1 , T2 , T3 , T4 , T5) const in bind() argument
[all …]
/third_party/boost/libs/core/test/
Dempty_value_size_test.cpp18 struct T2 { struct
24 , boost::empty_value<T2, 1, true> { }; argument
/third_party/boost/boost/interprocess/smart_ptr/detail/
Dshared_count.hpp211 bool internal_equal (shared_count<T2, VoidAllocator2, Deleter2> const & other) const in internal_equal()
215 bool internal_less (shared_count<T2, VoidAllocator2, Deleter2> const & other) const in internal_less()
220 bool operator==(shared_count<T, VoidAllocator, Deleter> const & a, shared_count<T2, VoidAllocator2,… in operator ==()
224 bool operator<(shared_count<T, VoidAllocator, Deleter> const & a, shared_count<T2, VoidAllocator2, … in operator <()
319 bool internal_equal (weak_count<T2, VoidAllocator2, Deleter2> const & other) const in internal_equal()
323 bool internal_less (weak_count<T2, VoidAllocator2, Deleter2> const & other) const in internal_less()
328 bool operator==(weak_count<T, VoidAllocator, Deleter> const & a, weak_count<T2, VoidAllocator2, Del… in operator ==()
332 bool operator<(weak_count<T, VoidAllocator, Deleter> const & a, weak_count<T2, VoidAllocator2, Dele… in operator <()
/third_party/typescript/tests/baselines/reference/
DenumConstantMemberWithStringEmitDeclaration.js39 var T2; variable
40 (function (T2) { argument
DenumConstantMemberWithString.js45 var T2; variable
46 (function (T2) { argument
DenumConstantMemberWithTemplateLiterals.js52 var T2; variable
53 (function (T2) { argument
DenumConstantMemberWithTemplateLiteralsEmitDeclaration.js48 var T2; variable
49 (function (T2) { argument
DcloduleTest2.js48 var T2; variable
49 (function (T2) { argument
/third_party/boost/boost/format/
Dgroup.hpp114 const group3<T1,T2,T3>& x) in operator <<() argument
138 const group4<T1,T2,T3,T4>& x) in operator <<() argument
161 const group5<T1,T2,T3,T4,T5>& x) in operator <<() argument
185 const group6<T1,T2,T3,T4,T5,T6>& x) in operator <<() argument
210 const group7<T1,T2,T3,T4,T5,T6,T7>& x) in operator <<() argument
236 const group8<T1,T2,T3,T4,T5,T6,T7,T8>& x) in operator <<() argument
263 const group9<T1,T2,T3,T4,T5,T6,T7,T8,T9>& x) in operator <<() argument
291 const group10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>& x) in operator <<() argument
321 group_head( group3<T1,T2,T3> const& x) in group_head() argument
329 group_last( group3<T1,T2,T3> const& x) in group_last() argument
[all …]
/third_party/boost/boost/type_traits/detail/
Dcomposite_pointer_type.hpp84 typedef typename boost::remove_cv<T>::type T2; typedef
101 typedef typename boost::remove_cv<T>::type T2; typedef
119 typedef typename boost::remove_cv<T>::type T2; typedef
/third_party/boost/boost/compute/lambda/
Dmake_pair.hpp31 typedef typename lambda::result_of<Arg2, Args>::type T2; typedef
40 typedef typename lambda::result_of<Arg2, typename Context::args_tuple>::type T2; in apply() typedef
/third_party/typescript/tests/cases/conformance/types/typeRelationships/subtypesAndSuperTypes/
DsubtypingWithObjectMembersOptionality.ts23 interface T2 { interface
53 interface T2 { interface
/third_party/boost/boost/interprocess/allocators/
Dcached_node_allocator.hpp84 cached_node_allocator_v1 in cached_node_allocator_v1()
140 (const cached_node_allocator<T2, SegmentManager, NodesPerBlock> &other) in cached_node_allocator()
Dcached_adaptive_pool.hpp89 cached_adaptive_pool_v1 in cached_adaptive_pool_v1()
168 …(const cached_adaptive_pool<T2, SegmentManager, NodesPerBlock, MaxFreeBlocks, OverheadPercent> &ot… in cached_adaptive_pool()
/third_party/typescript_eslint/packages/scope-manager/tests/fixtures/type-declaration/
Dtuple-labelled.ts2 type T2 = 2; alias
/third_party/typescript/tests/cases/conformance/types/typeRelationships/assignmentCompatibility/
DassignmentCompatWithObjectMembers.ts11 interface T2 { foo: string; } interface
52 interface T2 { foo: T2; } interface
DassignmentCompatWithObjectMembersStringNumericNames.ts11 interface T2 { '1.0': string; baz?: string } interface
52 interface T2 { 1.0: string; baz?: string } interface
/third_party/boost/boost/exception/
Dinfo_tuple.hpp77 error_info<Tag2,T2>, in operator <<() argument
95 error_info<Tag2,T2>, in operator <<() argument
/third_party/typescript_eslint/packages/scope-manager/tests/fixtures/class/declaration/
Dtype-reference.ts4 type T2 = typeof A; alias

1234567891011