| 14 | : CesiumJsonReader::ExtensibleObjectJsonHandler(context), _name() {} |
| 15 | |
| 16 | void NamedObjectJsonHandler::reset( |
| 17 | IJsonHandler* pParent, |
| 18 | CesiumGltf::NamedObject* pObject) { |
| 19 | CesiumJsonReader::ExtensibleObjectJsonHandler::reset(pParent, pObject); |
| 20 | } |
| 21 | |
| 22 | CesiumJsonReader::IJsonHandler* |
| 23 | NamedObjectJsonHandler::readObjectKeyNamedObject( |
no test coverage detected