Lines Matching refs:opts_count

420 static size_t opts_count(QemuOpts *opts)  in opts_count()  function
435 g_assert_cmpuint(opts_count(opts), ==, 0); in test_opts_parse()
439 g_assert_cmpuint(opts_count(opts), ==, 1); in test_opts_parse()
445 g_assert_cmpuint(opts_count(opts), ==, 3); in test_opts_parse()
452 g_assert_cmpuint(opts_count(opts), ==, 0); in test_opts_parse()
459 g_assert_cmpuint(opts_count(opts), ==, 1); in test_opts_parse()
464 g_assert_cmpuint(opts_count(opts), ==, 1); in test_opts_parse()
475 g_assert_cmpuint(opts_count(opts), ==, 1); in test_opts_parse()
487 g_assert_cmpuint(opts_count(opts), ==, 3); in test_opts_parse()
494 g_assert_cmpuint(opts_count(opts), ==, 1); in test_opts_parse()
500 g_assert_cmpuint(opts_count(opts), ==, 3); in test_opts_parse()
507 g_assert_cmpuint(opts_count(opts), ==, 1); in test_opts_parse()
512 g_assert_cmpuint(opts_count(opts), ==, 2); in test_opts_parse()
518 g_assert_cmpuint(opts_count(opts), ==, 1); in test_opts_parse()
537 g_assert_cmpuint(opts_count(opts), ==, 2); in test_opts_parse_bool()
555 g_assert_cmpuint(opts_count(opts), ==, 1); in test_opts_parse_number()
562 g_assert_cmpuint(opts_count(opts), ==, 2); in test_opts_parse_number()
581 g_assert_cmpuint(opts_count(opts), ==, 2); in test_opts_parse_number()
596 g_assert_cmpuint(opts_count(opts), ==, 1); in test_opts_parse_number()
620 g_assert_cmpuint(opts_count(opts), ==, 1); in test_opts_parse_size()
631 g_assert_cmpuint(opts_count(opts), ==, 3); in test_opts_parse_size()
645 g_assert_cmpuint(opts_count(opts), ==, 3); in test_opts_parse_size()
658 g_assert_cmpuint(opts_count(opts), ==, 2); in test_opts_parse_size()
668 g_assert_cmpuint(opts_count(opts), ==, 1); in test_opts_parse_size()
685 g_assert_cmpuint(opts_count(opts), ==, 3); in test_opts_parse_size()
691 g_assert_cmpuint(opts_count(opts), ==, 2); in test_opts_parse_size()