Searched refs:aThisHandlersProperties (Results 1 – 1 of 1) sorted by relevance
1016 … StlSyntaxSequence< Property > aThisHandlersProperties = (*aHandler)->getSupportedProperties(); in doInspection() local1018 if ( aThisHandlersProperties.empty() ) in doInspection()1027 aProperties.reserve( aProperties.size() + aThisHandlersProperties.size() ); in doInspection()1028 …r ( StlSyntaxSequence< Property >::const_iterator copyProperty = aThisHandlersProperties.begin(); in doInspection()1029 copyProperty != aThisHandlersProperties.end(); in doInspection()1080 … for ( StlSyntaxSequence< Property >::const_iterator remember = aThisHandlersProperties.begin(); in doInspection()1081 remember != aThisHandlersProperties.end(); in doInspection()
Completed in 37 milliseconds