Home
last modified time | relevance | path

Searched refs:aIndexId (Results 1 – 25 of 36) sorted by relevance

12

/dports/www/firefox-esr/firefox-91.8.0/dom/indexedDB/
H A DActorsParentCommon.cpp181 uint32_t CompressedByteCountForIndexId(IndexOrObjectStoreId aIndexId) { in CompressedByteCountForIndexId() argument
182 MOZ_ASSERT(aIndexId); in CompressedByteCountForIndexId()
183 MOZ_ASSERT(UINT64_MAX - uint64_t(aIndexId) >= uint64_t(aIndexId), in CompressedByteCountForIndexId()
186 return CompressedByteCountForNumber(uint64_t(aIndexId * 2)); in CompressedByteCountForIndexId()
216 void WriteCompressedIndexId(IndexOrObjectStoreId aIndexId, bool aUnique, in WriteCompressedIndexId() argument
218 MOZ_ASSERT(aIndexId); in WriteCompressedIndexId()
219 MOZ_ASSERT(UINT64_MAX - uint64_t(aIndexId) >= uint64_t(aIndexId), in WriteCompressedIndexId()
224 const uint64_t indexId = (uint64_t(aIndexId * 2) | (aUnique ? 1 : 0)); in WriteCompressedIndexId()
508 IndexDataValue::IndexDataValue(IndexOrObjectStoreId aIndexId, bool aUnique, in IndexDataValue() argument
510 : mIndexId(aIndexId), mPosition(aPosition), mUnique(aUnique) { in IndexDataValue()
[all …]
H A DActorsParentCommon.h67 IndexDataValue(IndexOrObjectStoreId aIndexId, bool aUnique,
70 IndexDataValue(IndexOrObjectStoreId aIndexId, bool aUnique,
H A DIDBTransaction.cpp576 const int64_t aIndexId) { in DeleteIndex() argument
579 MOZ_ASSERT(aIndexId); in DeleteIndex()
586 aObjectStore->Id(), aIndexId)); in DeleteIndex()
590 const int64_t aIndexId, in RenameIndex() argument
594 MOZ_ASSERT(aIndexId); in RenameIndex()
601 aObjectStore->Id(), aIndexId, nsString(aName))); in RenameIndex()
H A DIDBTransaction.h289 void DeleteIndex(IDBObjectStore* aObjectStore, int64_t aIndexId);
291 void RenameIndex(IDBObjectStore* aObjectStore, int64_t aIndexId,
H A DIDBDatabase.h265 nsresult RenameIndex(int64_t aObjectStoreId, int64_t aIndexId,
/dports/www/firefox/firefox-99.0/dom/indexedDB/
H A DActorsParentCommon.cpp186 uint32_t CompressedByteCountForIndexId(IndexOrObjectStoreId aIndexId) { in CompressedByteCountForIndexId() argument
187 MOZ_ASSERT(aIndexId); in CompressedByteCountForIndexId()
188 MOZ_ASSERT(UINT64_MAX - uint64_t(aIndexId) >= uint64_t(aIndexId), in CompressedByteCountForIndexId()
191 return CompressedByteCountForNumber(uint64_t(aIndexId * 2)); in CompressedByteCountForIndexId()
221 void WriteCompressedIndexId(IndexOrObjectStoreId aIndexId, bool aUnique, in WriteCompressedIndexId() argument
223 MOZ_ASSERT(aIndexId); in WriteCompressedIndexId()
224 MOZ_ASSERT(UINT64_MAX - uint64_t(aIndexId) >= uint64_t(aIndexId), in WriteCompressedIndexId()
229 const uint64_t indexId = (uint64_t(aIndexId * 2) | (aUnique ? 1 : 0)); in WriteCompressedIndexId()
519 IndexDataValue::IndexDataValue(IndexOrObjectStoreId aIndexId, bool aUnique, in IndexDataValue() argument
521 : mIndexId(aIndexId), mPosition(aPosition), mUnique(aUnique) { in IndexDataValue()
[all …]
H A DActorsParentCommon.h69 IndexDataValue(IndexOrObjectStoreId aIndexId, bool aUnique,
72 IndexDataValue(IndexOrObjectStoreId aIndexId, bool aUnique,
H A DIDBTransaction.cpp560 const int64_t aIndexId) { in DeleteIndex() argument
563 MOZ_ASSERT(aIndexId); in DeleteIndex()
570 aObjectStore->Id(), aIndexId)); in DeleteIndex()
574 const int64_t aIndexId, in RenameIndex() argument
578 MOZ_ASSERT(aIndexId); in RenameIndex()
585 aObjectStore->Id(), aIndexId, nsString(aName))); in RenameIndex()
H A DIDBTransaction.h258 void DeleteIndex(IDBObjectStore* aObjectStore, int64_t aIndexId);
260 void RenameIndex(IDBObjectStore* aObjectStore, int64_t aIndexId,
H A DIDBDatabase.h265 nsresult RenameIndex(int64_t aObjectStoreId, int64_t aIndexId,
/dports/mail/thunderbird/thunderbird-91.8.0/dom/indexedDB/
H A DActorsParentCommon.cpp181 uint32_t CompressedByteCountForIndexId(IndexOrObjectStoreId aIndexId) { in CompressedByteCountForIndexId() argument
182 MOZ_ASSERT(aIndexId); in CompressedByteCountForIndexId()
183 MOZ_ASSERT(UINT64_MAX - uint64_t(aIndexId) >= uint64_t(aIndexId), in CompressedByteCountForIndexId()
186 return CompressedByteCountForNumber(uint64_t(aIndexId * 2)); in CompressedByteCountForIndexId()
216 void WriteCompressedIndexId(IndexOrObjectStoreId aIndexId, bool aUnique, in WriteCompressedIndexId() argument
218 MOZ_ASSERT(aIndexId); in WriteCompressedIndexId()
219 MOZ_ASSERT(UINT64_MAX - uint64_t(aIndexId) >= uint64_t(aIndexId), in WriteCompressedIndexId()
224 const uint64_t indexId = (uint64_t(aIndexId * 2) | (aUnique ? 1 : 0)); in WriteCompressedIndexId()
508 IndexDataValue::IndexDataValue(IndexOrObjectStoreId aIndexId, bool aUnique, in IndexDataValue() argument
510 : mIndexId(aIndexId), mPosition(aPosition), mUnique(aUnique) { in IndexDataValue()
[all …]
H A DActorsParentCommon.h67 IndexDataValue(IndexOrObjectStoreId aIndexId, bool aUnique,
70 IndexDataValue(IndexOrObjectStoreId aIndexId, bool aUnique,
H A DIDBTransaction.cpp576 const int64_t aIndexId) { in DeleteIndex() argument
579 MOZ_ASSERT(aIndexId); in DeleteIndex()
586 aObjectStore->Id(), aIndexId)); in DeleteIndex()
590 const int64_t aIndexId, in RenameIndex() argument
594 MOZ_ASSERT(aIndexId); in RenameIndex()
601 aObjectStore->Id(), aIndexId, nsString(aName))); in RenameIndex()
H A DIDBTransaction.h289 void DeleteIndex(IDBObjectStore* aObjectStore, int64_t aIndexId);
291 void RenameIndex(IDBObjectStore* aObjectStore, int64_t aIndexId,
H A DIDBDatabase.h265 nsresult RenameIndex(int64_t aObjectStoreId, int64_t aIndexId,
/dports/lang/spidermonkey78/firefox-78.9.0/dom/indexedDB/
H A DIDBTransaction.cpp576 const int64_t aIndexId) { in DeleteIndex() argument
579 MOZ_ASSERT(aIndexId); in DeleteIndex()
586 aObjectStore->Id(), aIndexId)); in DeleteIndex()
590 const int64_t aIndexId, in RenameIndex() argument
594 MOZ_ASSERT(aIndexId); in RenameIndex()
601 aObjectStore->Id(), aIndexId, nsString(aName))); in RenameIndex()
H A DIDBTransaction.h288 void DeleteIndex(IDBObjectStore* aObjectStore, int64_t aIndexId);
290 void RenameIndex(IDBObjectStore* aObjectStore, int64_t aIndexId,
H A DIDBDatabase.h266 nsresult RenameIndex(int64_t aObjectStoreId, int64_t aIndexId,
/dports/lang/spidermonkey60/firefox-60.9.0/dom/indexedDB/
H A DIDBTransaction.cpp588 int64_t aIndexId) { in DeleteIndex() argument
591 MOZ_ASSERT(aIndexId); in DeleteIndex()
598 aObjectStore->Id(), aIndexId)); in DeleteIndex()
601 void IDBTransaction::RenameIndex(IDBObjectStore* aObjectStore, int64_t aIndexId, in RenameIndex() argument
605 MOZ_ASSERT(aIndexId); in RenameIndex()
612 aObjectStore->Id(), aIndexId, nsString(aName))); in RenameIndex()
H A DIDBTransaction.h217 void DeleteIndex(IDBObjectStore* aObjectStore, int64_t aIndexId);
219 void RenameIndex(IDBObjectStore* aObjectStore, int64_t aIndexId,
H A DIDBDatabase.h274 nsresult RenameIndex(int64_t aObjectStoreId, int64_t aIndexId,
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/indexedDB/
H A DIDBTransaction.cpp599 int64_t aIndexId) in DeleteIndex() argument
603 MOZ_ASSERT(aIndexId); in DeleteIndex()
609 SendDeleteIndex(aObjectStore->Id(), aIndexId)); in DeleteIndex()
614 int64_t aIndexId, in RenameIndex() argument
619 MOZ_ASSERT(aIndexId); in RenameIndex()
626 aIndexId, in RenameIndex()
H A DIDBTransaction.h255 DeleteIndex(IDBObjectStore* aObjectStore, int64_t aIndexId);
258 RenameIndex(IDBObjectStore* aObjectStore, int64_t aIndexId, const nsAString& aName);
H A DIDBDatabase.h341 RenameIndex(int64_t aObjectStoreId, int64_t aIndexId, const nsAString& aName);
H A DActorsParent.cpp486 : mIndexId(aIndexId) in IndexDataValue()
497 : mIndexId(aIndexId) in IndexDataValue()
646 MOZ_ASSERT(aIndexId); in CompressedByteCountForIndexId()
647 MOZ_ASSERT(UINT64_MAX - uint64_t(aIndexId) >= uint64_t(aIndexId), in CompressedByteCountForIndexId()
717 MOZ_ASSERT(aIndexId); in WriteCompressedIndexId()
718 MOZ_ASSERT(UINT64_MAX - uint64_t(aIndexId) >= uint64_t(aIndexId), in WriteCompressedIndexId()
735 MOZ_ASSERT(aIndexId); in ReadCompressedIndexId()
15116 MOZ_ASSERT(aIndexId); in GetMetadataForIndexId()
15118 if (!aIndexId) { in GetMetadataForIndexId()
25499 , mIndexId(aIndexId) in DeleteIndexOp()
[all …]

12