Searched refs:BufData2 (Results 1 – 1 of 1) sorted by relevance
314 StringRef BufData2 = MB2.get()->getBuffer(); in TEST_F() local315 EXPECT_TRUE(BufData2.substr(0x0000,8).equals("12345678")); in TEST_F()316 EXPECT_TRUE(BufData2.substr(0x17F8,8).equals("12345678")); in TEST_F()317 EXPECT_TRUE(BufData2.substr(0x1800,8).equals("abcdefgh")); in TEST_F()318 EXPECT_TRUE(BufData2.substr(0x2FF8,8).equals("abcdefgh")); in TEST_F()