Home
last modified time | relevance | path

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

/third_party/ejdb/src/bindings/ejdb2_jni/src/android/java/com/softmotions/ejdb2/
DEJDB2.java362 …public EJDB2 removeFloatIndex(String collection, String path, boolean unique) throws EJDB2Exceptio… in removeFloatIndex() method in EJDB2
/third_party/ejdb/src/bindings/ejdb2_react_native/binding/
Dindex.js648 removeFloatIndex(collection, path, unique) { method in EJDB2
/third_party/ejdb/src/bindings/ejdb2_react_native/binding/android/src/main/java/com/softmotions/ejdb2/
DEJDB2DBModule.java208 …public void removeFloatIndex(Integer handle, String collection, String path, Boolean unique, Promi… in removeFloatIndex() method in EJDB2DBModule
/third_party/ejdb/src/bindings/ejdb2_node/
Dindex.js675 removeFloatIndex(collection, path, unique) { method in EJDB2
/third_party/ejdb/src/bindings/ejdb2_flutter/android/src/main/java/com/softmotions/ejdb2/
DEjdb2FlutterPlugin.java281 private static void removeFloatIndex(DbMethodCall mc) { in removeFloatIndex() method in Ejdb2FlutterPlugin
/third_party/ejdb/src/bindings/ejdb2_jni/src/main/java/com/softmotions/ejdb2/
DEJDB2.java470 …public EJDB2 removeFloatIndex(String collection, String path, boolean unique) throws EJDB2Exceptio… in removeFloatIndex() method in EJDB2
/third_party/ejdb/src/bindings/ejdb2_flutter/ios/Classes/
DSwiftEjdb2FlutterPlugin.swift366 func removeFloatIndex(_ mc: DbMethodCall) throws { in removeFloatIndex() function