/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | Proto2MessageLiteFactory.java | 83 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 …]
|
D | Proto2MessageFactory.java | 81 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 …]
|
D | Proto3MessageFactory.java | 79 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 …]
|
D | Proto3MessageLiteFactory.java | 81 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 …]
|
D | LongArrayListTest.java | 123 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()
|
D | ExperimentalTestDataProvider.java | 63 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/ |
D | tfsmalls.cpp | 168 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()
|
D | nmfmtrt.cpp | 245 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()
|
D | tsnmfmt.cpp | 312 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()
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | UnsafeUtil.java | 136 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 …]
|
/third_party/flatbuffers/tests/MyGame/Example/ |
D | Referrable.kt | 23 return if(o != 0) bb.getLong(o + bb_pos).toULong() else 0UL 35 val val_1 = _bb.getLong(__offset(4, o1, _bb)) in keysCompare() 36 val val_2 = _bb.getLong(__offset(4, o2, _bb)) in keysCompare() 63 val value = bb.getLong(__offset(4, bb.capacity() - tableOffset, bb)).toULong() in __lookup_by_key()
|
D | Referrable.java | 18 public long id() { int o = __offset(4); return o != 0 ? bb.getLong(o + bb_pos) : 0L; } in id() 37 long val_1 = _bb.getLong(__offset(4, o1, _bb)); in keysCompare() 38 long val_2 = _bb.getLong(__offset(4, o2, _bb)); in keysCompare() 48 long val = bb.getLong(__offset(4, bb.capacity() - tableOffset, bb)); in __lookup_by_key()
|
D | Monster.kt | 274 return if(o != 0) bb.getLong(o + bb_pos) else 0L 288 return if(o != 0) bb.getLong(o + bb_pos).toULong() else 0UL 330 return if(o != 0) bb.getLong(o + bb_pos) else 0L 344 return if(o != 0) bb.getLong(o + bb_pos).toULong() else 0UL 484 bb.getLong(__vector(o) + j * 8) in vectorOfLongs() 568 return if(o != 0) bb.getLong(o + bb_pos).toULong() else 0UL 582 bb.getLong(__vector(o) + j * 8).toULong() in vectorOfWeakReferences() 634 return if(o != 0) bb.getLong(o + bb_pos).toULong() else 0UL 648 bb.getLong(__vector(o) + j * 8).toULong() in vectorOfCoOwningReferences() 671 return if(o != 0) bb.getLong(o + bb_pos).toULong() else 0UL [all …]
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | fmtable.h | 315 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/node/deps/icu-small/source/i18n/unicode/ |
D | fmtable.h | 315 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/flutter/skia/third_party/externals/icu/source/i18n/unicode/ |
D | fmtable.h | 313 int32_t getLong(void) const { return (int32_t)fValue.fInt64; } in getLong() function 331 int32_t getLong(UErrorCode& status) const; 638 inline int32_t getLong(UErrorCode* status) const; 729 inline int32_t Formattable::getLong(UErrorCode* status) const { in getLong() function 730 return getLong(*status); in getLong()
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | fmtable.h | 315 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/flatbuffers/tests/optional_scalars/ |
D | ScalarStuff.java | 43 public long justI64() { int o = __offset(40); return o != 0 ? bb.getLong(o + bb_pos) : 0L; } in justI64() 45 public long maybeI64() { int o = __offset(42); return o != 0 ? bb.getLong(o + bb_pos) : 0L; } in maybeI64() 46 public long defaultI64() { int o = __offset(44); return o != 0 ? bb.getLong(o + bb_pos) : 42L; } in defaultI64() 47 public long justU64() { int o = __offset(46); return o != 0 ? bb.getLong(o + bb_pos) : 0L; } in justU64() 49 public long maybeU64() { int o = __offset(48); return o != 0 ? bb.getLong(o + bb_pos) : 0L; } in maybeU64() 50 public long defaultU64() { int o = __offset(50); return o != 0 ? bb.getLong(o + bb_pos) : 42L; } in defaultU64()
|
D | ScalarStuff.kt | 113 return if(o != 0) bb.getLong(o + bb_pos) else 0L 118 return if(o != 0) bb.getLong(o + bb_pos) else null 123 return if(o != 0) bb.getLong(o + bb_pos) else 42L 128 return if(o != 0) bb.getLong(o + bb_pos).toULong() else 0UL 133 return if(o != 0) bb.getLong(o + bb_pos).toULong() else null 138 return if(o != 0) bb.getLong(o + bb_pos).toULong() else 42UL
|
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/ |
D | ByteArray.kt | 32 internal expect inline fun ByteArray.getLong(index: Int): Long in getString() method 69 public inline fun getLong(ary: ByteArray, index: Int): Long { in getString() method 81 public inline fun getULong(ary: ByteArray, index: Int): ULong = getLong(ary, index).toULong() in getString() 145 …public inline fun getDouble(ary: ByteArray, index: Int): Double = Double.fromBits(getLong(ary, ind… in getString()
|
D | Buffers.kt | 89 public fun getLong(index: Int): Long in findFirst() method 348 override fun getLong(index: Int): Long = buffer.getLong(index) in getBoolean() method in com.google.flatbuffers.kotlin.ArrayReadBuffer
|
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/jsMain/kotlin/com/google/flatbuffers/kotlin/ |
D | ByteArray.kt | 28 public actual inline fun ByteArray.getLong(index: Int): Long = ByteArrayOps.getLong(this, index) method
|
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/jvmMain/kotlin/com/google/flatbuffers/kotlin/ |
D | ByteArray.kt | 29 public actual inline fun ByteArray.getLong(index: Int): Long = ByteArrayOps.getLong(this, index) method
|
/third_party/flatbuffers/java/com/google/flatbuffers/ |
D | ByteBufferReadWriteBuf.java | 41 public long getLong(int index) { in getLong() method in ByteBufferReadWriteBuf 42 return buffer.getLong(index); in getLong()
|
D | ReadBuf.java | 41 long getLong(int index); in getLong() method
|