Lines Matching refs:can_create
80 CFMutableDictionaryRef CFCMutableDictionary::Dictionary(bool can_create) { in Dictionary() argument
82 if (can_create && dict == NULL) { in Dictionary()
92 bool can_create) { in AddValue() argument
93 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValue()
103 bool can_create) { in SetValue() argument
104 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValue()
114 bool can_create) { in AddValueSInt8() argument
115 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValueSInt8()
129 bool can_create) { in SetValueSInt8() argument
130 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValueSInt8()
144 bool can_create) { in AddValueSInt16() argument
145 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValueSInt16()
159 bool can_create) { in SetValueSInt16() argument
160 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValueSInt16()
174 bool can_create) { in AddValueSInt32() argument
175 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValueSInt32()
189 bool can_create) { in SetValueSInt32() argument
190 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValueSInt32()
204 bool can_create) { in AddValueSInt64() argument
205 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValueSInt64()
219 bool can_create) { in SetValueSInt64() argument
220 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValueSInt64()
234 bool can_create) { in AddValueUInt8() argument
235 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValueUInt8()
252 bool can_create) { in SetValueUInt8() argument
253 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValueUInt8()
270 bool can_create) { in AddValueUInt16() argument
271 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValueUInt16()
288 bool can_create) { in SetValueUInt16() argument
289 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValueUInt16()
306 bool can_create) { in AddValueUInt32() argument
307 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValueUInt32()
324 bool can_create) { in SetValueUInt32() argument
325 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValueUInt32()
342 bool can_create) { in AddValueUInt64() argument
343 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValueUInt64()
360 bool can_create) { in SetValueUInt64() argument
361 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValueUInt64()
378 bool can_create) { in AddValueDouble() argument
379 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValueDouble()
396 bool can_create) { in SetValueDouble() argument
397 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValueDouble()
414 bool can_create) { in AddValueCString() argument
415 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValueCString()
428 bool can_create) { in SetValueCString() argument
429 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValueCString()