Searched refs:parse_type (Results 1 – 2 of 2) sorted by relevance
117 type parse_type(unsigned char x);131 assert(ty == parse_type(*start)); in handle_msgpack_given_type()224 const type ty = parse_type(*start); in handle_msgpack()
46 msgpack::type parse_type(unsigned char x) { in parse_type() function