Home
last modified time | relevance | path

Searched refs:inArrayScope (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/src/utils/
DSkJSON.cpp387 SkASSERT(this->inArrayScope()); in parse()
404 if (this->inArrayScope()) { in parse()
484 bool inArrayScope() const { return fScopeIndex < 0; } in inArrayScope() function in skjson::__anon71d692ad0211::DOMParser
554 SkASSERT(this->inArrayScope()); in popArrayScope()
/third_party/skia/src/utils/
DSkJSON.cpp395 SkASSERT(this->inArrayScope()); in parse()
412 if (this->inArrayScope()) { in parse()
492 bool inArrayScope() const { return fScopeIndex < 0; } in inArrayScope() function in skjson::__anon409b48780211::DOMParser
562 SkASSERT(this->inArrayScope()); in popArrayScope()