Searched defs:VarTypeComponent (Results 1 – 1 of 1) sorted by relevance
87 struct VarTypeComponent struct89 enum Type99 VarTypeComponent(Type type_, int index_) : type(type_), index(index_) in VarTypeComponent() function102 VarTypeComponent(void) : type(VTCTYPE_LAST), index(0) in VarTypeComponent() function106 bool operator==(const VarTypeComponent &other) const in operator ==()110 bool operator!=(const VarTypeComponent &other) const in operator !=()115 Type type;116 int index;