Home | History | Annotate | Download | only in unittest

Lines Matching defs:pstr

604     const char* pstr = cstr;

605 //Value(pstr).Swap(x); // should not compile
606 Value(StringRef(pstr)).Swap(x);
649 //z.SetString(pstr); // should not compile