D | IDBIndexBackendImpl.h | 43 …ckend, int64_t id, const String& name, const String& storeName, const String& keyPath, bool unique) in create() argument 45 …exBackendImpl(backingStore, databaseId, objectStoreBackend, id, name, storeName, keyPath, unique)); in create() 47 …bjectStoreBackend, const String& name, const String& storeName, const String& keyPath, bool unique) in create() argument 49 …BIndexBackendImpl(backingStore, databaseId, objectStoreBackend, name, storeName, keyPath, unique)); in create() 67 virtual bool unique() { return m_unique; } in unique() function 75 …mpl*, int64_t id, const String& name, const String& storeName, const String& keyPath, bool unique); 76 …toreBackendImpl*, const String& name, const String& storeName, const String& keyPath, bool unique);
|