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