Home
last modified time | relevance | path

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

/external/libwebm/webm_parser/tests/
Dparser_utils_test.cc70 std::uint64_t num_bytes_actually_read; in TEST_F() local
74 AccumulateIntegerBytes(4, &reader, &integer, &num_bytes_actually_read); in TEST_F()
76 EXPECT_EQ(static_cast<std::uint64_t>(1), num_bytes_actually_read); in TEST_F()
81 AccumulateIntegerBytes(3, &reader, &integer, &num_bytes_actually_read); in TEST_F()
83 EXPECT_EQ(static_cast<std::uint64_t>(3), num_bytes_actually_read); in TEST_F()
88 AccumulateIntegerBytes(0, &reader, &integer, &num_bytes_actually_read); in TEST_F()
90 EXPECT_EQ(static_cast<std::uint64_t>(0), num_bytes_actually_read); in TEST_F()
94 AccumulateIntegerBytes(4, &reader, &integer, &num_bytes_actually_read); in TEST_F()
96 EXPECT_EQ(static_cast<std::uint64_t>(0), num_bytes_actually_read); in TEST_F()