Searched refs:MAP (Results 1 – 10 of 10) 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 ==()
158 case cppbor::MAP: in cborAreAllElementsNonCompound()170 case cppbor::MAP: in cborAreAllElementsNonCompound()177 case cppbor::MAP: in cborAreAllElementsNonCompound()269 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
35 MAP = 5 << 5, enumerator466 static constexpr MajorType kMajorType = MAP;
642 EXPECT_EQ(MAP, item->type()); in TEST()693 return arg->type() == MAP && arg->asMap()->size() == value;
426 valueItem->type() == cppbor::MAP) { in startRetrieval()
882 #define PARAM_MAP_SIZE(MAP) (sizeof(MAP)/sizeof(MAP[0])) argument
108 #define METADATA_MAP_SIZE(MAP) (sizeof(MAP)/sizeof(MAP[0])) argument