Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/core/fxcrt/
H A Dbytestring_unittest.cpp1207 ByteStringView span_string4(pdfium::as_bytes(pdfium::make_span("abcd", 4))); in TEST() local
1214 EXPECT_EQ(4u, span_string4.GetLength()); in TEST()