Home
last modified time | relevance | path

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

/hardware/interfaces/identity/support/src/
Dcppbor_parse.cpp269 if (mParentStack.empty() && !item->isCompound()) { in item()
281 mParentStack.push(static_cast<CompoundItem*>(item.get())); in item()
291 CHECK(item->isCompound() && item.get() == mParentStack.top()); in itemEnd()
292 mParentStack.pop(); in itemEnd()
294 if (mParentStack.empty()) { in itemEnd()
318 auto parent = mParentStack.top(); in appendToLastParent()
332 std::stack<CompoundItem*> mParentStack; member in cppbor::__anonb6f809bc0111::FullParseClient