Searched refs:add_packed_fixed (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/protozero/1.5.2/include/protozero/ |
| H A D | pbf_writer.hpp | 100 void add_packed_fixed(pbf_tag_type tag, It first, It last, std::input_iterator_tag) { in add_packed_fixed() function in protozero::pbf_writer 113 void add_packed_fixed(pbf_tag_type tag, It first, It last, std::forward_iterator_tag) { in add_packed_fixed() function in protozero::pbf_writer 749 add_packed_fixed<uint32_t, InputIterator>(tag, first, last, in add_packed_fixed32() 764 add_packed_fixed<int32_t, InputIterator>(tag, first, last, in add_packed_sfixed32() 779 add_packed_fixed<uint64_t, InputIterator>(tag, first, last, in add_packed_fixed64() 794 add_packed_fixed<int64_t, InputIterator>(tag, first, last, in add_packed_sfixed64() 809 add_packed_fixed<float, InputIterator>(tag, first, last, in add_packed_float() 824 add_packed_fixed<double, InputIterator>(tag, first, last, in add_packed_double()
|