Home
last modified time | relevance | path

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

/external/libcxx/test/std/strings/basic.string/string.cons/
Dimplicit_deduction_guides.pass.cpp32 using BStr = std::basic_string<T, std::char_traits<T>, Alloc>; typedef
77 ASSERT_SAME_TYPE(decltype(s), BStr<char,test_allocator<char>>); in main()
81 ASSERT_SAME_TYPE(decltype(w), BStr<wchar_t, test_allocator<wchar_t>>); in main()
267 ASSERT_SAME_TYPE(decltype(s), BStr<char, test_allocator<char>>); in main()
271 ASSERT_SAME_TYPE(decltype(w), BStr<wchar_t, test_allocator<wchar_t>>); in main()