Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/cbor/
H A Dwriter_unittest.cc267 static const uint8_t kMapArrayTestCaseCbor[] = { in TEST() local
288 testing::ElementsAreArray(kMapArrayTestCaseCbor, in TEST()
289 base::size(kMapArrayTestCaseCbor))); in TEST()
H A Dreader_unittest.cc531 static const std::vector<uint8_t> kMapArrayTestCaseCbor = { in TEST() local
544 base::Optional<Value> cbor = Reader::Read(kMapArrayTestCaseCbor); in TEST()
568 auto cbor_data_with_extra_byte = WithExtraneousData(kMapArrayTestCaseCbor); in TEST()
581 EXPECT_EQ(num_bytes_consumed, kMapArrayTestCaseCbor.size()); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/cbor/
H A Dwriter_unittest.cc267 static const uint8_t kMapArrayTestCaseCbor[] = { in TEST() local
288 testing::ElementsAreArray(kMapArrayTestCaseCbor, in TEST()
289 base::size(kMapArrayTestCaseCbor))); in TEST()
H A Dreader_unittest.cc531 static const std::vector<uint8_t> kMapArrayTestCaseCbor = { in TEST() local
544 base::Optional<Value> cbor = Reader::Read(kMapArrayTestCaseCbor); in TEST()
568 auto cbor_data_with_extra_byte = WithExtraneousData(kMapArrayTestCaseCbor); in TEST()
581 EXPECT_EQ(num_bytes_consumed, kMapArrayTestCaseCbor.size()); in TEST()