Home
last modified time | relevance | path

Searched refs:toInsert (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-logging/test/openpower-pels/
H A Dstream_test.cpp181 std::vector<uint8_t> toInsert{0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77}; in TEST() local
186 stream << toInsert; in TEST()
187 EXPECT_EQ(data, toInsert); in TEST()
191 toExtract.resize(toInsert.size()); in TEST()