Home
last modified time | relevance | path

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

/external/libcppbor/src/
Dcppbor_parse.cpp292 if (mParentStack.empty() && !item->isCompound()) { in item()
303 mParentStack.push(item.get()); in item()
313 CHECK(item->isCompound() && item.get() == mParentStack.top()); in itemEnd()
314 mParentStack.pop(); in itemEnd()
316 if (mParentStack.empty()) { in itemEnd()
340 auto parent = mParentStack.top(); in appendToLastParent()
359 std::stack<Item*> mParentStack; member in cppbor::__anonbdca49050111::FullParseClient