Home | History | Annotate | Download | only in cache

Lines Matching defs:STRONG

365     return keyStrength != Strength.STRONG;
369 return valueStrength != Strength.STRONG;
378 STRONG {
443 STRONG {
562 STRONG, STRONG_ACCESS, STRONG_WRITE, STRONG_ACCESS_WRITE,
1055 * To maintain this code, make a change for the strong reference type. Then, cut and paste, and
1056 * replace "Strong" with "Soft" or "Weak" within the pasted text. The primary difference is that
1057 * strong entries store the key reference directly while soft and weak entries delegate to their
1670 * References a strong value.
1768 * References a strong value.