Lines Matching defs:jarr
76 const skjson::ArrayValue* jarr = *ctx.fContainer;
77 SkASSERT(jarr);
79 return ctx.fMemberIndex < jarr->size()
80 ? static_cast<const T*>((*jarr)[ctx.fMemberIndex++])
122 const auto* jarr = this->readProp<skjson::ArrayValue>(label);
124 if (!jarr) {
128 count = std::min(count, jarr->size());
131 const skjson::NumberValue* jnum = (*jarr)[i];
154 const auto* jarr = this->readProp<skjson::ArrayValue>(label);
155 if (!jarr) {
159 fContextStack.push_back({jarr, 0});