Home
last modified time | relevance | path

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

/system/libcppbor/src/
Dcppbor_parse.cpp183 CHECK(item->isCompound()); in cast()
342 if (mParentStack.empty() && !item->isCompound()) { in item()
349 if (item->isCompound()) { in item()
363 CHECK(item->isCompound() && item.get() == mParentStack.top()); in itemEnd()
/system/libcppbor/include/cppbor/
Dcppbor.h196 virtual bool isCompound() const { return false; } in isCompound() function
634 bool isCompound() const override { return true; } in isCompound() function
707 bool isCompound() const override { return true; } in isCompound() function
801 bool isCompound() const override { return true; } in isCompound() function