Lines Matching refs:TestString
225 struct TestString { struct
226 TestString();
227 TestString(const TestString &);
228 TestString(const char *);
229 ~TestString();
234 our::TestString a = ""; in ourTestStringTests()
237 our::TestString b(""); in ourTestStringTests()
240 our::TestString c = R"()"; in ourTestStringTests()
243 our::TestString d(R"()"); in ourTestStringTests()
247 our::TestString u = "u"; in ourTestStringTests()
248 our::TestString w("w"); in ourTestStringTests()
249 our::TestString x = R"(x)"; in ourTestStringTests()
250 our::TestString y(R"(y)"); in ourTestStringTests()
251 our::TestString z; in ourTestStringTests()
255 using TestString = our::TestString; typedef
260 their::TestString a = ""; in theirTestStringTests()
263 their::TestString b(""); in theirTestStringTests()
270 struct TestString { struct
271 TestString();
272 TestString(const TestString &);
273 TestString(const char *);
274 ~TestString();
296 other::TestString a = ""; in otherTestStringTests()
297 other::TestString b(""); in otherTestStringTests()