Searched refs:content_buf (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/fpdfsdk/ |
D | fpdf_attachment_embeddertest.cpp | 38 std::vector<char> content_buf(length_bytes); in TEST_F() local 40 4u, FPDFAttachment_GetFile(attachment, content_buf.data(), length_bytes)); in TEST_F() 41 EXPECT_EQ(std::string("test"), std::string(content_buf.data(), 4)); in TEST_F() 68 content_buf.clear(); in TEST_F() 69 content_buf.resize(length_bytes); in TEST_F() 70 ASSERT_EQ(5869u, FPDFAttachment_GetFile(attachment, content_buf.data(), in TEST_F() 77 reinterpret_cast<uint8_t*>(content_buf.data()), length_bytes); in TEST_F() 122 std::vector<char> content_buf(length_bytes); in TEST_F() local 124 6u, FPDFAttachment_GetFile(attachment, content_buf.data(), length_bytes)); in TEST_F() 125 EXPECT_EQ(std::string(kContents1), std::string(content_buf.data(), 6)); in TEST_F() [all …]
|