Lines Matching refs:symbols
103 symbols<> ns1; in default_constructible()
104 symbols<int, wchar_t> ws1; in default_constructible()
105 symbols<std::string, char> ns2; in default_constructible()
106 symbols<std::string, wchar_t> ws2; in default_constructible()
114 symbols<> sym; in narrow_match_tests()
144 symbols<> sym; in narrow_copy_ctor_tests()
147 symbols<> sym2(sym); in narrow_copy_ctor_tests()
156 symbols<> sym; in narrow_assigment_operator_tests()
159 symbols<> sym2; in narrow_assigment_operator_tests()
170 symbols<> sym; in narrow_value_tests()
186 symbols<> sym; in narrow_free_functions_tests()
207 symbols<int, wchar_t> sym; in wide_match_tests()
237 symbols<int, wchar_t> sym; in wide_copy_ctor_tests()
240 symbols<int, wchar_t> sym2(sym); in wide_copy_ctor_tests()
249 symbols<int, wchar_t> sym; in wide_assigment_operator_tests()
252 symbols<int, wchar_t> sym2; in wide_assigment_operator_tests()
263 symbols<int, wchar_t> sym; in wide_value_tests()
279 symbols<int, wchar_t> sym; in wide_free_functions_tests()
295 symbols<> sym; in free_add_find_functions_tests()