Lines Matching refs:Dictionary
80 CFMutableDictionaryRef CFCMutableDictionary::Dictionary(bool can_create) { in Dictionary() function in CFCMutableDictionary
93 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValue()
104 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValue()
115 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValueSInt8()
130 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValueSInt8()
145 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValueSInt16()
160 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValueSInt16()
175 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValueSInt32()
190 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValueSInt32()
205 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValueSInt64()
220 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValueSInt64()
235 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValueUInt8()
253 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValueUInt8()
271 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValueUInt16()
289 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValueUInt16()
307 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValueUInt32()
325 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValueUInt32()
343 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValueUInt64()
361 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValueUInt64()
379 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValueDouble()
397 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValueDouble()
415 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValueCString()
429 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValueCString()