| 93 | FilterKeyHandler& operator=(const FilterKeyHandler&); |
| 94 | |
| 95 | bool EndValue() { |
| 96 | if (filterValueDepth_ == 1) // Just at the end of value after filtered key |
| 97 | filterValueDepth_ = 0; |
| 98 | return true; |
| 99 | } |
| 100 | |
| 101 | OutputHandler& outputHandler_; |
| 102 | const char* keyString_; |
nothing calls this directly
no outgoing calls
no test coverage detected