Home
last modified time | relevance | path

Searched defs:GCHashSet (Results 1 – 8 of 8) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/js/public/
H A DGCHashTable.h261 explicit GCHashSet(size_t length) : Base(length) {} in GCHashSet() function
262 GCHashSet(AllocPolicy a, size_t length) : Base(std::move(a), length) {} in GCHashSet() function
289 GCHashSet(GCHashSet&& rhs) : Base(std::move(rhs)) {} in GCHashSet() function
/dports/www/firefox-esr/firefox-91.8.0/js/public/
H A DGCHashTable.h269 explicit GCHashSet(size_t length) : Base(length) {} in GCHashSet() function
270 GCHashSet(AllocPolicy a, size_t length) : Base(std::move(a), length) {} in GCHashSet() function
302 GCHashSet(GCHashSet&& rhs) : Base(std::move(rhs)) {} in GCHashSet() function
/dports/www/firefox/firefox-99.0/js/public/
H A DGCHashTable.h247 explicit GCHashSet(size_t length) : Base(length) {} in GCHashSet() function
248 GCHashSet(AllocPolicy a, size_t length) : Base(std::move(a), length) {} in GCHashSet() function
271 GCHashSet(GCHashSet&& rhs) : Base(std::move(rhs)) {} in GCHashSet() function
/dports/mail/thunderbird/thunderbird-91.8.0/js/public/
H A DGCHashTable.h269 explicit GCHashSet(size_t length) : Base(length) {} in GCHashSet() function
270 GCHashSet(AllocPolicy a, size_t length) : Base(std::move(a), length) {} in GCHashSet() function
302 GCHashSet(GCHashSet&& rhs) : Base(std::move(rhs)) {} in GCHashSet() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/public/
H A DGCHashTable.h279 GCHashSet(GCHashSet&& rhs) : Base(mozilla::Move(rhs)) {} in GCHashSet() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/include/js/
H A DGCHashTable.h223 GCHashSet(GCHashSet&& rhs) : Base(mozilla::Forward<GCHashSet>(rhs)) {} in GCHashSet() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/public/
H A DGCHashTable.h223 GCHashSet(GCHashSet&& rhs) : Base(mozilla::Forward<GCHashSet>(rhs)) {} in GCHashSet() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/public/
H A DGCHashTable.h257 GCHashSet(GCHashSet&& rhs) : Base(mozilla::Move(rhs)) {} in GCHashSet() function