/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | LongArrayListTest.java | 251 assertEquals(1L, list.setLong(0, 0)); in testSetLong() 254 assertEquals(3L, list.setLong(1, 0)); in testSetLong() 258 list.setLong(-1, 0); in testSetLong() 265 list.setLong(2, 0); in testSetLong() 535 list.setLong(0, 0); in assertImmutable()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | tfsmalls.cpp | 174 fta.setLong(1); ftb.setLong(2); in test_Formattable() 348 ft_arr.setLong(0); // calls 'dispose' and deletes adopted array ! in test_Formattable() 359 fta.setLong(0); // calls 'dispose' and deletes adopted string ! in test_Formattable()
|
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/jsMain/kotlin/com/google/flatbuffers/kotlin/ |
D | ByteArray.kt | 38 public actual inline fun ByteArray.setLong(index: Int, value: Long): Unit = ByteArrayOps.setLong(th… method
|
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/jvmMain/kotlin/com/google/flatbuffers/kotlin/ |
D | ByteArray.kt | 39 public actual inline fun ByteArray.setLong(index: Int, value: Long): Unit = ByteArrayOps.setLong(th… method
|
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/ |
D | ByteArray.kt | 42 internal expect inline fun ByteArray.setLong(index: Int, value: Long) in getString() method 104 public inline fun setLong(ary: ByteArray, index: Int, value: Long) { in getString() method 118 …public inline fun setULong(ary: ByteArray, index: Int, value: ULong): Unit = setLong(ary, index, v… in getString()
|
/third_party/icu/icu4c/source/samples/msgfmt/answers/ |
D | main_2.cpp | 37 msgArgs[0].setLong(argc-1); in main()
|
D | main_3.cpp | 37 msgArgs[0].setLong(argc-1); in main()
|
/third_party/skia/third_party/externals/icu/source/samples/msgfmt/ |
D | main.cpp | 37 msgArgs[0].setLong(argc-1); in main()
|
/third_party/skia/third_party/externals/icu/source/samples/msgfmt/answers/ |
D | main_2.cpp | 37 msgArgs[0].setLong(argc-1); in main()
|
D | main_3.cpp | 37 msgArgs[0].setLong(argc-1); in main()
|
/third_party/flutter/skia/third_party/externals/icu/source/samples/msgfmt/answers/ |
D | main_2.cpp | 37 msgArgs[0].setLong(argc-1); in main()
|
D | main_3.cpp | 37 msgArgs[0].setLong(argc-1); in main()
|
/third_party/icu/icu4c/source/samples/msgfmt/ |
D | main.cpp | 37 msgArgs[0].setLong(argc-1); in main()
|
/third_party/flutter/skia/third_party/externals/icu/source/samples/msgfmt/ |
D | main.cpp | 37 msgArgs[0].setLong(argc-1); in main()
|
/third_party/ejdb/src/bindings/ejdb2_jni/example/src/main/java/ |
D | EJDB2Example.java | 19 db.createQuery("@parrots/[age > :age]").setLong("age", 3).execute((doc) -> { in main()
|
/third_party/flatbuffers/java/com/google/flatbuffers/ |
D | ArrayReadWriteBuf.java | 130 setLong(writePos, value); in putLong() 182 public void setLong(int index, long value) { in setLong() method in ArrayReadWriteBuf
|
D | ReadWriteBuf.java | 108 void setLong(int index, long value); in setLong() method
|
D | ByteBufferReadWriteBuf.java | 138 public void setLong(int index, long value) { in setLong() method in ByteBufferReadWriteBuf
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | LongArrayList.java | 169 return setLong(index, element); in set() 173 public long setLong(int index, long element) { in setLong() method in LongArrayList
|
/third_party/ejdb/src/bindings/ejdb2_react_native/binding/android/src/main/java/com/softmotions/ejdb2/ |
D | EJDB2JQLModule.java | 107 jql(jqlid).setLong(placeholder, Long.parseLong(val)); in psetLong() 111 public void setLong(Integer jqlid, String placeholder, String val) { in setLong() method in EJDB2JQLModule 112 jql(jqlid).setLong(placeholder, Long.parseLong(val)); in setLong()
|
/third_party/ejdb/src/bindings/ejdb2_jni/src/android/java/com/softmotions/ejdb2/example/ |
D | EJDB2Example.java | 24 db.createQuery("@parrots/[age > :age]").setLong("age", 3).execute(new JQLCallback() { in main()
|
/third_party/ejdb/src/bindings/ejdb2_jni/src/android/java/com/softmotions/ejdb2/ |
D | JQL.java | 198 public JQL setLong(int pos, long val) throws EJDB2Exception { in setLong() method in JQL 203 public JQL setLong(String placeholder, long val) throws EJDB2Exception { in setLong() method in JQL
|
/third_party/ejdb/src/bindings/ejdb2_jni/src/main/java/com/softmotions/ejdb2/ |
D | JQL.java | 200 public JQL setLong(int pos, long val) throws EJDB2Exception { in setLong() method in JQL 205 public JQL setLong(String placeholder, long val) throws EJDB2Exception { in setLong() method in JQL
|
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/nativeMain/kotlin/com/google/flatbuffers/kotlin/ |
D | ByteArray.kt | 36 public actual inline fun ByteArray.setLong(index: Int, value: Long): Unit = setLongAt(index, value) method
|
/third_party/ejdb/src/bindings/ejdb2_jni/ |
D | README.md | 20 db.createQuery("@parrots/[age > :age]").setLong("age", 3).execute((docId, doc) -> {
|