Searched refs:SwapValueByPointer (Results 1 – 3 of 3) sorted by relevance
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/ |
H A D | pointertest.cpp | 1386 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()
|
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/ |
H A D | pointer.h | 1278 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
|
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
H A D | pointer.md | 96 SwapValueByPointer(d, "/hello", x);
|