Home
last modified time | relevance | path

Searched refs:child_pointer (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/include/utils/
DSkRTConf.h186 const SkRTConf<T> *child_pointer = static_cast<const SkRTConf<T> *>(conf); in equals() local
187 return child_pointer && in equals()
188 fName == child_pointer->fName && in equals()
189 fDescription == child_pointer->fDescription && in equals()
190 fValue == child_pointer->fValue && in equals()
191 fDefault == child_pointer->fDefault; in equals()
/external/skia/include/utils/
DSkRTConf.h187 const SkRTConf<T> *child_pointer = static_cast<const SkRTConf<T> *>(conf); in equals() local
188 return child_pointer && in equals()
189 fName == child_pointer->fName && in equals()
190 fDescription == child_pointer->fDescription && in equals()
191 fValue == child_pointer->fValue && in equals()
192 fDefault == child_pointer->fDefault; in equals()