Home
last modified time | relevance | path

Searched refs:fixed32 (Results 1 – 4 of 4) 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.hpp294 case pbf_wire_type::fixed32: in next()
467 case pbf_wire_type::fixed32: in skip()
588 protozero_assert(has_wire_type(pbf_wire_type::fixed32) && "not a 32-bit fixed"); in get_fixed32()
601 protozero_assert(has_wire_type(pbf_wire_type::fixed32) && "not a 32-bit fixed"); in get_sfixed32()
640 protozero_assert(has_wire_type(pbf_wire_type::fixed32) && "not a 32-bit fixed"); in get_float()
H A Dpbf_builder.hpp72 PROTOZERO_WRITER_WRAP_ADD_SCALAR(fixed32, uint32_t) in PROTOZERO_WRITER_WRAP_ADD_SCALAR()
146 PROTOZERO_WRITER_WRAP_ADD_PACKED(fixed32)
H A Dpbf_writer.hpp410 add_field(tag, pbf_wire_type::fixed32); in add_fixed32()
421 add_field(tag, pbf_wire_type::fixed32); in add_sfixed32()
454 add_field(tag, pbf_wire_type::fixed32); in add_float()
H A Dtypes.hpp45 fixed32 = 5, // fixed32, sfixed32, float enumerator