Searched refs:mpack_expect_type_byte (Results 1 – 2 of 2) sorted by relevance
3390 MPACK_STATIC_INLINE uint8_t mpack_expect_type_byte(mpack_reader_t* reader) {3606 if (mpack_expect_type_byte(reader) != 0xc0)3611 uint8_t type = mpack_expect_type_byte(reader);3782 uint8_t type = mpack_expect_type_byte(reader);
3367 MPACK_STATIC_INLINE uint8_t mpack_expect_type_byte(mpack_reader_t* reader) { in mpack_expect_type_byte() function3583 if (mpack_expect_type_byte(reader) != 0xc0) in mpack_expect_nil()3588 uint8_t type = mpack_expect_type_byte(reader); in mpack_expect_bool()3759 uint8_t type = mpack_expect_type_byte(reader); in mpack_expect_str()