Searched refs:Create (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/ |
D | pointer.h | 387 …ValueType& Create(ValueType& root, typename ValueType::AllocatorType& allocator, bool* alreadyExis… 443 …ValueType& Create(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>… 444 return Create(document, document.GetAllocator(), alreadyExist); 506 Value& v = Create(root, allocator, &alreadyExist); in GetWithDefault() 513 Value& v = Create(root, allocator, &alreadyExist); in GetWithDefault() 521 Value& v = Create(root, allocator, &alreadyExist); in GetWithDefault() 582 return Create(root, allocator) = value; in Set() 587 return Create(root, allocator).CopyFrom(value, allocator); in Set() 592 return Create(root, allocator) = ValueType(value, allocator).Move(); in Set() 598 return Create(root, allocator) = ValueType(value, allocator).Move(); in Set() [all …]
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
D | pointer.md | 40 // Create DOM by Set() 52 // Set() and Create() automatically generate parents if not exist. 53 Pointer("/a/b/0").Create(d); 126 The other functions, including `Create()`, `GetWithDefault()`, `Set()` and `Swap()`, will change th…
|
D | tutorial.md | 243 # Create/Modify Values {#CreateModifyValues} 343 ## Create String {#CreateString} 419 If you want to add a non-constant string or a string without sufficient lifetime (see [Create Strin… 448 …from a non-constant string or a string without sufficient lifetime (see [Create String](#CreateStr…
|
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/ |
D | pointertest.cpp | 567 TEST(Pointer, Create) { in TEST() argument 570 Value* v = &Pointer("").Create(d, d.GetAllocator()); in TEST() 574 Value* v = &Pointer("/foo").Create(d, d.GetAllocator()); in TEST() 578 Value* v = &Pointer("/foo/0").Create(d, d.GetAllocator()); in TEST() 582 Value* v = &Pointer("/foo/-").Create(d, d.GetAllocator()); in TEST() 587 Value* v = &Pointer("/foo/-/-").Create(d, d.GetAllocator()); in TEST() 596 Value* v = &Pointer("/foo/-").Create(d); in TEST() 602 Value* v = &Pointer("/-").Create(d["foo"], d.GetAllocator()); in TEST() 891 Pointer("/a/0/b/0").Create(d); in TEST()
|
/packages/apps/Test/connectivity/sl4n/rapidjson/ |
D | readme.md | 73 2. Create directory called `build` in rapidjson source directory.
|
/packages/apps/Dialer/java/com/android/dialer/logging/ |
D | dialer_impression.proto | 200 // User tapped on "Create new contact"
|