| 1213 | |
| 1214 | #ifndef JSON_VALUE_USE_INTERNAL_MAP |
| 1215 | ValueIteratorBase::ValueIteratorBase( const Value::ObjectValues::iterator ¤t ) |
| 1216 | : current_( current ) |
| 1217 | , isNull_( false ) |
| 1218 | { |
| 1219 | } |
| 1220 | #else |
| 1221 | ValueIteratorBase::ValueIteratorBase( const ValueInternalArray::IteratorState &state ) |
| 1222 | : isArray_( true ) |
nothing calls this directly
no outgoing calls
no test coverage detected