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

/external/webrtc/webrtc/base/
H A Dmacconversion.cc72 SInt64 sint64; local
73 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint64));
74 if (converted) *i = static_cast<int>(sint64);

Completed in 166 milliseconds