Home
last modified time | relevance | path

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

/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
Dpointer.h387 …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/
Dpointer.md40 // 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…
Dtutorial.md243 # 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/
Dpointertest.cpp567 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/
Dreadme.md73 2. Create directory called `build` in rapidjson source directory.
/packages/apps/Dialer/java/com/android/dialer/logging/
Ddialer_impression.proto200 // User tapped on "Create new contact"