Home
last modified time | relevance | path

Searched refs:mock_writer (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/zlib/google/
H A Dzip_reader_unittest.cc578 testing::StrictMock<MockWriterDelegate> mock_writer; in TEST_F() local
580 EXPECT_CALL(mock_writer, PrepareOutput()) in TEST_F()
589 &mock_writer, std::numeric_limits<uint64_t>::max())); in TEST_F()
595 testing::StrictMock<MockWriterDelegate> mock_writer; in TEST_F() local
597 EXPECT_CALL(mock_writer, PrepareOutput()) in TEST_F()
599 EXPECT_CALL(mock_writer, WriteBytes(_, _)) in TEST_F()
608 &mock_writer, std::numeric_limits<uint64_t>::max())); in TEST_F()
613 testing::StrictMock<MockWriterDelegate> mock_writer; in TEST_F() local
615 EXPECT_CALL(mock_writer, PrepareOutput()) in TEST_F()
617 EXPECT_CALL(mock_writer, WriteByte in TEST_F()
[all...]
/third_party/node/deps/v8/third_party/zlib/google/
H A Dzip_reader_unittest.cc818 testing::StrictMock<MockWriterDelegate> mock_writer; in TEST_F() local
820 EXPECT_CALL(mock_writer, PrepareOutput()).WillOnce(Return(false)); in TEST_F()
827 ASSERT_FALSE(reader.ExtractCurrentEntry(&mock_writer)); in TEST_F()
833 testing::StrictMock<MockWriterDelegate> mock_writer; in TEST_F() local
835 EXPECT_CALL(mock_writer, PrepareOutput()).WillOnce(Return(true)); in TEST_F()
836 EXPECT_CALL(mock_writer, WriteBytes(_, _)).WillOnce(Return(false)); in TEST_F()
837 EXPECT_CALL(mock_writer, OnError()); in TEST_F()
844 ASSERT_FALSE(reader.ExtractCurrentEntry(&mock_writer)); in TEST_F()
849 testing::StrictMock<MockWriterDelegate> mock_writer; in TEST_F() local
851 EXPECT_CALL(mock_writer, PrepareOutpu in TEST_F()
[all...]
/third_party/node/deps/zlib/google/
H A Dzip_reader_unittest.cc804 testing::StrictMock<MockWriterDelegate> mock_writer; in TEST_F() local
806 EXPECT_CALL(mock_writer, PrepareOutput()).WillOnce(Return(false)); in TEST_F()
813 ASSERT_FALSE(reader.ExtractCurrentEntry(&mock_writer)); in TEST_F()
819 testing::StrictMock<MockWriterDelegate> mock_writer; in TEST_F() local
821 EXPECT_CALL(mock_writer, PrepareOutput()).WillOnce(Return(true)); in TEST_F()
822 EXPECT_CALL(mock_writer, WriteBytes(_, _)).WillOnce(Return(false)); in TEST_F()
823 EXPECT_CALL(mock_writer, OnError()); in TEST_F()
830 ASSERT_FALSE(reader.ExtractCurrentEntry(&mock_writer)); in TEST_F()
835 testing::StrictMock<MockWriterDelegate> mock_writer; in TEST_F() local
837 EXPECT_CALL(mock_writer, PrepareOutpu in TEST_F()
[all...]

Completed in 6 milliseconds