Searched refs:EraseValueByPointer (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/ |
D | pointertest.cpp | 1415 EXPECT_FALSE(EraseValueByPointer(d, Pointer(""))); in TEST() 1417 EXPECT_TRUE(EraseValueByPointer(d, Pointer("/foo/0"))); in TEST() 1420 EXPECT_TRUE(EraseValueByPointer(d, Pointer("/foo/0"))); in TEST() 1422 EXPECT_TRUE(EraseValueByPointer(d, Pointer("/foo"))); in TEST() 1430 EXPECT_FALSE(EraseValueByPointer(d, "")); in TEST() 1432 EXPECT_TRUE(EraseValueByPointer(d, "/foo/0")); in TEST() 1435 EXPECT_TRUE(EraseValueByPointer(d, "/foo/0")); in TEST() 1437 EXPECT_TRUE(EraseValueByPointer(d, "/foo")); in TEST()
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
D | pointer.md | 98 bool success = EraseValueByPointer(d, "/a"); 178 `Erase()` or `EraseValueByPointer()` does not need allocator. And they return `true` if the value i…
|
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/ |
D | pointer.h | 1300 bool EraseValueByPointer(T& root, const GenericPointer<typename T::ValueType>& pointer) { in EraseValueByPointer() function 1305 bool EraseValueByPointer(T& root, const CharType(&source)[N]) { in EraseValueByPointer() function
|