Searched refs:bytes_read_limited (Results 1 – 1 of 1) sorted by relevance
1481 size_t bytes_read_limited = 0; in VerifyDebugDumpTest() local1484 bytes_read_limited += limited_size; in VerifyDebugDumpTest()1494 EXPECT_GT(bytes_read_limited, logging_expected_bytes); in VerifyDebugDumpTest()1495 EXPECT_LE(bytes_read_limited, logging_limit_bytes); in VerifyDebugDumpTest()