Searched refs:MAP (Results 1 – 6 of 6) sorted by relevance
244 case MAP: in parseRecursively()322 } else if (parent->type() == MAP) { in appendToLastParent()
120 case MAP: in operator ==()
44 MAP = 5, enumerator306 wState = writeHeader(wState, Type::MAP, map.size());
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;
479 valueItem->type() == cppbor::MAP) { in startRetrieval()