Home
last modified time | relevance | path

Searched refs:has_countrynamecode_ (Results 1 – 2 of 2) sorted by relevance

/dports/science/libkml/libkml-1.3.0/src/kml/dom/
H A Dxal.h144 bool has_countrynamecode() const { return has_countrynamecode_; } in has_countrynamecode()
147 has_countrynamecode_ = true; in set_countrynamecode()
151 has_countrynamecode_ = false; in clear_countrynamecode()
167 bool has_countrynamecode_; variable
H A Dxal.cc107 : has_countrynamecode_(false) { in XalCountry()
117 has_countrynamecode_ = element->SetString(&countrynamecode_); in AddElement()