Lines Matching refs:aStorRels
238 public boolean checkRelations( StringPair[][] aStorRels, StringPair[][] aTestRels ) in checkRelations() argument
245 if ( aStorRels.length != aTestRels.length ) in checkRelations()
251 for ( int nStorInd = 0; nStorInd < aStorRels.length; nStorInd++ ) in checkRelations()
254 for ( int nStorTagInd = 0; nStorTagInd < aStorRels[nStorInd].length; nStorTagInd++ ) in checkRelations()
256 if ( aStorRels[nStorInd][nStorTagInd].First.equals( "Id" ) ) in checkRelations()
287 if ( aStorRels[nStorInd][nStorIDInd].Second.equals( aTestRels[nInd][nIDInd].Second ) ) in checkRelations()
295 for ( int nStorTagInd = 0; nStorTagInd < aStorRels[nStorInd].length; nStorTagInd++ ) in checkRelations()
300 if ( aTestRels[nInd][nTagInd].First.equals( aStorRels[nStorInd][nStorTagInd].First ) ) in checkRelations()
302 if ( !aTestRels[nInd][nTagInd].Second.equals( aStorRels[nStorInd][nStorTagInd].Second ) ) in checkRelations()
316 … " + nStorInd + " has unexpected tag \"" + aStorRels[nStorInd][nStorTagInd].First + "\", ID = \"" … in checkRelations()
390 StringPair[][] aStorRels; in checkStorageProperties() local
393 aStorRels = xRelAccess.getAllRelationships(); in checkStorageProperties()
401 if ( !checkRelations( aStorRels, aRelations ) ) in checkStorageProperties()
509 StringPair[][] aStorRels; in InternalCheckStream() local
512 aStorRels = xRelAccess.getAllRelationships(); in InternalCheckStream()
520 if ( !checkRelations( aStorRels, aRelations ) ) in InternalCheckStream()