Home
last modified time | relevance | path

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

/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
Dvaluetest.cpp187 y.CopyFrom(x, crtAllocator); in TEST()
188 z.CopyFrom(y, z.GetAllocator()); in TEST()
237 v2.CopyFrom(v1, a); in TestCopyFrom()
243 v2.CopyFrom(v1, a); in TestCopyFrom()
250 v2.CopyFrom(v1, a); in TestCopyFrom()
256 v2.CopyFrom(v1, a); in TestCopyFrom()
262 TEST(Value, CopyFrom) { in TEST() argument
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
Dpointer.h507 return alreadyExist ? v : v.CopyFrom(defaultValue, allocator); in GetWithDefault()
587 return Create(root, allocator).CopyFrom(value, allocator); in Set()
621 return Create(document).CopyFrom(value, document.GetAllocator()); in Set()
Ddocument.h656 … GenericValue& CopyFrom(const GenericValue<Encoding, SourceAllocator>& rhs, Allocator& allocator) {
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
Dtutorial.md473 …o copy a DOM tree, we can use two APIs for deep copy: constructor with allocator, and `CopyFrom()`.
486 v2.CopyFrom(d, a); // copy whole document to v2
Dfaq.md173 …There are two APIs: constructor with allocator, and `CopyFrom()`. See [Deep Copy Value](doc/tutori…