Searched refs:TypeUnit (Results 1 – 1 of 1) sorted by relevance
140 struct TypeUnit { struct148 TypeUnit() = default; argument149 ~TypeUnit() = default;150 TypeUnit(const TypeUnit&) = delete;151 TypeUnit& operator=(const TypeUnit&) = delete; argument152 TypeUnit(TypeUnit&&) = default;153 TypeUnit& operator=(TypeUnit&&) = default; argument196 std::vector<TypeUnit>& GetTaVector() { return ta_; } in GetTaVector()223 std::vector<TypeUnit> ta_; // The main statistic collecting data structure