Home
last modified time | relevance | path

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

/dports/astro/libosmium/libosmium-2.17.2/include/osmium/osm/
H A Dmetadata_options.hpp57 md_changeset = 0x04, enumerator
84 opts |= options::md_changeset; in metadata_options()
136 return (m_options & options::md_changeset) != 0; in changeset()
141 m_options = static_cast<options>(m_options | options::md_changeset); in set_changeset()
143 m_options = static_cast<options>(m_options & ~options::md_changeset); in set_changeset()
/dports/converters/osm2pgsql/osm2pgsql-1.5.1/contrib/libosmium/include/osmium/osm/
H A Dmetadata_options.hpp57 md_changeset = 0x04, enumerator
84 opts |= options::md_changeset; in metadata_options()
136 return (m_options & options::md_changeset) != 0; in changeset()
141 m_options = static_cast<options>(m_options | options::md_changeset); in set_changeset()
143 m_options = static_cast<options>(m_options & ~options::md_changeset); in set_changeset()
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/libosmium/include/osmium/osm/
H A Dmetadata_options.hpp57 md_changeset = 0x04, enumerator
84 opts |= options::md_changeset; in metadata_options()
136 return (m_options & options::md_changeset) != 0; in changeset()
141 m_options = static_cast<options>(m_options | options::md_changeset); in set_changeset()
143 m_options = static_cast<options>(m_options & ~options::md_changeset); in set_changeset()