Lines Matching refs:NS_STATIC_CAST
211 ENTRY_CLASS* e = NS_STATIC_CAST(ENTRY_CLASS*, entry); \
223 const ENTRY_CLASS* e = NS_STATIC_CAST(const ENTRY_CLASS*, entry); \
229 ENTRY_CLASS* e = NS_STATIC_CAST(ENTRY_CLASS *, entry); \
366 ENTRY_CLASS* e = NS_STATIC_CAST(ENTRY_CLASS*, \
372 return NS_STATIC_CAST(ENTRY_CLASS*, \
415 mKey(*NS_STATIC_CAST(const nsAString*, aKey)) { }
419 return NS_STATIC_CAST(const nsAString*, &mKey);
422 return HashString(*NS_STATIC_CAST(const nsAString*, key));
425 return NS_STATIC_CAST(const nsAString*, key)->Equals(mKey);
438 mKey(*NS_STATIC_CAST(const nsACString*, aKey)) { }
442 return NS_STATIC_CAST(const nsACString*, &mKey);
445 return HashString(*NS_STATIC_CAST(const nsACString*, key));
448 return NS_STATIC_CAST(const nsACString*, key)->Equals(mKey);
461 mKey(*(NS_STATIC_CAST(const PRInt32*, aKey))) { }
465 return NS_STATIC_CAST(const PRInt32*, &mKey);
468 return *NS_STATIC_CAST(const PRInt32*, key);
471 return *(NS_STATIC_CAST(const PRInt32*, key)) == mKey;