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