Searched refs:lastType (Results 1 – 7 of 7) sorted by relevance
119 private LineType lastType = LineType.COMMENT; field in IcuDataDumper.IcuDataParser152 checkState(lastType == LineType.GROUP_END); in parse()180 checkState(match.getType().isValidTransitionFrom(lastType), in processLine()181 "invalid state transition: %s --//-> %s", lastType, match.getType()); in processLine() local258 lastType = match.getType(); in processLine()352 boolean isValidTransitionFrom(LineType lastType) { in isValidTransitionFrom() argument353 return TRANSITIONS.get(this).contains(lastType); in isValidTransitionFrom()
23 AType* PartType::lastType = NULL; member in PartType448 lastType->next = tempType; in AddType()450 lastType = tempType; in AddType()
34 static AType* lastType; // Pointer to last entry in the list variable
163 const glu::VarType& lastType = lastVar.getType(); in generateBlock() local164 …const bool isUnsizedArr = lastType.isArrayType() && (lastType.getArraySize() == glu::VarType::UN… in generateBlock()
196 const glu::VarType& lastType = lastVar.getType(); in generateBlock() local197 …const bool isUnsizedArr = lastType.isArrayType() && (lastType.getArraySize() == glu::VarType::UN… in generateBlock()
2039 String lastType = null; in testAUnit() local2043 if (!type.equals(lastType)) { in testAUnit()2045 lastType = type; in testAUnit()
2433 String lastType = null; in testAUnit() local2437 if (!type.equals(lastType)) { in testAUnit()2439 lastType = type; in testAUnit()