Searched defs:InstanceTypeTree (Results 1 – 1 of 1) sorted by relevance
16 struct InstanceTypeTree { struct17 explicit InstanceTypeTree(const ClassType* type) in InstanceTypeTree() argument24 const ClassType* type;25 std::vector<std::unique_ptr<InstanceTypeTree>> children;26 int start; // Start of range for this and subclasses, or INT_MAX.27 int end; // End of range for this and subclasses, or INT_MIN.28 int value; // Assigned value for this class itself, or -1 when unassigned.29 int num_values; // Number of values assigned for this and subclasses.30 int num_own_values; // How many values this needs (not including subclasses).