Home
last modified time | relevance | path

Searched refs:data_view (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/protozero/1.5.2/include/protozero/
H A Dtypes.hpp66 using data_view = PROTOZERO_USE_VIEW; typedef
75 class data_view { class
85 constexpr data_view() noexcept in data_view() function in protozero::data_view
96 constexpr data_view(const char* ptr, std::size_t length) noexcept in data_view() function in protozero::data_view
106 data_view(const std::string& str) noexcept in data_view() function in protozero::data_view
116 data_view(const char* ptr) noexcept in data_view() function in protozero::data_view
126 void swap(data_view& other) noexcept { in swap()
175 inline void swap(data_view& lhs, data_view& rhs) noexcept { in swap()
186 inline bool operator==(const data_view& lhs, const data_view& rhs) noexcept { in operator ==()
197 inline bool operator!=(const data_view& lhs, const data_view& rhs) noexcept { in operator !=()
H A Dpbf_builder.hpp86 void add_bytes(T tag, const data_view& value) { in add_bytes()
107 void add_string(T tag, const data_view& value) { in add_string()
123 void add_message(T tag, const data_view& value) { in add_message()
H A Dpbf_reader.hpp148 explicit pbf_reader(const data_view& view) noexcept in pbf_reader()
666 data_view get_view() { in get_view()
670 return data_view{m_data - len, len}; in get_view()
H A Dpbf_writer.hpp490 void add_bytes(pbf_tag_type tag, const data_view& value) { in add_bytes()
563 void add_string(pbf_tag_type tag, const data_view& value) { in add_string()
605 void add_message(pbf_tag_type tag, const data_view& value) { in add_message()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/vector-tile/1.0.2/include/mapbox/
H A Dvector_tile.hpp44 feature(protozero::data_view const&, layer const&);
65 layer(protozero::data_view const& layer_view);
68 protozero::data_view const& getFeature(std::size_t) const;
81 std::vector<protozero::data_view> values;
82 std::vector<protozero::data_view> features;
89 std::map<std::string, const protozero::data_view> getLayers() const { return layers; }; in getLayers()
93 std::map<std::string, const protozero::data_view> layers;
96 static mapbox::geometry::value parseValue(protozero::data_view const& value_view) { in parseValue()
131 inline feature::feature(protozero::data_view const& feature_view, layer const& l) in feature()
342 const protozero::data_view layer_view = data_reader.get_view(); in buffer()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dvector_tile_data.hpp14 VectorTileFeature(const mapbox::vector_tile::layer&, const protozero::data_view&);
28 VectorTileLayer(std::shared_ptr<const std::string> data, const protozero::data_view&);
51 mutable std::map<std::string, const protozero::data_view> layers;
H A Dvector_tile_data.cpp7 const protozero::data_view& view) in VectorTileFeature()
47 const protozero::data_view& view) in VectorTileLayer()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dglyph_pbf.cpp19 protozero::data_view glyphData; in parseGlyphPBF()