Searched refs:CborInvalidType (Results 1 – 9 of 9) sorted by relevance
175 it->type = CborInvalidType; in preparse_value()229 it->type = CborInvalidType; in preparse_value()263 it->type = CborInvalidType; in preparse_next_value()270 it->type = CborInvalidType; in preparse_next_value()405 assert(it->type != CborInvalidType); in cbor_value_advance_fixed()453 assert(it->type != CborInvalidType); in cbor_value_advance()554 recursed->type = CborInvalidType; in cbor_value_enter_container()574 assert(recursed->type == CborInvalidType); in cbor_value_leave_container()1227 element->type = CborInvalidType; in cbor_value_map_find_value()1231 element->type = CborInvalidType; in cbor_value_map_find_value()
439 case CborInvalidType: in value_to_pretty()
639 case CborInvalidType: in validate_value()
90 …* \value CborInvalidType Type is not valid (this value is used to indicate error conditi…
643 case CborInvalidType: in value_to_json()
142 case CborInvalidType: in dumprecursive()
209 struct MetaData result = { 0, {NULL}, CborInvalidType, false }; in parse_meta_data()300 case CborInvalidType: in decode_json_with_metadata()
93 …CborInvalidType = 0xff /* equivalent to the break byte, so it will never be used … enumerator292 { return value && value->type != CborInvalidType; } in cbor_value_is_valid()
1281 QCOMPARE(int(element.type), int(CborInvalidType)); in mapFind()