Searched defs:sint8 (Results 1 - 1 of 1) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
H A Dmacconversion.cc74 SInt8 sint8; local
75 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint8));
76 if (converted) *i = static_cast<int>(sint8);

Completed in 468 milliseconds