| 86 | } |
| 87 | |
| 88 | void Marshaller::clear() { |
| 89 | popCount(size()); |
| 90 | _exceptionTracker.clearError(); |
| 91 | _currentSchema = ValueSchema::untyped(); |
| 92 | } |
| 93 | |
| 94 | int Marshaller::mergeMaps(int leftIndex, int rightIndex) { |
| 95 | auto newMapIndex = pushMap(0); |
nothing calls this directly
no test coverage detected