Searched defs:TupleVarCount (Results 1 – 1 of 1) sorted by relevance
358 struct TupleVarCount : HBUINT16 struct360 bool has_shared_point_numbers () const { return ((*this) & SharedPointNumbers); } in has_shared_point_numbers()361 unsigned int get_count () const { return (*this) & CountMask; } in get_count()364 enum Flags