Searched refs:alreadyExist (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/libs/thorvg/rapidjson/ |
D | pointer.h | 452 …eate(ValueType& root, typename ValueType::AllocatorType& allocator, bool* alreadyExist = 0) const { 495 if (alreadyExist) 496 *alreadyExist = exist; 508 …Type, typename ValueType::AllocatorType, stackAllocator>& document, bool* alreadyExist = 0) const { 509 return Create(document, document.GetAllocator(), alreadyExist); 650 bool alreadyExist; in GetWithDefault() local 651 ValueType& v = Create(root, allocator, &alreadyExist); in GetWithDefault() 652 return alreadyExist ? v : v.CopyFrom(defaultValue, allocator); in GetWithDefault() 657 bool alreadyExist; in GetWithDefault() local 658 ValueType& v = Create(root, allocator, &alreadyExist); in GetWithDefault() [all …]
|