Lines Matching refs:attributes
132 bool containsAttribute(AttributeInfo& attributes, OString const & attrname) in containsAttribute() argument
134 for ( AttributeInfo::const_iterator i(attributes.begin()); in containsAttribute()
135 i != attributes.end(); ++i ) { in containsAttribute()
146 AttributeInfo& attributes, in checkAttributes() argument
167 checkAttributes(manager, supertype, attributes, propinterfaces); in checkAttributes()
175 if ( !containsAttribute(attributes, fieldName) ) { in checkAttributes()
179 attributes.push_back(AttributeInfo::value_type( in checkAttributes()
334 AttributeInfo& attributes, in checkPropertyHelper() argument
366 checkAttributes(manager, supertype, attributes, propinterfaces); in checkPropertyHelper()
368 if ( !(attributes.empty() || propinterfaces.empty()) ) { in checkPropertyHelper()
377 checkAttributes(manager, reader, attributes, propinterfaces); in checkPropertyHelper()
378 if ( !(attributes.empty() || propinterfaces.empty()) ) { in checkPropertyHelper()