Lines Matching defs:mKey
415 mKey(*NS_STATIC_CAST(const nsAString*, aKey)) { }
419 return NS_STATIC_CAST(const nsAString*, &mKey);
425 return NS_STATIC_CAST(const nsAString*, key)->Equals(mKey);
428 const nsString mKey;
438 mKey(*NS_STATIC_CAST(const nsACString*, aKey)) { }
442 return NS_STATIC_CAST(const nsACString*, &mKey);
448 return NS_STATIC_CAST(const nsACString*, key)->Equals(mKey);
451 const nsCString mKey;
461 mKey(*(NS_STATIC_CAST(const PRInt32*, aKey))) { }
465 return NS_STATIC_CAST(const PRInt32*, &mKey);
471 return *(NS_STATIC_CAST(const PRInt32*, key)) == mKey;
474 const PRInt32 mKey;
485 mKey(*(const void**)aKey) { }
489 return (const void**)&mKey;
495 return *(const void**)key == mKey;
498 const void* mKey;