OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:child_pointer
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/include/utils/
SkRTConf.h
187
const SkRTConf<T> *
child_pointer
= static_cast<const SkRTConf<T> *>(conf);
local
188
return
child_pointer
&&
189
fName ==
child_pointer
->fName &&
190
fDescription ==
child_pointer
->fDescription &&
191
fValue ==
child_pointer
->fValue &&
192
fDefault ==
child_pointer
->fDefault;
/external/skia/include/utils/
SkRTConf.h
187
const SkRTConf<T> *
child_pointer
= static_cast<const SkRTConf<T> *>(conf);
local
188
return
child_pointer
&&
189
fName ==
child_pointer
->fName &&
190
fDescription ==
child_pointer
->fDescription &&
191
fValue ==
child_pointer
->fValue &&
192
fDefault ==
child_pointer
->fDefault;
Completed in 181 milliseconds