Searched refs:str_b (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/basic_string_view/operations/compare/char/
H A D13650.cc38 const string_view str_b(lit_ref_b, 3);
39 VERIFY( str_b.compare(0, 3, lit_02, 5) < 0 );
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/basic_string_view/operations/compare/char/
H A D13650.cc38 const string_view str_b(lit_ref_b, 3);
39 VERIFY( str_b.compare(0, 3, lit_02, 5) < 0 );
/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/basic_string_view/operations/compare/wchar_t/
H A D13650.cc39 const wstring_view str_b(lit_ref_b, 3);
40 VERIFY( str_b.compare(0, 3, lit_02, 5) < 0 );
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/basic_string_view/operations/compare/wchar_t/
H A D13650.cc39 const wstring_view str_b(lit_ref_b, 3);
40 VERIFY( str_b.compare(0, 3, lit_02, 5) < 0 );

Completed in 206 milliseconds