Searched refs:toInsert (Results 1 – 1 of 1) sorted by relevance
181 std::vector<uint8_t> toInsert{0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77}; in TEST() local186 stream << toInsert; in TEST()187 EXPECT_EQ(data, toInsert); in TEST()191 toExtract.resize(toInsert.size()); in TEST()