Home
last modified time | relevance | path

Searched defs:removeIntIndex (Results 1 – 7 of 7) sorted by relevance

/third_party/ejdb/src/bindings/ejdb2_jni/src/android/java/com/softmotions/ejdb2/
DEJDB2.java342 …public EJDB2 removeIntIndex(String collection, String path, boolean unique) throws EJDB2Exception { in removeIntIndex() method in EJDB2
/third_party/ejdb/src/bindings/ejdb2_react_native/binding/
Dindex.js624 removeIntIndex(collection, path, unique) { method in EJDB2
/third_party/ejdb/src/bindings/ejdb2_react_native/binding/android/src/main/java/com/softmotions/ejdb2/
DEJDB2DBModule.java192 …public void removeIntIndex(Integer handle, String collection, String path, Boolean unique, Promise… in removeIntIndex() method in EJDB2DBModule
/third_party/ejdb/src/bindings/ejdb2_jni/src/main/java/com/softmotions/ejdb2/
DEJDB2.java450 …public EJDB2 removeIntIndex(String collection, String path, boolean unique) throws EJDB2Exception { in removeIntIndex() method in EJDB2
/third_party/ejdb/src/bindings/ejdb2_node/
Dindex.js651 removeIntIndex(collection, path, unique) { method in EJDB2
/third_party/ejdb/src/bindings/ejdb2_flutter/ios/Classes/
DSwiftEjdb2FlutterPlugin.swift382 func removeIntIndex(_ mc: DbMethodCall) throws { in removeIntIndex() function
/third_party/ejdb/src/bindings/ejdb2_flutter/android/src/main/java/com/softmotions/ejdb2/
DEjdb2FlutterPlugin.java297 private static void removeIntIndex(DbMethodCall mc) { in removeIntIndex() method in Ejdb2FlutterPlugin