Home
last modified time | relevance | path

Searched defs:getInt64 (Results 1 – 11 of 11) sorted by relevance

/third_party/node/deps/icu-small/source/i18n/unicode/
Dfmtable.h341 int64_t getInt64(void) const { return fValue.fInt64; } in getInt64() function
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Dfmtable.h339 int64_t getInt64(void) const { return fValue.fInt64; } in getInt64() function
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dfmtable.h341 int64_t getInt64(void) const { return fValue.fInt64; } in getInt64() function
/third_party/icu/icu4c/source/i18n/unicode/
Dfmtable.h341 int64_t getInt64(void) const { return fValue.fInt64; } in getInt64() function
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeRandom.hpp52 …deInt64 getInt64 (void) { deUint32 upper = getUint32(); return static_cast<deInt64>((deUint6… in getInt64() function in de::Random
/third_party/skia/third_party/externals/icu/source/i18n/
Dfmtable.cpp448 Formattable::getInt64(UErrorCode& status) const in getInt64() function in Formattable
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dfmtable.cpp448 Formattable::getInt64(UErrorCode& status) const in getInt64() function in Formattable
/third_party/node/deps/icu-small/source/i18n/
Dfmtable.cpp448 Formattable::getInt64(UErrorCode& status) const in getInt64() function in Formattable
/third_party/icu/icu4c/source/i18n/
Dfmtable.cpp448 Formattable::getInt64(UErrorCode& status) const in getInt64() function in Formattable
/third_party/vk-gl-cts/executor/
DxeTestCaseResult.hpp180 …deInt64 getInt64 (void) const { DE_ASSERT(getType() == NUMVALTYPE_INT64); return m_value.int64… in getInt64() function in xe::ri::NumericValue
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIRBuilder.h360 ConstantInt *getInt64(uint64_t C) { in getInt64() function