Searched refs:BufData2 (Results 1 – 1 of 1) sorted by relevance
212 StringRef BufData2 = MB2.get()->getBuffer(); in TEST_F() local213 EXPECT_TRUE(BufData2.substr(0x0000,8).equals("12345678")); in TEST_F()214 EXPECT_TRUE(BufData2.substr(0x17F8,8).equals("12345678")); in TEST_F()215 EXPECT_TRUE(BufData2.substr(0x1800,8).equals("abcdefgh")); in TEST_F()216 EXPECT_TRUE(BufData2.substr(0x2FF8,8).equals("abcdefgh")); in TEST_F()