OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fInt64
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/unicode/
fmtable.h
303
int32_t getLong(void) const { return (int32_t)fValue.
fInt64
; }
329
int64_t getInt64(void) const { return fValue.
fInt64
; }
631
int64_t
fInt64
;
/external/icu4c/i18n/
digitlst.h
402
int64_t
fInt64
;
438
fUnion.
fInt64
=d;
/external/icu4c/i18n/unicode/
fmtable.h
315
int32_t getLong(void) const { return (int32_t)fValue.
fInt64
; }
341
int64_t getInt64(void) const { return fValue.
fInt64
; }
652
int64_t
fInt64
;
/external/skia/tests/
GrMemoryPoolTest.cpp
97
fInt64
= static_cast<int64_t>(v);
101
return
fInt64
== static_cast<int64_t>(v) &&
107
int64_t
fInt64
;
Completed in 225 milliseconds