Searched defs:jroot (Results 1 – 2 of 2) sorted by relevance
200 const auto& jroot = dom.root().as<ObjectValue>(); in DEF_TEST() local448 const ObjectValue* jroot = dom.root(); in DEF_TEST() local
182 AnimationBuilder::AnimationInfo AnimationBuilder::parse(const skjson::ObjectValue& jroot) { in parse()