Home
last modified time | relevance | path

Searched refs:IndexDataValue (Results 1 – 15 of 15) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/dom/indexedDB/
H A DActorsParentCommon.h53 struct IndexDataValue final {
59 IndexDataValue();
62 IndexDataValue(IndexDataValue&& aOther);
64 MOZ_COUNTED_DTOR(IndexDataValue)
67 IndexDataValue(IndexOrObjectStoreId aIndexId, bool aUnique,
70 IndexDataValue(IndexOrObjectStoreId aIndexId, bool aUnique,
73 bool operator==(const IndexDataValue& aOther) const;
75 bool operator<(const IndexDataValue& aOther) const;
85 MakeCompressedIndexDataValues(const nsTArray<IndexDataValue>& aIndexValues);
90 nsTArray<IndexDataValue>& aOutIndexValues);
[all …]
H A DActorsParentCommon.cpp231 nsTArray<IndexDataValue>* aOutIndexValues) { in ReadCompressedIndexDataValuesFromBlob()
492 IndexDataValue::IndexDataValue() : mIndexId(0), mUnique(false) { in IndexDataValue() function in mozilla::dom::indexedDB::IndexDataValue
493 MOZ_COUNT_CTOR(IndexDataValue); in IndexDataValue()
497 IndexDataValue::IndexDataValue(IndexDataValue&& aOther) in IndexDataValue() function in mozilla::dom::indexedDB::IndexDataValue
504 MOZ_COUNT_CTOR(IndexDataValue); in IndexDataValue()
508 IndexDataValue::IndexDataValue(IndexOrObjectStoreId aIndexId, bool aUnique, in IndexDataValue() function in mozilla::dom::indexedDB::IndexDataValue
513 MOZ_COUNT_CTOR(IndexDataValue); in IndexDataValue()
516 IndexDataValue::IndexDataValue(IndexOrObjectStoreId aIndexId, bool aUnique, in IndexDataValue() function in mozilla::dom::indexedDB::IndexDataValue
525 MOZ_COUNT_CTOR(IndexDataValue); in IndexDataValue()
528 bool IndexDataValue::operator==(const IndexDataValue& aOther) const { in operator ==()
[all …]
H A DActorsParent.cpp1912 const nsTArray<IndexDataValue>& aIndexValues);
3683 nsTArray<IndexDataValue>& aIndexValues);
14687 const IndexDataValue& info = aIndexValues[index]; in InsertIndexTableRows()
14738 const nsTArray<IndexDataValue>& aIndexValues) { in DeleteIndexDataTableRows()
14761 const IndexDataValue& indexValue = aIndexValues[index]; in DeleteIndexDataTableRows()
18852 IndexDataValue(metadata.id(), metadata.unique(), info.value(), in OnFunctionCall()
18880 IndexDataValue(metadata.id(), metadata.unique(), info.value(), in OnFunctionCall()
18910 nsTArray<IndexDataValue>& aIndexValues) { in RemoveReferencesToIndex()
18940 IndexDataValue search; in RemoveReferencesToIndex()
18948 const auto indexIdComparator = [](const IndexDataValue& aA, in RemoveReferencesToIndex()
[all …]
H A DSchemaUpgrades.cpp1482 IndexDataValue(indexId, !!unique, value), fallible))) { in OnFunctionCall()
/dports/www/firefox/firefox-99.0/dom/indexedDB/
H A DActorsParentCommon.h55 struct IndexDataValue final {
61 IndexDataValue();
64 IndexDataValue(IndexDataValue&& aOther);
66 MOZ_COUNTED_DTOR(IndexDataValue)
69 IndexDataValue(IndexOrObjectStoreId aIndexId, bool aUnique,
72 IndexDataValue(IndexOrObjectStoreId aIndexId, bool aUnique,
75 bool operator==(const IndexDataValue& aOther) const;
77 bool operator<(const IndexDataValue& aOther) const;
87 MakeCompressedIndexDataValues(const nsTArray<IndexDataValue>& aIndexValues);
92 nsTArray<IndexDataValue>& aOutIndexValues);
[all …]
H A DActorsParentCommon.cpp236 nsTArray<IndexDataValue>* aOutIndexValues) { in ReadCompressedIndexDataValuesFromBlob()
503 IndexDataValue::IndexDataValue() : mIndexId(0), mUnique(false) { in IndexDataValue() function in mozilla::dom::indexedDB::IndexDataValue
504 MOZ_COUNT_CTOR(IndexDataValue); in IndexDataValue()
508 IndexDataValue::IndexDataValue(IndexDataValue&& aOther) in IndexDataValue() function in mozilla::dom::indexedDB::IndexDataValue
515 MOZ_COUNT_CTOR(IndexDataValue); in IndexDataValue()
519 IndexDataValue::IndexDataValue(IndexOrObjectStoreId aIndexId, bool aUnique, in IndexDataValue() function in mozilla::dom::indexedDB::IndexDataValue
524 MOZ_COUNT_CTOR(IndexDataValue); in IndexDataValue()
527 IndexDataValue::IndexDataValue(IndexOrObjectStoreId aIndexId, bool aUnique, in IndexDataValue() function in mozilla::dom::indexedDB::IndexDataValue
536 MOZ_COUNT_CTOR(IndexDataValue); in IndexDataValue()
539 bool IndexDataValue::operator==(const IndexDataValue& aOther) const { in operator ==()
[all …]
H A DActorsParent.cpp1909 const nsTArray<IndexDataValue>& aIndexValues);
3670 nsTArray<IndexDataValue>& aIndexValues);
14671 const IndexDataValue& info = aIndexValues[index]; in InsertIndexTableRows()
14724 const nsTArray<IndexDataValue>& aIndexValues) { in DeleteIndexDataTableRows()
14747 const IndexDataValue& indexValue = aIndexValues[index]; in DeleteIndexDataTableRows()
18833 IndexDataValue(metadata.id(), metadata.unique(), info.value(), in OnFunctionCall()
18861 IndexDataValue(metadata.id(), metadata.unique(), info.value(), in OnFunctionCall()
18892 nsTArray<IndexDataValue>& aIndexValues) { in RemoveReferencesToIndex()
18924 IndexDataValue search; in RemoveReferencesToIndex()
18932 const auto indexIdComparator = [](const IndexDataValue& aA, in RemoveReferencesToIndex()
[all …]
H A DSchemaUpgrades.cpp1483 IndexDataValue(indexId, !!unique, value), fallible))) { in OnFunctionCall()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/indexedDB/
H A DActorsParentCommon.h53 struct IndexDataValue final {
59 IndexDataValue();
62 IndexDataValue(IndexDataValue&& aOther);
64 MOZ_COUNTED_DTOR(IndexDataValue)
67 IndexDataValue(IndexOrObjectStoreId aIndexId, bool aUnique,
70 IndexDataValue(IndexOrObjectStoreId aIndexId, bool aUnique,
73 bool operator==(const IndexDataValue& aOther) const;
75 bool operator<(const IndexDataValue& aOther) const;
85 MakeCompressedIndexDataValues(const nsTArray<IndexDataValue>& aIndexValues);
90 nsTArray<IndexDataValue>& aOutIndexValues);
[all …]
H A DActorsParentCommon.cpp231 nsTArray<IndexDataValue>* aOutIndexValues) { in ReadCompressedIndexDataValuesFromBlob()
492 IndexDataValue::IndexDataValue() : mIndexId(0), mUnique(false) { in IndexDataValue() function in mozilla::dom::indexedDB::IndexDataValue
493 MOZ_COUNT_CTOR(IndexDataValue); in IndexDataValue()
497 IndexDataValue::IndexDataValue(IndexDataValue&& aOther) in IndexDataValue() function in mozilla::dom::indexedDB::IndexDataValue
504 MOZ_COUNT_CTOR(IndexDataValue); in IndexDataValue()
508 IndexDataValue::IndexDataValue(IndexOrObjectStoreId aIndexId, bool aUnique, in IndexDataValue() function in mozilla::dom::indexedDB::IndexDataValue
513 MOZ_COUNT_CTOR(IndexDataValue); in IndexDataValue()
516 IndexDataValue::IndexDataValue(IndexOrObjectStoreId aIndexId, bool aUnique, in IndexDataValue() function in mozilla::dom::indexedDB::IndexDataValue
525 MOZ_COUNT_CTOR(IndexDataValue); in IndexDataValue()
528 bool IndexDataValue::operator==(const IndexDataValue& aOther) const { in operator ==()
[all …]
H A DActorsParent.cpp1912 const nsTArray<IndexDataValue>& aIndexValues);
3683 nsTArray<IndexDataValue>& aIndexValues);
14687 const IndexDataValue& info = aIndexValues[index]; in InsertIndexTableRows()
14738 const nsTArray<IndexDataValue>& aIndexValues) { in DeleteIndexDataTableRows()
14761 const IndexDataValue& indexValue = aIndexValues[index]; in DeleteIndexDataTableRows()
18852 IndexDataValue(metadata.id(), metadata.unique(), info.value(), in OnFunctionCall()
18880 IndexDataValue(metadata.id(), metadata.unique(), info.value(), in OnFunctionCall()
18910 nsTArray<IndexDataValue>& aIndexValues) { in RemoveReferencesToIndex()
18940 IndexDataValue search; in RemoveReferencesToIndex()
18948 const auto indexIdComparator = [](const IndexDataValue& aA, in RemoveReferencesToIndex()
[all …]
H A DSchemaUpgrades.cpp1482 IndexDataValue(indexId, !!unique, value), fallible))) { in OnFunctionCall()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/indexedDB/
H A DActorsParent.cpp459 struct IndexDataValue final struct
466 IndexDataValue() in IndexDataValue() function
470 MOZ_COUNT_CTOR(IndexDataValue); in IndexDataValue()
474 IndexDataValue(const IndexDataValue& aOther) in IndexDataValue() function
482 MOZ_COUNT_CTOR(IndexDataValue); in IndexDataValue()
492 MOZ_COUNT_CTOR(IndexDataValue); in IndexDataValue()
504 MOZ_COUNT_CTOR(IndexDataValue); in IndexDataValue()
507 ~IndexDataValue() in ~IndexDataValue() argument
25521 Equals(const IndexDataValue& aA, const IndexDataValue& aB) const in RemoveReferencesToIndex()
25528 LessThan(const IndexDataValue& aA, const IndexDataValue& aB) const in RemoveReferencesToIndex()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/indexedDB/
H A DActorsParent.cpp440 struct IndexDataValue final { struct
447 MOZ_COUNT_CTOR(IndexDataValue); in IndexDataValue()
450 explicit IndexDataValue(const IndexDataValue& aOther) in IndexDataValue() function
457 MOZ_COUNT_CTOR(IndexDataValue); in IndexDataValue()
464 MOZ_COUNT_CTOR(IndexDataValue); in IndexDataValue()
472 MOZ_COUNT_CTOR(IndexDataValue); in IndexDataValue()
475 ~IndexDataValue() { MOZ_COUNT_DTOR(IndexDataValue); } in ~IndexDataValue() argument
3615 AutoTArray<IndexDataValue, 32> oldIdv; in OnFunctionCall()
22715 bool Equals(const IndexDataValue& aA, const IndexDataValue& aB) const { in RemoveReferencesToIndex()
22720 bool LessThan(const IndexDataValue& aA, const IndexDataValue& aB) const { in RemoveReferencesToIndex()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/indexedDB/
H A DActorsParent.cpp451 struct IndexDataValue final { struct
458 MOZ_COUNT_CTOR(IndexDataValue); in IndexDataValue()
461 explicit IndexDataValue(const IndexDataValue& aOther) in IndexDataValue() function
468 MOZ_COUNT_CTOR(IndexDataValue); in IndexDataValue()
476 MOZ_COUNT_CTOR(IndexDataValue); in IndexDataValue()
490 MOZ_COUNTED_DTOR(IndexDataValue)
833 IndexDataValue idv( in ReadCompressedIndexDataValuesFromBlob()
3535 IndexDataValue idv( in NS_IMPL_ISUPPORTS()
24289 bool Equals(const IndexDataValue& aA, const IndexDataValue& aB) const { in RemoveReferencesToIndex()
24294 bool LessThan(const IndexDataValue& aA, const IndexDataValue& aB) const { in RemoveReferencesToIndex()
[all …]