Searched refs:attribute_ (Results 1 – 3 of 3) sorted by relevance
36 ConfigAttribValueFmt (deUint32 attribute_, int value_) : attribute(attribute_), value(value_) {} in ConfigAttribValueFmt()43 SurfaceAttribValueFmt (deUint32 attribute_, int value_) : attribute(attribute_), value(value_) {} in SurfaceAttribValueFmt()50 ContextAttribValueFmt (deUint32 attribute_, int value_) : attribute(attribute_), value(value_) {} in ContextAttribValueFmt()
307 attribute_(NULL), in SpellcheckWordIterator()340 attribute_ = attribute; in Initialize()420 attribute_->OutputChar(c, output_string); in Normalize()
167 const SpellcheckCharAttribute* attribute_; variable