Home
last modified time | relevance | path

Searched refs:InsertOrUpdate (Results 1 – 25 of 1190) sorted by relevance

12345678910>>...48

/dports/www/firefox/firefox-99.0/accessible/base/
H A DAccAttributes.cpp80 mData.InsertOrUpdate(iter.Key(), std::move(iter.Data())); in Update()
117 aDest->mData.InsertOrUpdate(iter.Key(), AsVariant(val)); in CopyTo()
120 aDest->mData.InsertOrUpdate(iter.Key(), AsVariant(val)); in CopyTo()
123 aDest->mData.InsertOrUpdate(iter.Key(), AsVariant(val)); in CopyTo()
126 aDest->mData.InsertOrUpdate(iter.Key(), AsVariant(val)); in CopyTo()
129 aDest->mData.InsertOrUpdate(iter.Key(), AsVariant(val)); in CopyTo()
137 aDest->mData.InsertOrUpdate(iter.Key(), AsVariant(val)); in CopyTo()
140 aDest->mData.InsertOrUpdate(iter.Key(), AsVariant(val)); in CopyTo()
143 aDest->mData.InsertOrUpdate(iter.Key(), AsVariant(val)); in CopyTo()
159 aDest->mData.InsertOrUpdate(iter.Key(), AsVariant(val)); in CopyTo()
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/ds/
H A DnsRefCountedHashtable.h58 using base_type::InsertOrUpdate;
62 void InsertOrUpdate(
68 [[nodiscard]] bool InsertOrUpdate(
75 void InsertOrUpdate(KeyType aKey, already_AddRefed<U>&& aData);
79 [[nodiscard]] bool InsertOrUpdate(KeyType aKey, already_AddRefed<U>&& aData,
177 void nsRefCountedHashtable<KeyClass, PtrType>::InsertOrUpdate( in InsertOrUpdate() function
180 if (!InsertOrUpdate(aKey, std::move(aData), mozilla::fallible)) { in InsertOrUpdate()
187 bool nsRefCountedHashtable<KeyClass, PtrType>::InsertOrUpdate( in InsertOrUpdate() function
204 void nsRefCountedHashtable<KeyClass, PtrType>::InsertOrUpdate( in InsertOrUpdate() function
206 if (!InsertOrUpdate(aKey, std::move(aData), mozilla::fallible)) { in InsertOrUpdate()
[all …]
/dports/www/firefox/firefox-99.0/xpcom/ds/
H A DnsRefCountedHashtable.h58 using base_type::InsertOrUpdate;
62 void InsertOrUpdate(
68 [[nodiscard]] bool InsertOrUpdate(
75 void InsertOrUpdate(KeyType aKey, already_AddRefed<U>&& aData);
79 [[nodiscard]] bool InsertOrUpdate(KeyType aKey, already_AddRefed<U>&& aData,
177 void nsRefCountedHashtable<KeyClass, PtrType>::InsertOrUpdate( in InsertOrUpdate() function
180 if (!InsertOrUpdate(aKey, std::move(aData), mozilla::fallible)) { in InsertOrUpdate()
187 bool nsRefCountedHashtable<KeyClass, PtrType>::InsertOrUpdate( in InsertOrUpdate() function
204 void nsRefCountedHashtable<KeyClass, PtrType>::InsertOrUpdate( in InsertOrUpdate() function
206 if (!InsertOrUpdate(aKey, std::move(aData), mozilla::fallible)) { in InsertOrUpdate()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/xpcom/ds/
H A DnsRefCountedHashtable.h58 using base_type::InsertOrUpdate;
62 void InsertOrUpdate(
68 [[nodiscard]] bool InsertOrUpdate(
75 void InsertOrUpdate(KeyType aKey, already_AddRefed<U>&& aData);
79 [[nodiscard]] bool InsertOrUpdate(KeyType aKey, already_AddRefed<U>&& aData,
177 void nsRefCountedHashtable<KeyClass, PtrType>::InsertOrUpdate( in InsertOrUpdate() function
180 if (!InsertOrUpdate(aKey, std::move(aData), mozilla::fallible)) { in InsertOrUpdate()
187 bool nsRefCountedHashtable<KeyClass, PtrType>::InsertOrUpdate( in InsertOrUpdate() function
204 void nsRefCountedHashtable<KeyClass, PtrType>::InsertOrUpdate( in InsertOrUpdate() function
206 if (!InsertOrUpdate(aKey, std::move(aData), mozilla::fallible)) { in InsertOrUpdate()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/layout/printing/
H A DPrintTranslator.h97 mDrawTargets.InsertOrUpdate(aRefPtr, RefPtr{aDT}); in AddDrawTarget()
101 mPaths.InsertOrUpdate(aRefPtr, RefPtr{aPath}); in AddPath()
105 mSourceSurfaces.InsertOrUpdate(aRefPtr, RefPtr{aSurface}); in AddSourceSurface()
109 mFilterNodes.InsertOrUpdate(aRefPtr, RefPtr{aFilter}); in AddFilterNode()
113 mGradientStops.InsertOrUpdate(aRefPtr, RefPtr{aStops}); in AddGradientStops()
117 mScaledFonts.InsertOrUpdate(aRefPtr, RefPtr{aScaledFont}); in AddScaledFont()
122 mUnscaledFonts.InsertOrUpdate(aRefPtr, RefPtr{aUnscaledFont}); in AddUnscaledFont()
127 mNativeFontResources.InsertOrUpdate(aKey, RefPtr{aScaledFontResouce}); in AddNativeFontResource()
/dports/www/firefox/firefox-99.0/layout/printing/
H A DPrintTranslator.h88 mDrawTargets.InsertOrUpdate(aRefPtr, RefPtr{aDT}); in AddDrawTarget()
92 mPaths.InsertOrUpdate(aRefPtr, RefPtr{aPath}); in AddPath()
96 mSourceSurfaces.InsertOrUpdate(aRefPtr, RefPtr{aSurface}); in AddSourceSurface()
100 mFilterNodes.InsertOrUpdate(aRefPtr, RefPtr{aFilter}); in AddFilterNode()
104 mGradientStops.InsertOrUpdate(aRefPtr, RefPtr{aStops}); in AddGradientStops()
108 mScaledFonts.InsertOrUpdate(aRefPtr, RefPtr{aScaledFont}); in AddScaledFont()
113 mUnscaledFonts.InsertOrUpdate(aRefPtr, RefPtr{aUnscaledFont}); in AddUnscaledFont()
118 mNativeFontResources.InsertOrUpdate(aKey, RefPtr{aScaledFontResouce}); in AddNativeFontResource()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/printing/
H A DPrintTranslator.h97 mDrawTargets.InsertOrUpdate(aRefPtr, RefPtr{aDT}); in AddDrawTarget()
101 mPaths.InsertOrUpdate(aRefPtr, RefPtr{aPath}); in AddPath()
105 mSourceSurfaces.InsertOrUpdate(aRefPtr, RefPtr{aSurface}); in AddSourceSurface()
109 mFilterNodes.InsertOrUpdate(aRefPtr, RefPtr{aFilter}); in AddFilterNode()
113 mGradientStops.InsertOrUpdate(aRefPtr, RefPtr{aStops}); in AddGradientStops()
117 mScaledFonts.InsertOrUpdate(aRefPtr, RefPtr{aScaledFont}); in AddScaledFont()
122 mUnscaledFonts.InsertOrUpdate(aRefPtr, RefPtr{aUnscaledFont}); in AddUnscaledFont()
127 mNativeFontResources.InsertOrUpdate(aKey, RefPtr{aScaledFontResouce}); in AddNativeFontResource()
/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DInlineTranslator.h99 mDrawTargets.InsertOrUpdate(aRefPtr, RefPtr{aDT}); in AddDrawTarget()
103 mPaths.InsertOrUpdate(aRefPtr, RefPtr{aPath}); in AddPath()
107 mSourceSurfaces.InsertOrUpdate(aRefPtr, RefPtr{aSurface}); in AddSourceSurface()
111 mFilterNodes.InsertOrUpdate(aRefPtr, RefPtr{aFilter}); in AddFilterNode()
115 mGradientStops.InsertOrUpdate(aRefPtr, RefPtr{aStops}); in AddGradientStops()
119 mScaledFonts.InsertOrUpdate(aRefPtr, RefPtr{aScaledFont}); in AddScaledFont()
124 mUnscaledFonts.InsertOrUpdate(aRefPtr, RefPtr{aUnscaledFont}); in AddUnscaledFont()
129 mNativeFontResources.InsertOrUpdate(aKey, RefPtr{aScaledFontResouce}); in AddNativeFontResource()
/dports/www/firefox/firefox-99.0/gfx/2d/
H A DInlineTranslator.h96 mDrawTargets.InsertOrUpdate(aRefPtr, RefPtr{aDT}); in AddDrawTarget()
100 mPaths.InsertOrUpdate(aRefPtr, RefPtr{aPath}); in AddPath()
104 mSourceSurfaces.InsertOrUpdate(aRefPtr, RefPtr{aSurface}); in AddSourceSurface()
108 mFilterNodes.InsertOrUpdate(aRefPtr, RefPtr{aFilter}); in AddFilterNode()
112 mGradientStops.InsertOrUpdate(aRefPtr, RefPtr{aStops}); in AddGradientStops()
116 mScaledFonts.InsertOrUpdate(aRefPtr, RefPtr{aScaledFont}); in AddScaledFont()
121 mUnscaledFonts.InsertOrUpdate(aRefPtr, RefPtr{aUnscaledFont}); in AddUnscaledFont()
126 mNativeFontResources.InsertOrUpdate(aKey, RefPtr{aScaledFontResouce}); in AddNativeFontResource()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DInlineTranslator.h99 mDrawTargets.InsertOrUpdate(aRefPtr, RefPtr{aDT}); in AddDrawTarget()
103 mPaths.InsertOrUpdate(aRefPtr, RefPtr{aPath}); in AddPath()
107 mSourceSurfaces.InsertOrUpdate(aRefPtr, RefPtr{aSurface}); in AddSourceSurface()
111 mFilterNodes.InsertOrUpdate(aRefPtr, RefPtr{aFilter}); in AddFilterNode()
115 mGradientStops.InsertOrUpdate(aRefPtr, RefPtr{aStops}); in AddGradientStops()
119 mScaledFonts.InsertOrUpdate(aRefPtr, RefPtr{aScaledFont}); in AddScaledFont()
124 mUnscaledFonts.InsertOrUpdate(aRefPtr, RefPtr{aUnscaledFont}); in AddUnscaledFont()
129 mNativeFontResources.InsertOrUpdate(aKey, RefPtr{aScaledFontResouce}); in AddNativeFontResource()
/dports/www/firefox-esr/firefox-91.8.0/dom/localstorage/
H A DLSSnapshot.cpp204 mValues.InsertOrUpdate(itemInfo.key(), value.AsString()); in Init()
352 mValues.InsertOrUpdate(aKey, oldValue); in SetItem()
441 mValues.InsertOrUpdate(aKey, oldValue); in RemoveItem()
646 mValues.InsertOrUpdate(aKey, result); in GetItemInternal()
655 mValues.InsertOrUpdate(itemInfo.key(), itemInfo.value().AsString()); in GetItemInternal()
669 mValues.InsertOrUpdate(aKey, value); in GetItemInternal()
693 mValues.InsertOrUpdate(aKey, result); in GetItemInternal()
717 mValues.InsertOrUpdate(aKey, value); in GetItemInternal()
787 newValues.InsertOrUpdate(key, VoidString()); in EnsureAllKeys()
801 newValues.InsertOrUpdate( in EnsureAllKeys()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/localstorage/
H A DLSSnapshot.cpp204 mValues.InsertOrUpdate(itemInfo.key(), value.AsString()); in Init()
352 mValues.InsertOrUpdate(aKey, oldValue); in SetItem()
441 mValues.InsertOrUpdate(aKey, oldValue); in RemoveItem()
646 mValues.InsertOrUpdate(aKey, result); in GetItemInternal()
655 mValues.InsertOrUpdate(itemInfo.key(), itemInfo.value().AsString()); in GetItemInternal()
669 mValues.InsertOrUpdate(aKey, value); in GetItemInternal()
693 mValues.InsertOrUpdate(aKey, result); in GetItemInternal()
717 mValues.InsertOrUpdate(aKey, value); in GetItemInternal()
787 newValues.InsertOrUpdate(key, VoidString()); in EnsureAllKeys()
801 newValues.InsertOrUpdate( in EnsureAllKeys()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/layout/xul/tree/
H A DnsTreeStyleCache.cpp51 mTransitionTable->InsertOrUpdate(transition, currState); in GetComputedStyle()
62 mTransitionTable->InsertOrUpdate(transition, currState); in GetComputedStyle()
98 mCache->InsertOrUpdate(currState, std::move(newResult)); in GetComputedStyle()
/dports/www/firefox/firefox-99.0/layout/xul/tree/
H A DnsTreeStyleCache.cpp51 mTransitionTable->InsertOrUpdate(transition, currState); in GetComputedStyle()
62 mTransitionTable->InsertOrUpdate(transition, currState); in GetComputedStyle()
98 mCache->InsertOrUpdate(currState, std::move(newResult)); in GetComputedStyle()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/xul/tree/
H A DnsTreeStyleCache.cpp51 mTransitionTable->InsertOrUpdate(transition, currState); in GetComputedStyle()
62 mTransitionTable->InsertOrUpdate(transition, currState); in GetComputedStyle()
98 mCache->InsertOrUpdate(currState, std::move(newResult)); in GetComputedStyle()
/dports/textproc/regex2dfa/regex2dfa-0.1.6/third_party/re2/util/
H A Dsparse_array_test.cc62 InsertOrUpdate(&str_map_, 1, "a"); in SparseArrayStringTest()
63 InsertOrUpdate(&str_map_, 5, "b"); in SparseArrayStringTest()
64 InsertOrUpdate(&str_map_, 2, "c"); in SparseArrayStringTest()
65 InsertOrUpdate(&str_map_, 7, "d"); in SparseArrayStringTest()
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/re2/util/
H A Dsparse_array_test.cc62 InsertOrUpdate(&str_map_, 1, "a"); in SparseArrayStringTest()
63 InsertOrUpdate(&str_map_, 5, "b"); in SparseArrayStringTest()
64 InsertOrUpdate(&str_map_, 2, "c"); in SparseArrayStringTest()
65 InsertOrUpdate(&str_map_, 7, "d"); in SparseArrayStringTest()
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/re2/util/
H A Dsparse_array_test.cc62 InsertOrUpdate(&str_map_, 1, "a"); in SparseArrayStringTest()
63 InsertOrUpdate(&str_map_, 5, "b"); in SparseArrayStringTest()
64 InsertOrUpdate(&str_map_, 2, "c"); in SparseArrayStringTest()
65 InsertOrUpdate(&str_map_, 7, "d"); in SparseArrayStringTest()
/dports/www/firefox/firefox-99.0/accessible/generic/
H A DTableCellAccessible.cpp87 cache.InsertOrUpdate(this, RefPtr<LocalAccessible>(cachedHeader)); in PrevColHeader()
100 cache.InsertOrUpdate(this, RefPtr<LocalAccessible>(cell)); in PrevColHeader()
105 cache.InsertOrUpdate(this, RefPtr<LocalAccessible>(nullptr)); in PrevColHeader()
/dports/www/firefox/firefox-99.0/toolkit/components/glean/bindings/private/
H A DLabeled.cpp29 lock.ref()->InsertOrUpdate(submetricId, std::move(tuple)); in Get()
44 lock.ref()->InsertOrUpdate(submetricId, std::move(tuple)); in Get()
85 lock.ref()->InsertOrUpdate(submetricId, std::move(tuple)); in NamedGetter()
/dports/www/firefox-esr/firefox-91.8.0/accessible/generic/
H A DTableCellAccessible.cpp87 cache.InsertOrUpdate(this, RefPtr<LocalAccessible>(cachedHeader)); in PrevColHeader()
100 cache.InsertOrUpdate(this, RefPtr<LocalAccessible>(cell)); in PrevColHeader()
105 cache.InsertOrUpdate(this, RefPtr<LocalAccessible>(nullptr)); in PrevColHeader()
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/generic/
H A DTableCellAccessible.cpp87 cache.InsertOrUpdate(this, RefPtr<LocalAccessible>(cachedHeader)); in PrevColHeader()
100 cache.InsertOrUpdate(this, RefPtr<LocalAccessible>(cell)); in PrevColHeader()
105 cache.InsertOrUpdate(this, RefPtr<LocalAccessible>(nullptr)); in PrevColHeader()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/glean/bindings/private/
H A DLabeled.cpp38 lock.ref()->InsertOrUpdate(submetricId, std::move(tuple)); in Get()
57 lock.ref()->InsertOrUpdate(submetricId, std::move(tuple)); in Get()
105 lock.ref()->InsertOrUpdate(submetricId, std::move(tuple)); in NamedGetter()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/glean/bindings/private/
H A DLabeled.cpp38 lock.ref()->InsertOrUpdate(submetricId, std::move(tuple)); in Get()
57 lock.ref()->InsertOrUpdate(submetricId, std::move(tuple)); in Get()
105 lock.ref()->InsertOrUpdate(submetricId, std::move(tuple)); in NamedGetter()
/dports/www/firefox/firefox-99.0/dom/localstorage/
H A DLSSnapshot.cpp200 mValues.InsertOrUpdate(itemInfo.key(), value.AsString()); in Init()
349 mValues.InsertOrUpdate(aKey, oldValue); in SetItem()
438 mValues.InsertOrUpdate(aKey, oldValue); in RemoveItem()
657 mValues.InsertOrUpdate(aKey, result); in GetItemInternal()
666 mValues.InsertOrUpdate(itemInfo.key(), itemInfo.value().AsString()); in GetItemInternal()
680 mValues.InsertOrUpdate(aKey, value); in GetItemInternal()
704 mValues.InsertOrUpdate(aKey, result); in GetItemInternal()
728 mValues.InsertOrUpdate(aKey, value); in GetItemInternal()
798 newValues.InsertOrUpdate(key, VoidString()); in EnsureAllKeys()
812 newValues.InsertOrUpdate( in EnsureAllKeys()
[all …]

12345678910>>...48