Lines Matching refs:num_normal

38 static void verify_patch_header(const std::string& patch, size_t* num_normal, size_t* num_raw,  in verify_patch_header()  argument
78 if (num_normal != nullptr) *num_normal = normal; in verify_patch_header()
137 size_t num_normal; in TEST() local
140 verify_patch_header(patch, &num_normal, &num_raw, &num_deflate); in TEST()
141 ASSERT_EQ(0U, num_normal); in TEST()
186 size_t num_normal; in TEST() local
189 verify_patch_header(patch, &num_normal, &num_raw, &num_deflate); in TEST()
190 ASSERT_EQ(0U, num_normal); in TEST()
240 size_t num_normal; in TEST() local
243 verify_patch_header(patch, &num_normal, &num_raw, &num_deflate); in TEST()
244 ASSERT_EQ(0U, num_normal); in TEST()
336 size_t num_normal; in TEST() local
339 verify_patch_header(patch, &num_normal, &num_raw, &num_deflate); in TEST()
340 ASSERT_EQ(0U, num_normal); in TEST()
375 size_t num_normal; in TEST() local
378 verify_patch_header(patch, &num_normal, &num_raw, &num_deflate); in TEST()
379 ASSERT_EQ(0U, num_normal); in TEST()
482 size_t num_normal; in TEST() local
485 verify_patch_header(patch, &num_normal, &num_raw, &num_deflate); in TEST()
486 ASSERT_EQ(0U, num_normal); in TEST()
519 size_t num_normal; in TEST() local
522 verify_patch_header(patch, &num_normal, &num_raw, &num_deflate); in TEST()
523 ASSERT_EQ(0U, num_normal); in TEST()
555 size_t num_normal; in TEST() local
558 verify_patch_header(patch, &num_normal, &num_raw, &num_deflate); in TEST()
559 ASSERT_EQ(0U, num_normal); in TEST()
591 size_t num_normal; in TEST() local
594 verify_patch_header(patch, &num_normal, &num_raw, &num_deflate); in TEST()
595 ASSERT_EQ(0U, num_normal); in TEST()
630 size_t num_normal; in TEST() local
633 verify_patch_header(patch, &num_normal, &num_raw, &num_deflate); in TEST()
634 ASSERT_EQ(1U, num_normal); in TEST()