Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/core/fpdfdoc/
H A Dcpdf_annotlist_unittest.cpp59 ByteString MakeByteString(std::initializer_list<uint8_t> bytes) { in MakeByteString() function
76 const ByteString kContents = MakeByteString({'A', 'a', 0xE4, 0xA0}); in TEST_F()
88 MakeByteString({0xFE, 0xFF, 0x00, 'A', 0x00, 'a', 0x00, 0xE4, 0x20, 0xAC, in TEST_F()
109 const ByteString kContents = MakeByteString({0xFE, 0xFF}); in TEST_F()
119 MakeByteString({0xFE, 0xFF, 0x00, 0x1B, 'j', 'a', 0x00, 0x1B}); in TEST_F()
/aosp_15_r20/external/pdfium/fxjs/
H A Dcfx_globaldata.cpp50 bool MakeByteString(const ByteString& name, in MakeByteString() function
374 if (!MakeByteString(pElement->data.sKey, pElement->data, &sElement)) in SaveGlobalPersisitentVariables()