Home
last modified time | relevance | path

Searched defs:first_span (Results 1 – 2 of 2) sorted by relevance

/external/pigweed/pw_multibuf/
Dchunk.cc216 ByteSpan first_span = ByteSpan(data(), bytes_to_take); in TakePrefix() local
234 ByteSpan first_span = ByteSpan(data(), size() - bytes_to_take); in TakeSuffix() local
/external/pdfium/core/fxcrt/
Dpdfium_span_unittest.cpp59 pdfium::span<int> first_span = stuff_span.first(2u); in TEST() local
71 pdfium::span<int> first_span = stuff_span.first<2>(); in TEST() local