Searched refs:aStorRels (Results 1 – 1 of 1) sorted by relevance
238 public boolean checkRelations( StringPair[][] aStorRels, StringPair[][] aTestRels ) in checkRelations() argument245 if ( aStorRels.length != aTestRels.length ) in checkRelations()251 for ( int nStorInd = 0; nStorInd < aStorRels.length; nStorInd++ ) in checkRelations()256 if ( aStorRels[nStorInd][nStorTagInd].First.equals( "Id" ) ) in checkRelations()316 … " + nStorInd + " has unexpected tag \"" + aStorRels[nStorInd][nStorTagInd].First + "\", ID = \"" … in checkRelations()390 StringPair[][] aStorRels; in checkStorageProperties() local393 aStorRels = xRelAccess.getAllRelationships(); in checkStorageProperties()401 if ( !checkRelations( aStorRels, aRelations ) ) in checkStorageProperties()509 StringPair[][] aStorRels; in InternalCheckStream() local512 aStorRels = xRelAccess.getAllRelationships(); in InternalCheckStream()[all …]
Completed in 15 milliseconds