Searched refs:pmr (Results 1 – 25 of 52) sorted by relevance
123
58 namespace pmr {59 using std::pmr::basic_string;60 using std::pmr::string;61 using std::pmr::u16string;62 using std::pmr::u32string;64 using std::pmr::u8string;67 using std::pmr::wstring;69 } // namespace pmr
106 namespace pmr {107 using std::pmr::match_results;109 using std::pmr::cmatch;110 using std::pmr::smatch;112 using std::pmr::wcmatch;113 using std::pmr::wsmatch;115 } // namespace pmr
60 namespace pmr {92 _LIBCPP_PREFERRED_NAME(pmr::string)94 _LIBCPP_PREFERRED_NAME(pmr::wstring)97 _LIBCPP_PREFERRED_NAME(pmr::u8string)99 _LIBCPP_PREFERRED_NAME(pmr::u16string)100 _LIBCPP_PREFERRED_NAME(pmr::u32string)