Searched refs:expected_args (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/libs/callable_traits/example/ |
D | void.cpp | 23 using expected_args = std::tuple<>; in main() typedef 24 static_assert(std::is_same<args, expected_args>{}, ""); in main()
|
/third_party/python/Lib/test/ |
D | test_structseq.py | 126 expected_args = ('tm_year', 'tm_mon', 'tm_mday', 'tm_hour', 'tm_min', 128 self.assertEqual(time.struct_time.__match_args__, expected_args) 131 expected_args = ('st_mode', 'st_ino', 'st_dev', 'st_nlink', 'st_uid', 134 self.assertEqual(os.stat_result.__match_args__, expected_args)
|
/third_party/boost/libs/format/test/ |
D | format_test3.cpp | 96 BOOST_TEST_EQ(bf.expected_args(), 4); in main() 103 BOOST_TEST_EQ(bf.expected_args(), 4); in main()
|
/third_party/boost/boost/format/ |
D | format_class.hpp | 96 int expected_args() const in expected_args() function in boost::basic_format
|
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_lowering_nvc0.cpp | 1305 unsigned expected_args = arg; in handleTXD() local 1310 expected_args++; in handleTXD() 1312 expected_args++; in handleTXD() 1315 expected_args++; in handleTXD() 1318 expected_args++; in handleTXD() 1321 if (expected_args > 4 || in handleTXD() 1334 assert(arg == expected_args); in handleTXD()
|
/third_party/python/Lib/test/test_asyncio/ |
D | test_tasks.py | 660 for cancel_args, expected_args in cases: 683 (asyncio.CancelledError, expected_args, 2)) 694 for cancel_args, expected_args in cases: 717 (asyncio.CancelledError, expected_args, 2)) 2606 for cancel_args, expected_args in cases: 2632 (asyncio.CancelledError, expected_args))
|