Home | History | Annotate | Download | only in util

Lines Matching refs:m_delegate

151                 if ((value == null) && (m_delegate != null))
153 value = m_delegate.getProperty (key, null);
182 for (PropertiesImpl delegate = m_delegate; delegate != null; delegate = delegate.m_delegate)
230 return m_valueMap.isEmpty () && ((m_delegate == null) || ((m_delegate != null) && m_delegate.isEmpty ()));
304 m_delegate = null;
315 if (m_delegate != null)
316 result.addAll (m_delegate.unmappedKeySet ());
331 for (PropertiesImpl delegate = m_delegate; delegate != null; delegate = delegate.m_delegate)
347 m_delegate = delegate;
356 private PropertiesImpl m_delegate;