Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dmacconversion.cc131 CFIndex cfindex; in p_convertCFNumberToInt() local
133 static_cast<void*>(&cfindex)); in p_convertCFNumberToInt()
134 if (converted) *i = static_cast<int>(cfindex); in p_convertCFNumberToInt()