Home
last modified time | relevance | path

Searched refs:defaultValue (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/libs/thorvg/rapidjson/
Dpointer.h649 …ValueType& GetWithDefault(ValueType& root, const ValueType& defaultValue, typename ValueType::Allo… in GetWithDefault() argument
652 return alreadyExist ? v : v.CopyFrom(defaultValue, allocator); in GetWithDefault()
656 …ValueType& GetWithDefault(ValueType& root, const Ch* defaultValue, typename ValueType::AllocatorTy… in GetWithDefault() argument
659 return alreadyExist ? v : v.SetString(defaultValue, allocator); in GetWithDefault()
664 …ValueType& GetWithDefault(ValueType& root, const std::basic_string<Ch>& defaultValue, typename Val… in GetWithDefault() argument
667 return alreadyExist ? v : v.SetString(defaultValue, allocator); in GetWithDefault()
677 …GetWithDefault(ValueType& root, T defaultValue, typename ValueType::AllocatorType& allocator) cons… in GetWithDefault() argument
678 return GetWithDefault(root, ValueType(defaultValue).Move(), allocator); in GetWithDefault()
683 …ypename ValueType::AllocatorType, stackAllocator>& document, const ValueType& defaultValue) const { in GetWithDefault() argument
684 return GetWithDefault(document, defaultValue, document.GetAllocator()); in GetWithDefault()
[all …]