Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/strings/basic.string/string.ops/string.accessors/
H A Ddata.pass.cpp37 test_nonconst(S& s) in test_nonconst() function
70 S s1(""); test_nonconst(s1); in test()
71 S s2("abcde"); test_nonconst(s2); in test()
72 S s3("abcdefghij"); test_nonconst(s3); in test()
73 S s4("abcdefghijklmnopqrst"); test_nonconst(s4); in test()