Searched refs:stringValue (Results 1 – 1 of 1) sorted by relevance
79 String8 stringValue; in tryGetProperty() local80 if (! tryGetProperty(key, stringValue) || stringValue.length() == 0) { in tryGetProperty()85 int value = strtol(stringValue.string(), & end, 10); in tryGetProperty()88 key.string(), stringValue.string()); in tryGetProperty()96 String8 stringValue; in tryGetProperty() local97 if (! tryGetProperty(key, stringValue) || stringValue.length() == 0) { in tryGetProperty()102 float value = strtof(stringValue.string(), & end); in tryGetProperty()105 key.string(), stringValue.string()); in tryGetProperty()