| 3586 | } |
| 3587 | |
| 3588 | bool Value::isValidIndex(ArrayIndex index) const { return index < size(); } |
| 3589 | |
| 3590 | Value const* Value::find(char const* begin, char const* end) const { |
| 3591 | JSON_ASSERT_MESSAGE(type_ == nullValue || type_ == objectValue, |
no outgoing calls
no test coverage detected