Home
last modified time | relevance | path

Searched refs:getLong (Results 1 – 25 of 66) sorted by relevance

123

/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DProto2MessageFactory.java81 builder.setFieldInt643(data.getLong()); in newMessage()
82 builder.setFieldUint644(data.getLong()); in newMessage()
84 builder.setFieldFixed646(data.getLong()); in newMessage()
94 builder.setFieldSfixed6415(data.getLong()); in newMessage()
96 builder.setFieldSint6417(data.getLong()); in newMessage()
101 builder.addFieldInt64List20(data.getLong()); in newMessage()
102 builder.addFieldUint64List21(data.getLong()); in newMessage()
104 builder.addFieldFixed64List23(data.getLong()); in newMessage()
113 builder.addFieldSfixed64List32(data.getLong()); in newMessage()
115 builder.addFieldSint64List34(data.getLong()); in newMessage()
[all …]
DProto2MessageLiteFactory.java83 builder.setFieldInt643(data.getLong()); in newMessage()
84 builder.setFieldUint644(data.getLong()); in newMessage()
86 builder.setFieldFixed646(data.getLong()); in newMessage()
96 builder.setFieldSfixed6415(data.getLong()); in newMessage()
98 builder.setFieldSint6417(data.getLong()); in newMessage()
103 builder.addFieldInt64List20(data.getLong()); in newMessage()
104 builder.addFieldUint64List21(data.getLong()); in newMessage()
106 builder.addFieldFixed64List23(data.getLong()); in newMessage()
115 builder.addFieldSfixed64List32(data.getLong()); in newMessage()
117 builder.addFieldSint64List34(data.getLong()); in newMessage()
[all …]
DProto3MessageLiteFactory.java81 builder.setFieldInt643(data.getLong()); in newMessage()
82 builder.setFieldUint644(data.getLong()); in newMessage()
84 builder.setFieldFixed646(data.getLong()); in newMessage()
94 builder.setFieldSfixed6415(data.getLong()); in newMessage()
96 builder.setFieldSint6417(data.getLong()); in newMessage()
101 builder.addFieldInt64List20(data.getLong()); in newMessage()
102 builder.addFieldUint64List21(data.getLong()); in newMessage()
104 builder.addFieldFixed64List23(data.getLong()); in newMessage()
113 builder.addFieldSfixed64List32(data.getLong()); in newMessage()
115 builder.addFieldSint64List34(data.getLong()); in newMessage()
[all …]
DProto3MessageFactory.java79 builder.setFieldInt643(data.getLong()); in newMessage()
80 builder.setFieldUint644(data.getLong()); in newMessage()
82 builder.setFieldFixed646(data.getLong()); in newMessage()
92 builder.setFieldSfixed6415(data.getLong()); in newMessage()
94 builder.setFieldSint6417(data.getLong()); in newMessage()
99 builder.addFieldInt64List20(data.getLong()); in newMessage()
100 builder.addFieldUint64List21(data.getLong()); in newMessage()
102 builder.addFieldFixed64List23(data.getLong()); in newMessage()
111 builder.addFieldSfixed64List32(data.getLong()); in newMessage()
113 builder.addFieldSint64List34(data.getLong()); in newMessage()
[all …]
DLongArrayListTest.java123 assertEquals(1L, TERTIARY_LIST.getLong(0)); in testGetLong()
124 assertEquals(2L, TERTIARY_LIST.getLong(1)); in testGetLong()
125 assertEquals(3L, TERTIARY_LIST.getLong(2)); in testGetLong()
227 assertEquals(3L, list.getLong(0)); in testSet()
230 assertEquals(0L, list.getLong(1)); in testSet()
252 assertEquals(0L, list.getLong(0)); in testSetLong()
255 assertEquals(0L, list.getLong(1)); in testSetLong()
319 assertEquals(1L, list.getLong(0)); in testAddAll()
DExperimentalTestDataProvider.java63 public long getLong() { in getLong() method in ExperimentalTestDataProvider
64 return varint64s.getLong(); in getLong()
172 public long getLong() { in getLong() method in ExperimentalTestDataProvider.Varint64Provider
/third_party/icu/icu4c/source/test/intltest/
Dtfsmalls.cpp168 if (!ftp || !(ftp->getType() == Formattable::kLong) || !(ftp->getLong() == 0)) { in test_Formattable()
178 fta.getLong(&status); in test_Formattable()
220 fta.getLong(&status); in test_Formattable()
263 && (ft_arr[2].getType() == Formattable::kLong) && (ft_arr[2].getLong() == (int32_t)3) in test_Formattable()
323 if ((ft_arr[0].getType() == Formattable::kLong) && (ft_arr[0].getLong() == (int32_t)1)) { in test_Formattable()
333 if ((ft_dynarr[0].getType() == Formattable::kLong) && (ft_dynarr[0].getLong() == (int32_t)3) in test_Formattable()
334 && (ft_dynarr[1].getType() == Formattable::kLong) && (ft_dynarr[1].getLong() == (int32_t)4)) { in test_Formattable()
341 if ((ft_arr[0].getType() == Formattable::kLong) && (ft_arr[0].getLong() == (int32_t)3) in test_Formattable()
342 && (ft_arr[1].getType() == Formattable::kLong) && (ft_arr[1].getLong() == (int32_t)4)) { in test_Formattable()
Dnmfmtrt.cpp245 s = fmt->format(value.getLong(), s); in test()
265 s2 = fmt->format(n.getLong(), s2); in test()
300 … escape(s) + " P> " + (n.getType() == Formattable::kDouble ? n.getDouble() : (double)n.getLong()) in test()
314 aa = a.getLong(); in proportionalError()
319 bb = b.getLong(); in proportionalError()
Dtsnmfmt.cpp312 number[i].setDouble(number[i].getLong()); in tryIt()
320 + ", longValue=" + number[i].getLong()); in tryIt()
389 + ", longValue=" + number.getLong() in tryIt()
393 if (number.getLong() != aNumber) { in tryIt()
394 errln("**** FAIL: Parse of " + prettify(stringNum) + " failed. Got:" + number.getLong() in tryIt()
Ditrbnf.cpp285 …logln("Parse results for lenient = true, %i, %f", intParseResult.getLong(), doubleParseResult.getD… in TestAPI()
291 …logln("Parse results for lenient = false, %i, %f", intParseResult.getLong(), doubleParseResult.get… in TestAPI()
390 if (1000 != result.getLong() || resultStr != UNICODE_STRING_SIMPLE("one thousand")) { in TestMultiplePluralRules()
391 errln("RuleBasedNumberFormat did not return the correct value. Got: %d", result.getLong()); in TestMultiplePluralRules()
396 if (1000 != result.getLong() || resultStr != UNICODE_STRING_SIMPLE("ono thousand")) { in TestMultiplePluralRules()
397 …erFormat(cardinal-feminine-genitive) did not return the correct value. Got: %d", result.getLong()); in TestMultiplePluralRules()
402 if (1000 != result.getLong() || resultStr != UNICODE_STRING_SIMPLE("one thousand")) { in TestMultiplePluralRules()
403 …erFormat(spellout-cardinal-feminine) did not return the correct value. Got: %d", result.getLong()); in TestMultiplePluralRules()
1964 if (num.getType() == Formattable::kLong && num.getLong() != n) { in TestAllLocales()
1967 + UnicodeString(" -> ") + str + UnicodeString(" -> ") + num.getLong()); in TestAllLocales()
[all …]
Ditrbnfrt.cpp309 (double)parseResult.getLong(); in doTest()
336 (double)parseResult.getLong(); in doTest()
Dnumfmtst.cpp590 a = af.getLong(); in TestExponential()
639 int32_t a = af.getLong(status); in TestExponential()
652 + ", Long: " + af.getLong()); in TestExponential()
1060 logln((UnicodeString)"parse(" + arg + ") = " + n.getLong()); in TestParse()
1062 n.getLong() != 0) errln((UnicodeString)"FAIL: Expected 0"); in TestParse()
1155 logln((UnicodeString)"parse(" + testCase + ") = " + n.getLong()); in TestLenientParse()
1158 n.getLong() != 1) { in TestLenientParse()
1180 logln((UnicodeString)"parse(" + testCase + ") = " + n.getLong()); in TestLenientParse()
1182 if (U_FAILURE(status) || n.getType() != Formattable::kLong || n.getLong() != -5) { in TestLenientParse()
1201 logln((UnicodeString)"parse(" + testCase + ") = " + n.getLong()); in TestLenientParse()
[all …]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DUnsafeUtil.java136 static long getLong(Object target, long offset) { in getLong() method in UnsafeUtil
137 return MEMORY_ACCESSOR.getLong(target, offset); in getLong()
192 static long getLong(long[] target, long index) { in getLong() method in UnsafeUtil
193 return MEMORY_ACCESSOR.getLong( in getLong()
270 static long getLong(long address) { in getLong() method in UnsafeUtil
271 return MEMORY_ACCESSOR.getLong(address); in getLong()
280 return MEMORY_ACCESSOR.getLong(buffer, BUFFER_ADDRESS_OFFSET); in addressOffset()
496 long leftLongWord = getLong(left, BYTE_ARRAY_BASE_OFFSET + leftOff + index); in mismatch()
497 long rightLongWord = getLong(right, BYTE_ARRAY_BASE_OFFSET + rightOff + index); in mismatch()
561 public final long getLong(Object target, long offset) { in getLong() method in UnsafeUtil.MemoryAccessor
[all …]
DMessageSchema.java832 && UnsafeUtil.getLong(message, offset) == UnsafeUtil.getLong(other, offset); in equals()
835 && UnsafeUtil.getLong(message, offset) == UnsafeUtil.getLong(other, offset); in equals()
841 && UnsafeUtil.getLong(message, offset) == UnsafeUtil.getLong(other, offset); in equals()
871 && UnsafeUtil.getLong(message, offset) == UnsafeUtil.getLong(other, offset); in equals()
877 && UnsafeUtil.getLong(message, offset) == UnsafeUtil.getLong(other, offset); in equals()
968 hashCode = (hashCode * 53) + Internal.hashLong(UnsafeUtil.getLong(message, offset)); in hashCode()
971 hashCode = (hashCode * 53) + Internal.hashLong(UnsafeUtil.getLong(message, offset)); in hashCode()
977 hashCode = (hashCode * 53) + Internal.hashLong(UnsafeUtil.getLong(message, offset)); in hashCode()
1011 hashCode = (hashCode * 53) + Internal.hashLong(UnsafeUtil.getLong(message, offset)); in hashCode()
1017 hashCode = (hashCode * 53) + Internal.hashLong(UnsafeUtil.getLong(message, offset)); in hashCode()
[all …]
DLongArrayList.java133 return getLong(index); in get()
137 public long getLong(int index) { in getLong() method in LongArrayList
/third_party/node/deps/icu-small/source/i18n/unicode/
Dfmtable.h315 int32_t getLong(void) const { return (int32_t)fValue.fInt64; } in getLong() function
333 int32_t getLong(UErrorCode& status) const;
640 inline int32_t getLong(UErrorCode* status) const;
731 inline int32_t Formattable::getLong(UErrorCode* status) const { in getLong() function
732 return getLong(*status); in getLong()
/third_party/icu/icu4c/source/i18n/unicode/
Dfmtable.h315 int32_t getLong(void) const { return (int32_t)fValue.fInt64; } in getLong() function
333 int32_t getLong(UErrorCode& status) const;
640 inline int32_t getLong(UErrorCode* status) const;
731 inline int32_t Formattable::getLong(UErrorCode* status) const { in getLong() function
732 return getLong(*status); in getLong()
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dfmtable.h315 int32_t getLong(void) const { return (int32_t)fValue.fInt64; } in getLong() function
333 int32_t getLong(UErrorCode& status) const;
640 inline int32_t getLong(UErrorCode* status) const;
731 inline int32_t Formattable::getLong(UErrorCode* status) const { in getLong() function
732 return getLong(*status); in getLong()
/third_party/icu/icu4c/source/i18n/
Dfmtable.cpp394 Formattable::getLong(UErrorCode& status) const in getLong() function in Formattable
431 getNumber().getLong(status); in getLong()
764 output.setToInt(this->getLong()); in populateDecimalQuantity()
863 stream << obj.getLong() << 'L';
952 return obj->getLong(*status); in ufmt_getLong()
/third_party/node/deps/icu-small/source/i18n/
Dfmtable.cpp394 Formattable::getLong(UErrorCode& status) const in getLong() function in Formattable
431 getNumber().getLong(status); in getLong()
764 output.setToInt(this->getLong()); in populateDecimalQuantity()
863 stream << obj.getLong() << 'L';
952 return obj->getLong(*status); in ufmt_getLong()
/third_party/skia/third_party/externals/icu/source/i18n/
Dfmtable.cpp394 Formattable::getLong(UErrorCode& status) const in getLong() function in Formattable
431 getNumber().getLong(status); in getLong()
764 output.setToInt(this->getLong()); in populateDecimalQuantity()
863 stream << obj.getLong() << 'L';
952 return obj->getLong(*status); in ufmt_getLong()
/third_party/jsframework/runtime/main/extend/systemplugin/napi/data/rdb/
DresultSet.js78 getLong: function (...args) { method
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_data_DataShareResultSet.js83 getLong: function (...args) { method
/third_party/icu/icu4c/source/samples/numfmt/
Dutil.cpp103 sprintf(buf, "%" PRId32 "L", f.getLong()); in formattableToString()
/third_party/skia/third_party/externals/icu/source/samples/numfmt/
Dutil.cpp103 sprintf(buf, "%" PRId32 "L", f.getLong()); in formattableToString()

123