Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/ranges/range.adaptors/range.zip/
H A Dend.pass.cpp74 std::ranges::zip_view v{SimpleCommonRandomAccessSized(buffer1)}; in test()
81 …std::ranges::zip_view v{SimpleCommonRandomAccessSized(buffer1), SimpleCommonRandomAccessSized(buff… in test()
H A Dtypes.h54 using SimpleCommonRandomAccessSized = SimpleCommon; variable