Home
last modified time | relevance | path

Searched refs:wire_type (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/protozero/1.5.2/include/protozero/
H A Dpbf_reader.hpp409 pbf_wire_type wire_type() const noexcept { in wire_type() function in protozero::pbf_reader
436 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()
H A Dtypes.hpp56 constexpr inline uint32_t tag_and_type(T tag, pbf_wire_type wire_type) noexcept { in tag_and_type() argument
57 …rn (static_cast<uint32_t>(static_cast<pbf_tag_type>(tag)) << 3) | static_cast<uint32_t>(wire_type); in tag_and_type()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/huawei/hinic/
H A Dhinic_port.h725 u8 wire_type; member