Searched refs:ARRAY (Results 1 – 13 of 13) sorted by relevance
43 ARRAY = 4, enumerator313 wState = writeHeader(wState, Type::ARRAY, arr.size());
240 case ARRAY: in parseRecursively()320 if (parent->type() == ARRAY) { in appendToLastParent()
118 case ARRAY: in operator ==()
152 if (compoundItem->type() == cppbor::ARRAY) { in cborAreAllElementsNonCompound()157 case cppbor::ARRAY: in cborAreAllElementsNonCompound()169 case cppbor::ARRAY: in cborAreAllElementsNonCompound()176 case cppbor::ARRAY: in cborAreAllElementsNonCompound()241 case cppbor::ARRAY: { in cborPrettyPrintInternal()
464 #define ARRAY 'A' macro492 if (type == ARRAY || sub_type == ARRAY) in get_input_format()
462 #define ARRAY 'A' macro490 if (type == ARRAY || sub_type == ARRAY) in get_input_format()
460 #define ARRAY 'A' macro488 if (type == ARRAY || sub_type == ARRAY) in get_input_format()
466 #define ARRAY 'A' macro494 if (type == ARRAY || sub_type == ARRAY) in get_input_format()
34 ARRAY = 4 << 5, enumerator421 static constexpr MajorType kMajorType = ARRAY;
163 encodeHeader(ARRAY, 2 /* # of array entries */, iter);
658 EXPECT_EQ(ARRAY, item->type()); in TEST()689 return arg->type() == ARRAY && arg->asArray()->size() == value;