Searched refs:native_ref (Results 1 – 2 of 2) sorted by relevance
356 auto const& native_ref = p.native(); in PathReserve() local357 const_cast<std::string&>(native_ref).reserve(N); in PathReserve()
527 auto const& native_ref = p.native(); in PathReserve() local528 const_cast<fs::path::string_type&>(native_ref).reserve(N); in PathReserve()