Home
last modified time | relevance | path

Searched defs:longValue (Results 1 – 12 of 12) sorted by relevance

/third_party/protobuf/js/experimental/runtime/kernel/
Dsint64_test_pairs.js20 longValue: Int64.fromInt(0), property
25 longValue: Int64.fromInt(1), property
30 longValue: Int64.fromInt(-1), property
35 longValue: Int64.fromInt(2), property
40 longValue: Int64.fromInt(-2), property
45 longValue: Int64.getMinValue(), property
52 longValue: Int64.getMaxValue(), property
Dint64_test_pairs.js20 longValue: Int64.fromInt(0), property
25 longValue: Int64.fromInt(1), property
30 longValue: Int64.fromInt(-1), property
36 longValue: Int64.fromBits(0xFFFFFFFF, 0x7FFFFFFF), property
43 longValue: Int64.fromBits(0xFFFFFFFF, 0xFFFFFFFF), property
49 longValue: Int64.fromInt(-1), property
Dsfixed64_test_pairs.js20 longValue: Int64.fromInt(0), property
26 longValue: Int64.fromInt(1), property
32 longValue: Int64.fromInt(-1), property
38 longValue: Int64.getMaxValue(), property
44 longValue: Int64.getMinValue(), property
/third_party/python/Modules/
D_tkinter.c1083 long longValue; in AsObj() local
1290 long longValue; in FromObj() local
/third_party/node/deps/icu-small/source/i18n/
Dplurrule.cpp1938 int64_t FixedDecimal::longValue() const { in longValue() function in FixedDecimal
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
DBigDecimal.java2480 public long longValue() { in longValue() method in BigDecimal
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/math/
DBigDecimal.java2422 public long longValue() { in longValue() method in BigDecimal
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DPluralRules.java964 public long longValue() { in longValue() method in PluralRules.FixedDecimal
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
DTestSuite.cpp101 const long longValue = strtol(value, &end, 10); in ParseIntArg() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DPluralRules.java1046 public long longValue() { in longValue() method in PluralRules.FixedDecimal
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberFormatTest.java1592 public long longValue() { return (long)Math.PI; } in longValue() method in NumberFormatTest.PI
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DNumberFormatTest.java1595 public long longValue() { return (long)Math.PI; } in longValue() method in NumberFormatTest.PI