Home
last modified time | relevance | path

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

/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
Dpointertest.cpp1386 TEST(Pointer, SwapValueByPointer) { in TEST() argument
1390 SwapValueByPointer(d, Pointer("/foo/0"), *GetValueByPointer(d, "/foo/1"), a); in TEST()
1394 SwapValueByPointer(d, "/foo/0", *GetValueByPointer(d, "/foo/1"), a); in TEST()
1402 SwapValueByPointer(d, Pointer("/foo/0"), *GetValueByPointer(d, "/foo/1")); in TEST()
1406 SwapValueByPointer(d, "/foo/0", *GetValueByPointer(d, "/foo/1")); in TEST()
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
Dpointer.h1278 typename T::ValueType& SwapValueByPointer(T& root, const GenericPointer<typename T::ValueType>& poi… in SwapValueByPointer() function
1283 typename T::ValueType& SwapValueByPointer(T& root, const CharType(&source)[N], typename T::ValueTyp… in SwapValueByPointer() function
1288 typename DocumentType::ValueType& SwapValueByPointer(DocumentType& document, const GenericPointer<t… in SwapValueByPointer() function
1293 typename DocumentType::ValueType& SwapValueByPointer(DocumentType& document, const CharType(&source… in SwapValueByPointer() function
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
Dpointer.md96 SwapValueByPointer(d, "/hello", x);