Lines Matching refs:FastPointerLayout
126 LayoutDescriptor* layout_desc = LayoutDescriptor::FastPointerLayout(); in TEST()
178 CHECK_EQ(LayoutDescriptor::FastPointerLayout(), *layout_descriptor); in TEST()
195 CHECK_NE(LayoutDescriptor::FastPointerLayout(), *layout_descriptor); in TEST()
211 CHECK_NE(LayoutDescriptor::FastPointerLayout(), *layout_descriptor); in TEST()
310 LayoutDescriptor* layout_desc = LayoutDescriptor::FastPointerLayout(); in TestLayoutDescriptorQueriesFast()
500 CHECK_EQ(LayoutDescriptor::FastPointerLayout(), *layout_descriptor); in TEST()
507 CHECK_EQ(LayoutDescriptor::FastPointerLayout(), *layout_descriptor); in TEST()
514 CHECK_NE(LayoutDescriptor::FastPointerLayout(), *layout_descriptor); in TEST()
543 CHECK_EQ(LayoutDescriptor::FastPointerLayout(), *layout_descriptor); in TEST()
550 CHECK_EQ(LayoutDescriptor::FastPointerLayout(), *layout_descriptor); in TEST()
557 CHECK_NE(LayoutDescriptor::FastPointerLayout(), *layout_descriptor); in TEST()
570 CHECK_NE(LayoutDescriptor::FastPointerLayout(), *layout_descriptor); in TEST()
620 LayoutDescriptor::FastPointerLayout()); in TestLayoutDescriptorAppend()