Searched refs:type_i (Results 1 – 1 of 1) sorted by relevance
1011 Type type_i = this->AsUnion()->Get(i); in PrintTo() local1012 if (i > 0) os << " | " << type_i; in PrintTo()1018 Type type_i = this->AsTuple()->Element(i); in PrintTo() local1019 if (i > 0) os << ", " << type_i; in PrintTo()