Searched defs:first_span (Results 1 – 2 of 2) sorted by relevance
216 ByteSpan first_span = ByteSpan(data(), bytes_to_take); in TakePrefix() local234 ByteSpan first_span = ByteSpan(data(), size() - bytes_to_take); in TakeSuffix() local
59 pdfium::span<int> first_span = stuff_span.first(2u); in TEST() local71 pdfium::span<int> first_span = stuff_span.first<2>(); in TEST() local