Searched refs:wire_type (Results 1 – 3 of 3) sorted by relevance
409 pbf_wire_type wire_type() const noexcept { in wire_type() function in protozero::pbf_reader436 return protozero::tag_and_type(tag(), wire_type()); in tag_and_type()446 return wire_type() == type; in has_wire_type()457 switch (wire_type()) { in skip()
56 constexpr inline uint32_t tag_and_type(T tag, pbf_wire_type wire_type) noexcept { in tag_and_type() argument57 …rn (static_cast<uint32_t>(static_cast<pbf_tag_type>(tag)) << 3) | static_cast<uint32_t>(wire_type); in tag_and_type()
725 u8 wire_type; member