Home
last modified time | relevance | path

Searched defs:PLDHashTableOps (Results 1 – 7 of 7) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/ds/
H A DPLDHashTable.h587 struct PLDHashTableOps { struct
589 PLDHashHashKey hashKey;
590 PLDHashMatchEntry matchEntry;
591 PLDHashMoveEntry moveEntry;
592 PLDHashClearEntry clearEntry;
595 PLDHashInitEntry initEntry;
/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/glue/
H A DPLDHashTable.h603 struct PLDHashTableOps struct
606 PLDHashHashKey hashKey;
607 PLDHashMatchEntry matchEntry;
608 PLDHashMoveEntry moveEntry;
609 PLDHashClearEntry clearEntry;
612 PLDHashInitEntry initEntry;
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/ds/
H A DPLDHashTable.h703 struct PLDHashTableOps { struct
705 PLDHashHashKey hashKey;
706 PLDHashMatchEntry matchEntry;
707 PLDHashMoveEntry moveEntry;
708 PLDHashClearEntry clearEntry;
711 PLDHashInitEntry initEntry;
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/ds/
H A DPLDHashTable.h789 struct PLDHashTableOps { struct
791 PLDHashHashKey hashKey;
792 PLDHashMatchEntry matchEntry;
793 PLDHashMoveEntry moveEntry;
796 PLDHashClearEntry clearEntry;
797 PLDHashInitEntry initEntry;
/dports/www/firefox/firefox-99.0/xpcom/ds/
H A DPLDHashTable.h789 struct PLDHashTableOps { struct
791 PLDHashHashKey hashKey;
792 PLDHashMatchEntry matchEntry;
793 PLDHashMoveEntry moveEntry;
796 PLDHashClearEntry clearEntry;
797 PLDHashInitEntry initEntry;
/dports/www/firefox-esr/firefox-91.8.0/xpcom/ds/
H A DPLDHashTable.h789 struct PLDHashTableOps { struct
791 PLDHashHashKey hashKey;
792 PLDHashMatchEntry matchEntry;
793 PLDHashMoveEntry moveEntry;
796 PLDHashClearEntry clearEntry;
797 PLDHashInitEntry initEntry;
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/generated/
H A Dstructs.rs15696 pub struct PLDHashTableOps { struct
15697 pub hashKey: root::PLDHashHashKey,
15698 pub matchEntry: root::PLDHashMatchEntry,
15699 pub moveEntry: root::PLDHashMoveEntry,
15700 pub clearEntry: root::PLDHashClearEntry,
15701 pub initEntry: root::PLDHashInitEntry,
15766 impl Clone for PLDHashTableOps { implementation