Home
last modified time | relevance | path

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

/external/libcxx/test/support/
Dfilesystem_test_helper.hpp356 auto const& native_ref = p.native(); in PathReserve() local
357 const_cast<std::string&>(native_ref).reserve(N); in PathReserve()
/external/llvm-project/libcxx/test/support/
Dfilesystem_test_helper.h527 auto const& native_ref = p.native(); in PathReserve() local
528 const_cast<fs::path::string_type&>(native_ref).reserve(N); in PathReserve()