GetExpectedValue  218 base/win/pe_image_unittest.cc   EXPECT_EQ(GetExpectedValue(sections, os), count);
GetExpectedValue  222 base/win/pe_image_unittest.cc   EXPECT_EQ(GetExpectedValue(imports_dlls, os), count);
GetExpectedValue  226 base/win/pe_image_unittest.cc   EXPECT_EQ(GetExpectedValue(delay_dlls, os), count);
GetExpectedValue  230 base/win/pe_image_unittest.cc   EXPECT_GT(count, GetExpectedValue(exports, os) - 20);
GetExpectedValue  231 base/win/pe_image_unittest.cc   EXPECT_LT(count, GetExpectedValue(exports, os) + 100);
GetExpectedValue  235 base/win/pe_image_unittest.cc   EXPECT_GT(count, GetExpectedValue(imports, os) - 20);
GetExpectedValue  236 base/win/pe_image_unittest.cc   EXPECT_LT(count, GetExpectedValue(imports, os) + 100);
GetExpectedValue  240 base/win/pe_image_unittest.cc   EXPECT_GT(count, GetExpectedValue(delay_imports, os) - 2);
GetExpectedValue  241 base/win/pe_image_unittest.cc   EXPECT_LT(count, GetExpectedValue(delay_imports, os) + 8);
GetExpectedValue  245 base/win/pe_image_unittest.cc   EXPECT_GT(count, GetExpectedValue(relocs, os) - 150);
GetExpectedValue  246 base/win/pe_image_unittest.cc   EXPECT_LT(count, GetExpectedValue(relocs, os) + 1500);