Searched defs:property_tag (Results 1 – 2 of 2) sorted by relevance
29 template<bits_t Bits, bits_t Mask> struct property_tag struct31 typedef constant<Bits> bits;32 typedef constant<Mask> mask;
252 def parse_property_value_aliases(property_tag, local_ucd=None): argument