Home
last modified time | relevance | path

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

/dports/lang/spidermonkey78/firefox-78.9.0/js/public/
H A DGCHashTable.h66 explicit GCHashMap(size_t length) : Base(length) {} in GCHashMap() function
67 GCHashMap(AllocPolicy a, size_t length) : Base(std::move(a), length) {} in GCHashMap() function
97 GCHashMap(GCHashMap&& rhs) : Base(std::move(rhs)) {} in GCHashMap() function
/dports/www/firefox-esr/firefox-91.8.0/js/public/
H A DGCHashTable.h69 explicit GCHashMap(size_t length) : Base(length) {} in GCHashMap() function
70 GCHashMap(AllocPolicy a, size_t length) : Base(std::move(a), length) {} in GCHashMap() function
105 GCHashMap(GCHashMap&& rhs) : Base(std::move(rhs)) {} in GCHashMap() function
/dports/www/firefox/firefox-99.0/js/public/
H A DGCHashTable.h67 explicit GCHashMap(size_t length) : Base(length) {} in GCHashMap() function
68 GCHashMap(AllocPolicy a, size_t length) : Base(std::move(a), length) {} in GCHashMap() function
93 GCHashMap(GCHashMap&& rhs) : Base(std::move(rhs)) {} in GCHashMap() function
/dports/mail/thunderbird/thunderbird-91.8.0/js/public/
H A DGCHashTable.h69 explicit GCHashMap(size_t length) : Base(length) {} in GCHashMap() function
70 GCHashMap(AllocPolicy a, size_t length) : Base(std::move(a), length) {} in GCHashMap() function
105 GCHashMap(GCHashMap&& rhs) : Base(std::move(rhs)) {} in GCHashMap() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/public/
H A DGCHashTable.h83 GCHashMap(GCHashMap&& rhs) : Base(mozilla::Move(rhs)) {} in GCHashMap() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/include/js/
H A DGCHashTable.h83 GCHashMap(GCHashMap&& rhs) : Base(mozilla::Forward<GCHashMap>(rhs)) {} in GCHashMap() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/public/
H A DGCHashTable.h83 GCHashMap(GCHashMap&& rhs) : Base(mozilla::Forward<GCHashMap>(rhs)) {} in GCHashMap() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/public/
H A DGCHashTable.h84 GCHashMap(GCHashMap&& rhs) : Base(mozilla::Move(rhs)) {} in GCHashMap() function