| 1078 | } |
| 1079 | |
| 1080 | bool Value::isValidIndex(ArrayIndex index) const { return index < size(); } |
| 1081 | |
| 1082 | Value const* Value::find(char const* begin, char const* end) const { |
| 1083 | JSON_ASSERT_MESSAGE(type() == nullValue || type() == objectValue, |
no outgoing calls
no test coverage detected