Lines Matching refs:INHERITED
69 this->INHERITED::setValues(v); in setValues()
73 this->INHERITED::checkValues(v); in checkValues()
80 typedef A INHERITED; typedef in B
88 this->INHERITED::setValues(v); in setValues()
92 this->INHERITED::checkValues(v); in checkValues()
99 typedef A INHERITED; typedef in C
110 this->INHERITED::setValues(v); in setValues()
116 this->INHERITED::checkValues(v); in checkValues()
125 typedef C INHERITED; typedef in D
135 this->INHERITED::setValues(v); in setValues()
144 return ok && this->INHERITED::checkValues(v); in checkValues()
150 typedef A INHERITED; typedef in E