| 73 | } |
| 74 | |
| 75 | void AppendToString(const StringPiece& self, std::string* target) { |
| 76 | AppendToStringT(self, target); |
| 77 | } |
| 78 | |
| 79 | void AppendToString(const StringPiece16& self, string16* target) { |
| 80 | AppendToStringT(self, target); |
no test coverage detected