Searched refs:alreadyExist (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/ |
D | pointer.h | 387 …eate(ValueType& root, typename ValueType::AllocatorType& allocator, bool* alreadyExist = 0) const { 429 if (alreadyExist) 430 *alreadyExist = exist; 443 …Type, typename ValueType::AllocatorType, stackAllocator>& document, bool* alreadyExist = 0) const { 444 return Create(document, document.GetAllocator(), alreadyExist); 505 bool alreadyExist; in GetWithDefault() local 506 Value& v = Create(root, allocator, &alreadyExist); in GetWithDefault() 507 return alreadyExist ? v : v.CopyFrom(defaultValue, allocator); in GetWithDefault() 512 bool alreadyExist; in GetWithDefault() local 513 Value& v = Create(root, allocator, &alreadyExist); in GetWithDefault() [all …]
|