HomeSort by relevance Sort by last modified time
    Searched full:child_pointer (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/include/utils/
SkRTConf.h 185 const SkRTConf<T> *child_pointer = static_cast<const SkRTConf<T> *>(conf); local
186 return child_pointer &&
187 fName == child_pointer->fName &&
188 fDescription == child_pointer->fDescription &&
189 fValue == child_pointer->fValue &&
190 fDefault == child_pointer->fDefault;
  /external/skia/include/utils/
SkRTConf.h 185 const SkRTConf<T> *child_pointer = static_cast<const SkRTConf<T> *>(conf); local
186 return child_pointer &&
187 fName == child_pointer->fName &&
188 fDescription == child_pointer->fDescription &&
189 fValue == child_pointer->fValue &&
190 fDefault == child_pointer->fDefault;

Completed in 51 milliseconds