Home
last modified time | relevance | path

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

/external/libcxx/src/
Dios.cpp347 const locale& rhs_loc = *reinterpret_cast<const locale*>(&rhs.__loc_); in copyfmt() local
348 lhs_loc = rhs_loc; in copyfmt()
390 locale& rhs_loc = *reinterpret_cast<locale*>(&rhs.__loc_); in move() local
391 ::new(&__loc_) locale(rhs_loc); in move()
423 locale& rhs_loc = *reinterpret_cast<locale*>(&rhs.__loc_); in swap() local
424 _VSTD::swap(lhs_loc, rhs_loc); in swap()