Searched refs:completePrefix (Results 1 – 1 of 1) sorted by relevance
1352 OString completePrefix; in checkRealBaseType() local1356 if ( !isSeqType(type, baseType, completePrefix) ) in checkRealBaseType()1357 isArrayType(type, baseType, completePrefix); in checkRealBaseType()1380 completePrefix += prefix; in checkRealBaseType()1392 if ( !completePrefix.isEmpty() ) in checkRealBaseType()1394 baseType = bSeqType ? (completePrefix + baseType) : ( baseType + completePrefix); in checkRealBaseType()
Completed in 30 milliseconds