Home
last modified time | relevance | path

Searched refs:fContextStack (Results 1 – 4 of 4) sorted by relevance

/external/skia/experimental/skrive/src/reader/
DJsonReader.cpp60 fContextStack.push_back({&fDom->root(), 0}); in JsonReader()
64 SkASSERT(fContextStack.size() == 1); in ~JsonReader()
70 auto& ctx = fContextStack.back(); in readProp()
147 const auto& ctx = fContextStack.back(); in currentLength()
159 fContextStack.push_back({jarr, 0}); in openArray()
164 SkASSERT(fContextStack.back().fContainer->is<skjson::ArrayValue>()); in closeArray()
165 fContextStack.pop_back(); in closeArray()
174 fContextStack.push_back({jobj, 0}); in openObject()
179 SkASSERT(fContextStack.back().fContainer->is<skjson::ObjectValue>()); in closeObject()
180 fContextStack.pop_back(); in closeObject()
[all …]
/external/skqp/tests/
DTest.h42 if (!fContextStack.empty()) { in reportFailedWithContext()
44 for (int i = 0; i < fContextStack.count(); ++i) { in reportFailedWithContext()
48 fullMessage.append(fContextStack[i]); in reportFailedWithContext()
55 fContextStack.push_back(message); in push()
58 fContextStack.pop_back(); in pop()
62 SkTArray<SkString> fContextStack;
/external/skia/tests/
DTest.cpp27 if (!fContextStack.empty()) { in reportFailedWithContext()
29 for (int i = 0; i < fContextStack.count(); ++i) { in reportFailedWithContext()
33 fullMessage.append(fContextStack[i]); in reportFailedWithContext()
DTest.h43 fContextStack.push_back(message); in push()
46 fContextStack.pop_back(); in pop()
50 SkTArray<SkString> fContextStack;