HomeSort by relevance Sort by last modified time
    Searched full:derived_1 (Results 1 - 3 of 3) sorted by null

  /external/clang/test/CodeGenCXX/
pragma-pack-3.cpp 7 struct Derived_1 : virtual Base
13 struct Derived_2 : Derived_1 {
14 // CHECK: %struct.Derived_2 = type { %struct.Derived_1.base, %struct.Base }
15 // CHECK: %struct.Derived_1.base = type <{ i32 (...)**, i8 }>
  /external/chromium_org/ui/gfx/
platform_font_win_unittest.cc 75 gfx::Font derived_1 = static_cast<PlatformFontWin*>( local
83 EXPECT_EQ(derived_1.GetFontSize(), derived_2.GetFontSize());
84 EXPECT_EQ(16, derived_1.GetHeight());
font_list_unittest.cc 299 FontList derived_1 = font_list.DeriveWithHeightUpperBound(height_1); local
300 EXPECT_LE(derived_1.GetHeight(), height_1);
301 EXPECT_LT(derived_1.GetHeight(), font_list.GetHeight());
302 EXPECT_LT(derived_1.GetFontSize(), font_list.GetFontSize());

Completed in 805 milliseconds