Searched refs:SIMPLE (Results 1 – 6 of 6) sorted by relevance
122 case SIMPLE: in operator ==()
252 case SIMPLE: in parseRecursively()
310 case cppbor::SIMPLE: in cborPrettyPrintInternal()
37 SIMPLE = 7 << 5, enumerator581 static constexpr MajorType kMajorType = SIMPLE;
171 encodeHeader(SIMPLE, TRUE, iter);
623 EXPECT_EQ(SIMPLE, item->type()); in TEST()