Searched refs:MAP (Results 1 – 8 of 8) sorted by relevance
44 MAP = 5, enumerator306 wState = writeHeader(wState, Type::MAP, map.size());
244 case MAP: in parseRecursively()322 } else if (parent->type() == MAP) { in appendToLastParent()
120 case MAP: in operator ==()
159 case cppbor::MAP: in cborAreAllElementsNonCompound()171 case cppbor::MAP: in cborAreAllElementsNonCompound()178 case cppbor::MAP: in cborAreAllElementsNonCompound()270 case cppbor::MAP: { in cborPrettyPrintInternal()
159 encodeHeader(MAP, 2 /* # of map entries */, iter);198 discover the type of the parsed item (e.g. MAP), and then use the
642 EXPECT_EQ(MAP, item->type()); in TEST()693 return arg->type() == MAP && arg->asMap()->size() == value;
430 valueItem->type() == cppbor::MAP) { in startRetrieval()
882 #define PARAM_MAP_SIZE(MAP) (sizeof(MAP)/sizeof(MAP[0])) argument