Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Dpointer.h401 …eate(ValueType& root, typename ValueType::AllocatorType& allocator, bool* alreadyExist = 0) const {
443 if (alreadyExist)
444 *alreadyExist = exist;
456 …Type, typename ValueType::AllocatorType, stackAllocator>& document, bool* alreadyExist = 0) const {
457 return Create(document, document.GetAllocator(), alreadyExist);
534 bool alreadyExist; in GetWithDefault() local
535 Value& v = Create(root, allocator, &alreadyExist); in GetWithDefault()
536 return alreadyExist ? v : v.CopyFrom(defaultValue, allocator); in GetWithDefault()
541 bool alreadyExist; in GetWithDefault() local
542 Value& v = Create(root, allocator, &alreadyExist); in GetWithDefault()
[all …]