Home
last modified time | relevance | path

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

/external/libcxx/src/experimental/filesystem/
Doperations.cpp508 bool checked_set(CType* out, ChronoType time) { in checked_set() function
653 return checked_set(sec_out, sec_dur.count()) in set_times_checked()
654 && checked_set(subsec_out, subsec_dur.count()); in set_times_checked()