Home
last modified time | relevance | path

Searched refs:KeyTypePointer (Results 1 – 25 of 343) sorted by relevance

12345678910>>...14

/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/ds/
H A DnsHashKeys.h74 typedef const nsAString* KeyTypePointer; typedef
116 typedef const nsAString* KeyTypePointer; typedef
196 typedef const uint32_t* KeyTypePointer; typedef
250 typedef const float* KeyTypePointer; typedef
337 typedef const T* KeyTypePointer; typedef
392 typedef const T* KeyTypePointer; typedef
419 typedef const nsID* KeyTypePointer; typedef
449 typedef const nsID* KeyTypePointer; typedef
484 typedef const char* KeyTypePointer; typedef
512 typedef const char* KeyTypePointer; typedef
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/ds/
H A DnsHashKeys.h74 typedef const nsAString* KeyTypePointer; typedef
116 typedef const nsAString* KeyTypePointer; typedef
196 typedef const uint32_t* KeyTypePointer; typedef
250 typedef const float* KeyTypePointer; typedef
337 typedef const T* KeyTypePointer; typedef
392 typedef const T* KeyTypePointer; typedef
419 typedef const nsID* KeyTypePointer; typedef
449 typedef const nsID* KeyTypePointer; typedef
484 typedef const char* KeyTypePointer; typedef
512 typedef const char* KeyTypePointer; typedef
[all …]
/dports/www/firefox-esr/firefox-91.8.0/xpcom/ds/
H A DnsHashKeys.h74 typedef const nsAString* KeyTypePointer; typedef
116 typedef const nsAString* KeyTypePointer; typedef
196 typedef const uint32_t* KeyTypePointer; typedef
250 typedef const float* KeyTypePointer; typedef
337 typedef const T* KeyTypePointer; typedef
392 typedef const T* KeyTypePointer; typedef
419 typedef const nsID* KeyTypePointer; typedef
449 typedef const nsID* KeyTypePointer; typedef
484 typedef const char* KeyTypePointer; typedef
512 typedef const char* KeyTypePointer; typedef
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/ds/
H A DnsHashKeys.h74 typedef const nsAString* KeyTypePointer; typedef
114 typedef const nsAString* KeyTypePointer; typedef
190 typedef const uint32_t* KeyTypePointer; typedef
215 typedef const uint64_t* KeyTypePointer; typedef
242 typedef const float* KeyTypePointer; typedef
299 typedef const T* KeyTypePointer; typedef
353 typedef const T* KeyTypePointer; typedef
380 typedef const nsID* KeyTypePointer; typedef
414 typedef const char* KeyTypePointer; typedef
441 typedef const char* KeyTypePointer; typedef
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/glue/
H A DnsHashKeys.h79 typedef const nsAString* KeyTypePointer; typedef
125 typedef const nsAString* KeyTypePointer; typedef
212 typedef const uint32_t* KeyTypePointer; typedef
238 typedef const uint64_t* KeyTypePointer; typedef
267 typedef const float* KeyTypePointer; typedef
332 typedef const T* KeyTypePointer; typedef
394 typedef const T* KeyTypePointer; typedef
423 typedef const nsID* KeyTypePointer; typedef
459 typedef const char* KeyTypePointer; typedef
488 typedef const char* KeyTypePointer; typedef
[all …]
/dports/www/firefox/firefox-99.0/xpcom/ds/
H A DnsHashKeys.h75 typedef const nsAString* KeyTypePointer; typedef
241 using KeyTypePointer = const T*;
283 typedef const float* KeyTypePointer;
349 typedef const T* KeyTypePointer;
404 typedef const T* KeyTypePointer;
431 typedef const nsID* KeyTypePointer;
461 typedef const nsID* KeyTypePointer;
496 typedef const char* KeyTypePointer;
524 typedef const char* KeyTypePointer;
566 typedef const char16_t* KeyTypePointer;
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/xslt/xslt/
H A DtxKey.h36 typedef const txKeyValueHashKey* KeyTypePointer; typedef
38 explicit txKeyValueHashEntry(KeyTypePointer aKey) in txKeyValueHashEntry()
44 bool KeyEquals(KeyTypePointer aKey) const;
46 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; } in KeyToPointer()
48 static PLDHashNumber HashKey(KeyTypePointer aKey);
70 typedef const txIndexedKeyHashKey* KeyTypePointer; typedef
72 explicit txIndexedKeyHashEntry(KeyTypePointer aKey) in txIndexedKeyHashEntry()
78 bool KeyEquals(KeyTypePointer aKey) const;
80 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; } in KeyToPointer()
82 static PLDHashNumber HashKey(KeyTypePointer aKey);
/dports/lang/spidermonkey78/firefox-78.9.0/dom/xslt/xslt/
H A DtxKey.h35 typedef const txKeyValueHashKey* KeyTypePointer; typedef
37 explicit txKeyValueHashEntry(KeyTypePointer aKey) in txKeyValueHashEntry()
43 bool KeyEquals(KeyTypePointer aKey) const;
45 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; } in KeyToPointer()
47 static PLDHashNumber HashKey(KeyTypePointer aKey);
69 typedef const txIndexedKeyHashKey* KeyTypePointer; typedef
71 explicit txIndexedKeyHashEntry(KeyTypePointer aKey) in txIndexedKeyHashEntry()
77 bool KeyEquals(KeyTypePointer aKey) const;
79 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; } in KeyToPointer()
81 static PLDHashNumber HashKey(KeyTypePointer aKey);
/dports/www/firefox/firefox-99.0/dom/xslt/xslt/
H A DtxKey.h36 using KeyTypePointer = const txKeyValueHashKey*; member
38 explicit txKeyValueHashEntry(KeyTypePointer aKey) in txKeyValueHashEntry()
44 bool KeyEquals(KeyTypePointer aKey) const;
46 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; } in KeyToPointer()
48 static PLDHashNumber HashKey(KeyTypePointer aKey);
70 using KeyTypePointer = const txIndexedKeyHashKey*; member
72 explicit txIndexedKeyHashEntry(KeyTypePointer aKey) in txIndexedKeyHashEntry()
78 bool KeyEquals(KeyTypePointer aKey) const;
80 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; } in KeyToPointer()
82 static PLDHashNumber HashKey(KeyTypePointer aKey);
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/xslt/xslt/
H A DtxKey.h40 typedef const txKeyValueHashKey* KeyTypePointer; typedef
42 explicit txKeyValueHashEntry(KeyTypePointer aKey) in txKeyValueHashEntry()
50 bool KeyEquals(KeyTypePointer aKey) const;
52 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; } in KeyToPointer()
54 static PLDHashNumber HashKey(KeyTypePointer aKey);
82 typedef const txIndexedKeyHashKey* KeyTypePointer; typedef
84 explicit txIndexedKeyHashEntry(KeyTypePointer aKey) in txIndexedKeyHashEntry()
92 bool KeyEquals(KeyTypePointer aKey) const;
94 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; } in KeyToPointer()
96 static PLDHashNumber HashKey(KeyTypePointer aKey);
/dports/mail/thunderbird/thunderbird-91.8.0/dom/xslt/xslt/
H A DtxKey.h36 typedef const txKeyValueHashKey* KeyTypePointer; typedef
38 explicit txKeyValueHashEntry(KeyTypePointer aKey) in txKeyValueHashEntry()
44 bool KeyEquals(KeyTypePointer aKey) const;
46 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; } in KeyToPointer()
48 static PLDHashNumber HashKey(KeyTypePointer aKey);
70 typedef const txIndexedKeyHashKey* KeyTypePointer; typedef
72 explicit txIndexedKeyHashEntry(KeyTypePointer aKey) in txIndexedKeyHashEntry()
78 bool KeyEquals(KeyTypePointer aKey) const;
80 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; } in KeyToPointer()
82 static PLDHashNumber HashKey(KeyTypePointer aKey);
/dports/lang/spidermonkey60/firefox-60.9.0/dom/xslt/xslt/
H A DtxKey.h35 typedef const txKeyValueHashKey* KeyTypePointer; typedef
37 explicit txKeyValueHashEntry(KeyTypePointer aKey) in txKeyValueHashEntry()
43 bool KeyEquals(KeyTypePointer aKey) const;
45 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; } in KeyToPointer()
47 static PLDHashNumber HashKey(KeyTypePointer aKey);
69 typedef const txIndexedKeyHashKey* KeyTypePointer; typedef
71 explicit txIndexedKeyHashEntry(KeyTypePointer aKey) in txIndexedKeyHashEntry()
77 bool KeyEquals(KeyTypePointer aKey) const;
79 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; } in KeyToPointer()
81 static PLDHashNumber HashKey(KeyTypePointer aKey);
/dports/lang/spidermonkey60/firefox-60.9.0/security/manager/ssl/
H A DnsClientAuthRemember.h52 typedef const char* KeyTypePointer; typedef
55 explicit nsClientAuthRememberEntry(KeyTypePointer aHostWithCertUTF8) {} in nsClientAuthRememberEntry()
65 KeyTypePointer GetKeyPointer() const { return EntryKeyPtr(); } in GetKeyPointer()
67 bool KeyEquals(KeyTypePointer aKey) const { in KeyEquals()
71 static KeyTypePointer KeyToPointer(KeyType aKey) { return aKey; } in KeyToPointer()
73 static PLDHashNumber HashKey(KeyTypePointer aKey) { in HashKey()
82 inline KeyTypePointer EntryKeyPtr() const { return mEntryKey.get(); } in EntryKeyPtr()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/manager/ssl/
H A DnsClientAuthRemember.h58 typedef const char* KeyTypePointer; typedef
61 explicit nsClientAuthRememberEntry(KeyTypePointer aHostWithCertUTF8) in nsClientAuthRememberEntry()
79 KeyTypePointer GetKeyPointer() const in GetKeyPointer()
84 bool KeyEquals(KeyTypePointer aKey) const in KeyEquals()
89 static KeyTypePointer KeyToPointer(KeyType aKey) in KeyToPointer()
94 static PLDHashNumber HashKey(KeyTypePointer aKey) in HashKey()
104 inline KeyTypePointer EntryKeyPtr() const in EntryKeyPtr()
/dports/lang/spidermonkey78/firefox-78.9.0/security/manager/ssl/
H A DnsClientAuthRemember.h56 typedef const char* KeyTypePointer; typedef
59 explicit nsClientAuthRememberEntry(KeyTypePointer aHostWithCertUTF8) {} in nsClientAuthRememberEntry()
70 KeyTypePointer GetKeyPointer() const { return EntryKeyPtr(); } in GetKeyPointer()
72 bool KeyEquals(KeyTypePointer aKey) const { in KeyEquals()
76 static KeyTypePointer KeyToPointer(KeyType aKey) { return aKey; } in KeyToPointer()
78 static PLDHashNumber HashKey(KeyTypePointer aKey) { in HashKey()
87 inline KeyTypePointer EntryKeyPtr() const { return mEntryKey.get(); } in EntryKeyPtr()
H A DnsCertOverrideService.h54 typedef const char* KeyTypePointer; in MOZ_MAKE_ENUM_CLASS_BITWISE_OPERATORS() typedef
57 explicit nsCertOverrideEntry(KeyTypePointer aHostWithPortUTF8) {} in MOZ_MAKE_ENUM_CLASS_BITWISE_OPERATORS()
68 KeyTypePointer GetKeyPointer() const { return HostWithPortPtr(); } in MOZ_MAKE_ENUM_CLASS_BITWISE_OPERATORS()
70 bool KeyEquals(KeyTypePointer aKey) const { in MOZ_MAKE_ENUM_CLASS_BITWISE_OPERATORS()
74 static KeyTypePointer KeyToPointer(KeyType aKey) { return aKey; } in MOZ_MAKE_ENUM_CLASS_BITWISE_OPERATORS()
76 static PLDHashNumber HashKey(KeyTypePointer aKey) { in MOZ_MAKE_ENUM_CLASS_BITWISE_OPERATORS()
85 inline KeyTypePointer HostWithPortPtr() const { return mHostWithPort.get(); } in MOZ_MAKE_ENUM_CLASS_BITWISE_OPERATORS()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/animation/
H A DPseudoElementHashEntry.h21 typedef const NonOwningAnimationTarget* KeyTypePointer; typedef
23 explicit PseudoElementHashEntry(KeyTypePointer aKey) in PseudoElementHashEntry()
31 bool KeyEquals(KeyTypePointer aKey) const { in KeyEquals()
35 static KeyTypePointer KeyToPointer(KeyType& aKey) { return &aKey; } in KeyToPointer()
36 static PLDHashNumber HashKey(KeyTypePointer aKey) { in HashKey()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/animation/
H A DPseudoElementHashEntry.h22 typedef const NonOwningAnimationTarget* KeyTypePointer; typedef
24 explicit PseudoElementHashEntry(KeyTypePointer aKey) in PseudoElementHashEntry()
32 bool KeyEquals(KeyTypePointer aKey) const in KeyEquals()
38 static KeyTypePointer KeyToPointer(KeyType& aKey) { return &aKey; } in KeyToPointer()
39 static PLDHashNumber HashKey(KeyTypePointer aKey) in HashKey()
/dports/www/firefox-esr/firefox-91.8.0/dom/animation/
H A DPseudoElementHashEntry.h21 typedef const NonOwningAnimationTarget* KeyTypePointer; typedef
23 explicit PseudoElementHashEntry(KeyTypePointer aKey) in PseudoElementHashEntry()
30 bool KeyEquals(KeyTypePointer aKey) const { in KeyEquals()
34 static KeyTypePointer KeyToPointer(KeyType& aKey) { return &aKey; } in KeyToPointer()
35 static PLDHashNumber HashKey(KeyTypePointer aKey) { in HashKey()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/animation/
H A DPseudoElementHashEntry.h21 typedef const NonOwningAnimationTarget* KeyTypePointer; typedef
23 explicit PseudoElementHashEntry(KeyTypePointer aKey) in PseudoElementHashEntry()
30 bool KeyEquals(KeyTypePointer aKey) const { in KeyEquals()
34 static KeyTypePointer KeyToPointer(KeyType& aKey) { return &aKey; } in KeyToPointer()
35 static PLDHashNumber HashKey(KeyTypePointer aKey) { in HashKey()
/dports/www/firefox/firefox-99.0/dom/animation/
H A DPseudoElementHashEntry.h21 typedef const NonOwningAnimationTarget* KeyTypePointer; typedef
23 explicit PseudoElementHashEntry(KeyTypePointer aKey) in PseudoElementHashEntry()
30 bool KeyEquals(KeyTypePointer aKey) const { in KeyEquals()
34 static KeyTypePointer KeyToPointer(KeyType& aKey) { return &aKey; } in KeyToPointer()
35 static PLDHashNumber HashKey(KeyTypePointer aKey) { in HashKey()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/animation/
H A DPseudoElementHashEntry.h21 typedef const NonOwningAnimationTarget* KeyTypePointer; typedef
23 explicit PseudoElementHashEntry(KeyTypePointer aKey) in PseudoElementHashEntry()
30 bool KeyEquals(KeyTypePointer aKey) const { in KeyEquals()
34 static KeyTypePointer KeyToPointer(KeyType& aKey) { return &aKey; } in KeyToPointer()
35 static PLDHashNumber HashKey(KeyTypePointer aKey) { in HashKey()
/dports/www/firefox-esr/firefox-91.8.0/dom/script/
H A DModuleMapKey.h16 using KeyTypePointer = const ModuleMapKey*; variable
26 KeyTypePointer GetKeyPointer() const { return this; } in GetKeyPointer()
27 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; } in KeyToPointer()
29 bool KeyEquals(KeyTypePointer aOther) const;
30 static PLDHashNumber HashKey(KeyTypePointer aKey);
/dports/www/firefox/firefox-99.0/js/loader/
H A DModuleMapKey.h16 using KeyTypePointer = const ModuleMapKey*; variable
26 KeyTypePointer GetKeyPointer() const { return this; } in GetKeyPointer()
27 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; } in KeyToPointer()
29 bool KeyEquals(KeyTypePointer aOther) const;
30 static PLDHashNumber HashKey(KeyTypePointer aKey);
/dports/mail/thunderbird/thunderbird-91.8.0/dom/script/
H A DModuleMapKey.h16 using KeyTypePointer = const ModuleMapKey*; variable
26 KeyTypePointer GetKeyPointer() const { return this; } in GetKeyPointer()
27 static KeyTypePointer KeyToPointer(KeyType aKey) { return &aKey; } in KeyToPointer()
29 bool KeyEquals(KeyTypePointer aOther) const;
30 static PLDHashNumber HashKey(KeyTypePointer aKey);

12345678910>>...14