Searched refs:_xTypeDescriptions (Results 1 – 1 of 1) sorted by relevance
466 static boolean hasByName(XTypeDescription[] _xTypeDescriptions, String _sTypeName){ in hasByName() argument467 for (int i = 0; i < _xTypeDescriptions.length; i++){ in hasByName()468 if (_xTypeDescriptions[i].getName().equals(_sTypeName)){ in hasByName()
Completed in 12 milliseconds