OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sint64
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libjingle/source/talk/base/
macconversion.cc
89
SInt64
sint64
;
local
90
converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&
sint64
));
91
if (converted) *i = static_cast<int>(
sint64
);
/external/chromium_org/third_party/libjingle/source/talk/base/
macconversion.cc
89
SInt64
sint64
;
local
90
converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&
sint64
));
91
if (converted) *i = static_cast<int>(
sint64
);
Completed in 3331 milliseconds