Searched defs:mpack_tag_t (Results 1 – 2 of 2) sorted by relevance
1459 typedef struct mpack_tag_t mpack_tag_t; typedef1463 struct mpack_tag_t { struct1464 mpack_type_t type; /*< The type of value. */1467 int8_t exttype; /*< The extension type if the type is @ref mpack_type_ext. */1471 union {1496 * An @ref mpack_tag_t initializer that zeroes the given tag. argument