Home
last modified time | relevance | path

Searched refs:fScopeIndex (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/utils/
H A DSkJSON.cpp480 // - for objects: fScopeIndex = (index of first value in scope)
481 // - for arrays : fScopeIndex = -(index of first value in scope)
483 // fScopeIndex == 0 IFF we are at the top level (no current/active scope).
484 intptr_t fScopeIndex = 0; member in skjson::__anon18973::DOMParser
490 bool inTopLevelScope() const { return fScopeIndex == 0; } in inTopLevelScope()
491 bool inObjectScope() const { return fScopeIndex > 0; } in inObjectScope()
492 bool inArrayScope() const { return fScopeIndex < 0; } in inArrayScope()
525 fScopeIndex = *static_cast<RawValue<intptr_t>&>(placeholder); in popScopeAsVec()
534 fValueStack.push_back(RawValue<intptr_t>(fScopeIndex)); in pushObjectScope()
537 fScopeIndex in pushObjectScope()
[all...]

Completed in 2 milliseconds