| 80 | } |
| 81 | |
| 82 | bool EndArray(SizeType elementCount) { |
| 83 | if (filterValueDepth_ > 0) { |
| 84 | filterValueDepth_--; |
| 85 | return EndValue(); |
| 86 | } |
| 87 | else |
| 88 | return outputHandler_.EndArray(elementCount) && EndValue(); |
| 89 | } |
| 90 | |
| 91 | private: |
| 92 | FilterKeyHandler(const FilterKeyHandler&); |
nothing calls this directly
no outgoing calls
no test coverage detected