Home
last modified time | relevance | path

Searched defs:v3 (Results 1 – 25 of 434) sorted by relevance

12345678910>>...18

/third_party/boost/libs/variant2/test/
Dvariant_convert_construct.cpp70 variant<int, float> v3( std::move(v) ); in main() local
84 variant<int, float> v3( std::move(v) ); in main() local
98 variant<int const, float> v3( std::move(v) ); in main() local
112 variant<int const, float> v3( std::move(v) ); in main() local
126 variant<int, float> v3( std::move(v) ); in main() local
140 variant<int, int, float> v3( std::move(v) ); in main() local
154 variant<int, int, float, std::string> v3( std::move(v) ); in main() local
168 variant<int, int, float, float, X1, X2> v3( std::move(v) ); in main() local
Dvariant_subset.cpp76 variant<int> v3 = std::move(v1).subset<int>(); in main() local
94 variant<int> v3 = std::move(v1).subset<int>(); in main() local
110 variant<int, float> v3 = std::move(v1).subset<int, float>(); in main() local
124 variant<float, int> v3 = std::move(v1).subset<float, int>(); in main() local
138 variant<float, std::string> v3 = std::move(v1).subset<float, std::string>(); in main() local
152 variant<X1, X2> v3 = std::move( v1 ).subset<X1, X2>(); in main() local
Dvariant_lt_gt.cpp33 #define TEST_LE( v1, v3 ) \ argument
46 variant<int> v1, v2, v3( 1 ), v4( 1 ); in main() local
54 variant<int, float> v1, v2, v3( 1 ), v4( 1 ), v5( 3.14f ), v6( 3.14f ); in main() local
65 …variant<int, int, float> v1, v2, v3( in_place_index_t<1>{} ), v4( in_place_index_t<1>{} ), v5( 3.1… in main() local
Dvariant_lt_gt_cx.cpp39 #define TEST_LE( v1, v3 ) \ argument
52 constexpr variant<int> v1, v2, v3( 1 ), v4( 1 ); in main() local
60 constexpr variant<int, float> v1, v2, v3( 1 ), v4( 1 ), v5( 3.14f ), v6( 3.14f ); in main() local
71 …constexpr variant<int, int, float> v1, v2, v3( in_place_index_t<1>{} ), v4( in_place_index_t<1>{} … in main() local
Dvariant_eq_ne.cpp28 variant<int> v1, v2, v3( 1 ), v4( 1 ); in main() local
41 variant<int, float> v1, v2, v3( 1 ), v4( 1 ), v5( 3.14f ), v6( 3.14f ); in main() local
63 …variant<int, int, float> v1, v2, v3( in_place_index_t<1>{} ), v4( in_place_index_t<1>{} ), v5( 3.1… in main() local
Dvariant_eq_ne_cx.cpp34 constexpr variant<int> v1, v2, v3( 1 ), v4( 1 ); in main() local
47 constexpr variant<int, float> v1, v2, v3( 1 ), v4( 1 ), v5( 3.14f ), v6( 3.14f ); in main() local
69 …constexpr variant<int, int, float> v1, v2, v3( in_place_index_t<1>{} ), v4( in_place_index_t<1>{} … in main() local
Dvariant_swap.cpp73 variant<int> v3( 2 ); in main() local
100 variant<int, float> v3( 3.14f ); in main() local
146 variant<int, int, float, std::string> v3( 3.14f ); in main() local
218 variant<X1, X2> v3( in_place_index_t<1>{}, 2 ); in main() local
Dvariant_copy_assign.cpp76 variant<int> const v3( 2 ); in main() local
93 variant<int, float> v3( 3.14f ); in main() local
117 variant<int, int, float, std::string> v3( 3.14f ); in main() local
153 variant<X1, X2> v3( in_place_index_t<1>{}, 2 ); in main() local
Dvariant_move_assign.cpp76 variant<int> v3( 2 ); in main() local
93 variant<int, float> v3( 3.14f ); in main() local
117 variant<int, int, float, std::string> v3( 3.14f ); in main() local
153 variant<X1, X2> v3( in_place_index_t<1>{}, 2 ); in main() local
Dvariant_hash.cpp26 variant<T1, T2, T3> v3( in_place_index_t<2>{} ); in test() local
42 variant<T> v3( 2 ); in test2() local
/third_party/mesa3d/src/gtest/include/gtest/
Dgtest_pred_impl.h187 const T3& v3) { in AssertPred3Helper()
201 #define GTEST_PRED_FORMAT3_(pred_format, v1, v2, v3, on_failure)\ argument
207 #define GTEST_PRED3_(pred, v1, v2, v3, on_failure)\ argument
218 #define EXPECT_PRED_FORMAT3(pred_format, v1, v2, v3) \ argument
220 #define EXPECT_PRED3(pred, v1, v2, v3) \ argument
222 #define ASSERT_PRED_FORMAT3(pred_format, v1, v2, v3) \ argument
224 #define ASSERT_PRED3(pred, v1, v2, v3) \ argument
244 const T3& v3, in AssertPred4Helper()
260 #define GTEST_PRED_FORMAT4_(pred_format, v1, v2, v3, v4, on_failure)\ argument
266 #define GTEST_PRED4_(pred, v1, v2, v3, v4, on_failure)\ argument
[all …]
/third_party/googletest/googletest/include/gtest/
Dgtest_pred_impl.h187 const T3& v3) { in AssertPred3Helper()
201 #define GTEST_PRED_FORMAT3_(pred_format, v1, v2, v3, on_failure)\ argument
207 #define GTEST_PRED3_(pred, v1, v2, v3, on_failure)\ argument
218 #define EXPECT_PRED_FORMAT3(pred_format, v1, v2, v3) \ argument
220 #define EXPECT_PRED3(pred, v1, v2, v3) \ argument
222 #define ASSERT_PRED_FORMAT3(pred_format, v1, v2, v3) \ argument
224 #define ASSERT_PRED3(pred, v1, v2, v3) \ argument
244 const T3& v3, in AssertPred4Helper()
260 #define GTEST_PRED_FORMAT4_(pred_format, v1, v2, v3, v4, on_failure)\ argument
266 #define GTEST_PRED4_(pred, v1, v2, v3, v4, on_failure)\ argument
[all …]
/third_party/typescript/tests/baselines/reference/
Dgenerics5.js11 var v3: G<A, A>; // Error, A not valid argument for U variable
16 var v3; // Error, A not valid argument for U variable
DnonGenericTypeReferenceWithTypeArguments.js10 var v3: E<string>; variable
20 var v3: E<string>; variable
38 var v3; variable
DpropertyParameterWithQuestionMark.js10 var v3: { x } = new C; // Should fail variable
23 var v3 = new C; // Should fail variable
DcircularTypeAliasForUnionWithInterface.js20 var v3: T3; variable
37 var v3; variable
DcircularTypeAliasForUnionWithClass.js8 var v3: T3; variable
28 var v3; variable
Dgenerics2.js18 var v3: G<A, A>; // Error, A not valid argument for U variable
28 var v3; // Error, A not valid argument for U variable
/third_party/boost/libs/compute/test/
Dtest_fill.cpp37 inline void test_fill(T v1, T v2, T v3, bc::command_queue queue) { in test_fill()
68 S v3 = S(42.0f); in BOOST_AUTO_TEST_CASE_TEMPLATE() local
82 T v3 = T(s2, s1); in BOOST_AUTO_TEST_CASE_TEMPLATE() local
96 T v3 = T(s4, s3, s2, s1); in BOOST_AUTO_TEST_CASE_TEMPLATE() local
114 T v3 = T(s4, s3, s2, s1, s8, s7, s6, s5); in BOOST_AUTO_TEST_CASE_TEMPLATE() local
132 T v3 = T(s4, s3, s2, s1, s8, s7, s6, s5, s8, s7, s6, s5, s4, s3, s2, s1); in BOOST_AUTO_TEST_CASE_TEMPLATE() local
137 inline void test_fill_n(T v1, T v2, T v3, bc::command_queue queue) { in test_fill_n()
177 S v3 = S(42.0f); in BOOST_AUTO_TEST_CASE_TEMPLATE() local
191 T v3 = T(s2, s1); in BOOST_AUTO_TEST_CASE_TEMPLATE() local
205 T v3 = T(s4, s3, s2, s1); in BOOST_AUTO_TEST_CASE_TEMPLATE() local
[all …]
Dtest_merge.cpp31 boost::compute::vector<int> v3(8, context); in BOOST_AUTO_TEST_CASE() local
111 boost::compute::vector<std::pair<int, float> > v3(data3.size(), context); in BOOST_AUTO_TEST_CASE() local
149 boost::compute::vector<float> v3(v1.size() + v2.size(), context); in BOOST_AUTO_TEST_CASE() local
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/Generics/
DparserGenericsInTypeContexts1.ts6 var v3: E.F<T>; variable
7 var v3: G.H.I<T>; variable
/third_party/boost/libs/fusion/test/sequence/
Dmap_comparison.cpp26 map<pair<key1, int>, pair<key2, char> > v3(5, 'b'); in equality_test() local
46 map<pair<key1, long>, pair<key2, double> > v3(5, 4.4); in ordering_test() local
/third_party/ffmpeg/libavcodec/
Dlossless_audiodsp.c27 const int16_t *v3, in scalarproduct_and_madd_int16_c()
42 const int16_t *v3, in scalarproduct_and_madd_int32_c()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dmatrix_major_storage.inl37 const tvec3<T, P>& v3)
73 const tvec4<T, P>& v3,
139 const tvec3<T, P>& v3)
155 const tvec4<T, P>& v3,
/third_party/ffmpeg/libavcodec/arm/
Daac.h51 unsigned v0, v1, v2, v3; in VMUL4() local
76 unsigned v0, v1, v2, v3; in VMUL2S() local
101 unsigned v0, v1, v2, v3, nz; in VMUL4S() local

12345678910>>...18