Searched refs:numberValueForPreferencesValue (Results 1 – 2 of 2) sorted by relevance
70 static NumberType numberValueForPreferencesValue(CFPropertyListRef value) in numberValueForPreferencesValue() function98 return numberValueForPreferencesValue<int>(value); in booleanValueForPreferencesValue()301 return numberValueForPreferencesValue<int>(valueForKey(key).get()); in integerValueForKey()311 return numberValueForPreferencesValue<float>(valueForKey(key).get()); in floatValueForKey()316 return numberValueForPreferencesValue<LONGLONG>(valueForKey(key).get()); in longlongValueForKey()
5426 (numberValueForPreferencesValue): Converts a value from preferences to5432 numberValueForPreferencesValue.