| 466 | ParseStringHandler& operator=(const ParseStringHandler&); |
| 467 | |
| 468 | bool Default() { ADD_FAILURE(); return false; } |
| 469 | bool String(const typename Encoding::Ch* str, size_t length, bool copy) { |
| 470 | EXPECT_EQ(0, str_); |
| 471 | if (copy) { |
nothing calls this directly
no outgoing calls
no test coverage detected