Home | History | Annotate | Download | only in mac

Lines Matching refs:NSDictionary

58     if ([object isKindOfClass:[NSDictionary class]])
84 encode(encoder, static_cast<NSDictionary *>(object));
124 RetainPtr<NSDictionary> dictionary;
167 Vector<pair<NSRange, RetainPtr<NSDictionary> > > ranges;
173 RetainPtr<NSDictionary> attributesAtIndex = [string attributesAtIndex:position effectiveRange:&effectiveRange];
209 RetainPtr<NSDictionary> attributes;
244 void encode(ArgumentEncoder* encoder, NSDictionary *dictionary)
246 // Even though NSDictionary is toll free bridged with CFDictionaryRef, values may be not, so we should stay within this file's code.
270 bool decode(ArgumentDecoder* decoder, RetainPtr<NSDictionary>& result)
303 RetainPtr<NSDictionary> fontAttributes;