Searched defs:defaultValue (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/libs/thorvg/rapidjson/ |
D | pointer.h | 649 …ValueType& GetWithDefault(ValueType& root, const ValueType& defaultValue, typename ValueType::Allo… in GetWithDefault() 656 …ValueType& GetWithDefault(ValueType& root, const Ch* defaultValue, typename ValueType::AllocatorTy… in GetWithDefault() 664 …ValueType& GetWithDefault(ValueType& root, const std::basic_string<Ch>& defaultValue, typename Val… in GetWithDefault() 677 …GetWithDefault(ValueType& root, T defaultValue, typename ValueType::AllocatorType& allocator) cons… in GetWithDefault() 683 …typename ValueType::AllocatorType, stackAllocator>& document, const ValueType& defaultValue) const… in GetWithDefault() 689 …Type, typename ValueType::AllocatorType, stackAllocator>& document, const Ch* defaultValue) const { in GetWithDefault() 696 …me ValueType::AllocatorType, stackAllocator>& document, const std::basic_string<Ch>& defaultValue)… in GetWithDefault() 707 …EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, T defaultValue) const { in GetWithDefault() 1219 …, const GenericPointer<typename T::ValueType>& pointer, const typename T::ValueType& defaultValue,… in GetValueByPointerWithDefault() 1224 …oot, const GenericPointer<typename T::ValueType>& pointer, const typename T::Ch* defaultValue, typ… in GetValueByPointerWithDefault() [all …]
|