HomeSort by relevance Sort by last modified time
    Searched full:alreadyexist (Results 1 - 2 of 2) sorted by null

  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
pointer.h 384 \param alreadyExist If non-null, it stores whether the resolved value is already exist.
387 ValueType& Create(ValueType& root, typename ValueType::AllocatorType& allocator, bool* alreadyExist = 0) const {
429 if (alreadyExist)
430 *alreadyExist = exist;
439 \param alreadyExist If non-null, it stores whether the resolved value is already exist.
443 ValueType& Create(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, bool* alreadyExist = 0) const {
444 return Create(document, document.GetAllocator(), alreadyExist);
505 bool alreadyExist;
506 Value& v = Create(root, allocator, &alreadyExist);
507 return alreadyExist ? v : v.CopyFrom(defaultValue, allocator)
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConSplitterDxe/
ConSplitter.c     [all...]

Completed in 117 milliseconds