Home
last modified time | relevance | path

Searched defs:test_type (Results 1 – 25 of 104) sorted by relevance

12345

/third_party/json/test/src/
Dunit-pointer_access.cpp39 using test_type = json::object_t; typedef
68 using test_type = const json::object_t; typedef
97 using test_type = json::array_t; typedef
126 using test_type = const json::array_t; typedef
155 using test_type = json::string_t; typedef
184 using test_type = const json::string_t; typedef
213 using test_type = json::boolean_t; typedef
242 using test_type = const json::boolean_t; typedef
271 using test_type = json::number_integer_t; typedef
300 using test_type = const json::number_integer_t; typedef
[all …]
Dunit-reference_access.cpp55 using test_type = json::object_t; typedef
91 using test_type = json::object_t; typedef
105 using test_type = json::array_t; typedef
141 using test_type = json::string_t; typedef
177 using test_type = json::boolean_t; typedef
213 using test_type = json::number_integer_t; typedef
249 using test_type = json::number_unsigned_t; typedef
285 using test_type = json::number_float_t; typedef
/third_party/boost/libs/exception/test/
Drefcount_ptr_test.cpp10 test_type struct
12 test_type( int & count ): in test_type() function
19 ~test_type() in ~test_type() argument
45 test_type( test_type const & ); argument
57 refcount_ptr<test_type> x; in main() argument
/third_party/boost/libs/safe_numerics/test/
Dtest_interval.cpp126 struct test_type { struct
128 test_type() : in test_type() function
152 if(! test_type_operator(value<T>, o)){ in operator ()() argument
/third_party/boost/libs/array/test/
Darray7.cpp24 typedef boost::array< T, 5 > test_type; in RunStdTests() typedef
38 typedef boost::array< T, 5 > test_type; in RunBoostTests() typedef
Darray_getfail2.cpp24 typedef boost::array< T, 5 > test_type; in RunStdTests() typedef
39 typedef boost::array< T, 5 > test_type; in RunBoostTests() typedef
Darray_getfail1.cpp27 typedef boost::array< T, 5 > test_type; in RunStdTests() typedef
Darray0.cpp25 typedef boost::array< T, 0 > test_type; in RunTests() typedef
Darray6.cpp19 typedef boost::array< T, 5 > test_type; in RunTests() typedef
/third_party/boost/libs/type_erasure/test/
Dtest_assign.cpp313 typedef test_class<int, false, false, false, false> test_type; in BOOST_AUTO_TEST_CASE() typedef
376 typedef test_class<int, false, false, true, false> test_type; in BOOST_AUTO_TEST_CASE() typedef
461 typedef test_class<int, false, false, true, false> test_type; in BOOST_AUTO_TEST_CASE() typedef
597 typedef test_class<int, false, false, false, true> test_type; in BOOST_AUTO_TEST_CASE() typedef
650 typedef test_class<int, false, false, false, true> test_type; in BOOST_AUTO_TEST_CASE() typedef
729 typedef test_class<int, false, false, true, true> test_type; in BOOST_AUTO_TEST_CASE() typedef
808 typedef test_class<int, false, false, true, true> test_type; in BOOST_AUTO_TEST_CASE() typedef
938 typedef test_class<int, true, false, false, false> test_type; in BOOST_AUTO_TEST_CASE() typedef
1030 typedef test_class<int, true, false, true, false> test_type; in BOOST_AUTO_TEST_CASE() typedef
1109 typedef test_class<int, true, false, true, false> test_type; in BOOST_AUTO_TEST_CASE() typedef
[all …]
/third_party/boost/libs/math/test/
Dmultiprc_concept_check_2.cpp29 typedef number<cpp_dec_float<50>, et_on> test_type; typedef
Dmultiprc_concept_check_4.cpp29 typedef number<cpp_dec_float<50>, et_on> test_type; typedef
Dmultiprc_concept_check_1.cpp29 typedef number<cpp_dec_float<50>, et_on> test_type; typedef
Dmultiprc_concept_check_3.cpp29 typedef number<cpp_dec_float<50>, et_on> test_type; typedef
/third_party/boost/libs/multiprecision/test/
Dtest_mixed_float.cpp27 typedef Number test_type; in test() typedef
Dtest_miller_rabin.cpp31 typedef I test_type; in test() typedef
Dtest_cpp_bin_float_round.cpp26 …edef number<cpp_bin_float<std::numeric_limits<good_type>::digits, digit_base_2>, et_off> test_type; typedef
Dtest_mixed_cpp_int.cpp21 typedef Number test_type; in test() typedef
/third_party/boost/libs/lockfree/test/
Dfreelist_test.cpp218 typedef freelist_tester<boost::lockfree::detail::freelist_stack<dummy>, false > test_type; in BOOST_AUTO_TEST_CASE() typedef
225 typedef freelist_tester<boost::lockfree::detail::freelist_stack<dummy>, true > test_type; in BOOST_AUTO_TEST_CASE() typedef
231 typedef freelist_tester<boost::lockfree::detail::fixed_size_freelist<dummy>, true > test_type; in BOOST_AUTO_TEST_CASE() typedef
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cShaderTextureImageSamplesTests.cpp227 const _test_type& test_type) in executeFunctionalTest()
633 _test_type test_type = (_test_type)n_test_type; in iterate() local
/third_party/mindspore/tests/ut/python/nn/probability/bijector/
Dtest_power_transform.py28 def test_type(): function
Dtest_exp.py26 def test_type(): function
/third_party/boost/libs/core/test/
Dempty_value_final_test.cpp35 void test_type() in test_type() function
Dempty_value_test.cpp54 void test_type() in test_type() function
/third_party/boost/libs/typeof/test/
Dmsvc_typeof_in_lambda.cpp62 typedef test_type_wrapped::type test_type; in test_typeof_in_lambda() typedef

12345