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