Searched defs:isCompound (Results 1 – 2 of 2) sorted by relevance
| /system/libcppbor/include/cppbor/ | ||
| D | cppbor.h | 219 virtual bool isCompound() const { return false; } in isCompound() function |
| /system/libcppbor/src/ | ||
| D | cppbor_parse.cpp | 190 bool isCompound() const override { return true; } in isCompound() function in cppbor::__anon592e211d0111::IncompleteBstr |