Searched refs:IncompleteSemantic (Results 1 – 1 of 1) sorted by relevance
144 class IncompleteSemantic : public Semantic, public IncompleteItem { class146 IncompleteSemantic(uint64_t value) : Semantic(value) {} in IncompleteSemantic() function in cppbor::__anonb6f809bc0111::IncompleteSemantic249 return handleCompound(std::make_unique<IncompleteSemantic>(addlData), 1, begin, pos, in parseRecursively()325 static_cast<IncompleteSemantic*>(parent)->add(std::move(item)); in appendToLastParent()