Home
last modified time | relevance | path

Searched refs:EraseValueByPointer (Results 1 – 25 of 79) sorted by relevance

1234

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/third_party/rapidjson/src/doc/
H A Dpointer.zh-cn.md98 bool success = EraseValueByPointer(d, "/a");
178 `Erase()` 或 `EraseValueByPointer()` 不需要 allocator。而且它们成功删除值之后会返回 `true`。
H A Dpointer.md98 bool success = EraseValueByPointer(d, "/a");
178 `Erase()` or `EraseValueByPointer()` does not need allocator. And they return `true` if the value i…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/rapidjson/src/doc/
H A Dpointer.zh-cn.md98 bool success = EraseValueByPointer(d, "/a");
178 `Erase()` 或 `EraseValueByPointer()` 不需要 allocator。而且它们成功删除值之后会返回 `true`。
H A Dpointer.md98 bool success = EraseValueByPointer(d, "/a");
178 `Erase()` or `EraseValueByPointer()` does not need allocator. And they return `true` if the value i…
/dports/emulators/mess/mame-mame0226/3rdparty/rapidjson/doc/
H A Dpointer.zh-cn.md98 bool success = EraseValueByPointer(d, "/a");
178 `Erase()` 或 `EraseValueByPointer()` 不需要 allocator。而且它们成功删除值之后会返回 `true`。
H A Dpointer.md98 bool success = EraseValueByPointer(d, "/a");
178 `Erase()` or `EraseValueByPointer()` does not need allocator. And they return `true` if the value i…
/dports/games/supertux2/SuperTux-v0.6.3-Source/external/discord-sdk/thirdparty/rapidjson-1.1.0/doc/
H A Dpointer.zh-cn.md98 bool success = EraseValueByPointer(d, "/a");
178 `Erase()` 或 `EraseValueByPointer()` 不需要 allocator。而且它们成功删除值之后会返回 `true`。
H A Dpointer.md98 bool success = EraseValueByPointer(d, "/a");
178 `Erase()` or `EraseValueByPointer()` does not need allocator. And they return `true` if the value i…
/dports/science/openbabel/openbabel-3.1.1/external/rapidjson-1.1.0/doc/
H A Dpointer.zh-cn.md98 bool success = EraseValueByPointer(d, "/a");
178 `Erase()` 或 `EraseValueByPointer()` 不需要 allocator。而且它们成功删除值之后会返回 `true`。
H A Dpointer.md98 bool success = EraseValueByPointer(d, "/a");
178 `Erase()` or `EraseValueByPointer()` does not need allocator. And they return `true` if the value i…
/dports/emulators/mame/mame-mame0226/3rdparty/rapidjson/doc/
H A Dpointer.zh-cn.md98 bool success = EraseValueByPointer(d, "/a");
178 `Erase()` 或 `EraseValueByPointer()` 不需要 allocator。而且它们成功删除值之后会返回 `true`。
H A Dpointer.md98 bool success = EraseValueByPointer(d, "/a");
178 `Erase()` or `EraseValueByPointer()` does not need allocator. And they return `true` if the value i…
/dports/devel/rapidjson/rapidjson-1.1.0-524-gc4c6a654/doc/
H A Dpointer.zh-cn.md98 bool success = EraseValueByPointer(d, "/a");
178 `Erase()` 或 `EraseValueByPointer()` 不需要 allocator。而且它们成功删除值之后会返回 `true`。
H A Dpointer.md98 bool success = EraseValueByPointer(d, "/a");
178 `Erase()` or `EraseValueByPointer()` does not need allocator. And they return `true` if the value i…
/dports/devel/cquery/cquery-20180718/third_party/rapidjson/doc/
H A Dpointer.zh-cn.md98 bool success = EraseValueByPointer(d, "/a");
178 `Erase()` 或 `EraseValueByPointer()` 不需要 allocator。而且它们成功删除值之后会返回 `true`。
H A Dpointer.md98 bool success = EraseValueByPointer(d, "/a");
178 `Erase()` or `EraseValueByPointer()` does not need allocator. And they return `true` if the value i…
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/rapidjson/doc/
H A Dpointer.zh-cn.md98 bool success = EraseValueByPointer(d, "/a");
178 `Erase()` 或 `EraseValueByPointer()` 不需要 allocator。而且它们成功删除值之后会返回 `true`。
/dports/emulators/mess/mame-mame0226/3rdparty/rapidjson/test/unittest/
H A Dpointertest.cpp1446 EXPECT_FALSE(EraseValueByPointer(d, Pointer(""))); in TEST()
1448 EXPECT_TRUE(EraseValueByPointer(d, Pointer("/foo/0"))); in TEST()
1451 EXPECT_TRUE(EraseValueByPointer(d, Pointer("/foo/0"))); in TEST()
1453 EXPECT_TRUE(EraseValueByPointer(d, Pointer("/foo"))); in TEST()
1461 EXPECT_FALSE(EraseValueByPointer(d, "")); in TEST()
1463 EXPECT_TRUE(EraseValueByPointer(d, "/foo/0")); in TEST()
1466 EXPECT_TRUE(EraseValueByPointer(d, "/foo/0")); in TEST()
1468 EXPECT_TRUE(EraseValueByPointer(d, "/foo")); in TEST()
/dports/games/supertux2/SuperTux-v0.6.3-Source/external/discord-sdk/thirdparty/rapidjson-1.1.0/test/unittest/
H A Dpointertest.cpp1446 EXPECT_FALSE(EraseValueByPointer(d, Pointer(""))); in TEST()
1448 EXPECT_TRUE(EraseValueByPointer(d, Pointer("/foo/0"))); in TEST()
1451 EXPECT_TRUE(EraseValueByPointer(d, Pointer("/foo/0"))); in TEST()
1453 EXPECT_TRUE(EraseValueByPointer(d, Pointer("/foo"))); in TEST()
1461 EXPECT_FALSE(EraseValueByPointer(d, "")); in TEST()
1463 EXPECT_TRUE(EraseValueByPointer(d, "/foo/0")); in TEST()
1466 EXPECT_TRUE(EraseValueByPointer(d, "/foo/0")); in TEST()
1468 EXPECT_TRUE(EraseValueByPointer(d, "/foo")); in TEST()
/dports/devel/cquery/cquery-20180718/third_party/rapidjson/test/unittest/
H A Dpointertest.cpp1451 EXPECT_FALSE(EraseValueByPointer(d, Pointer(""))); in TEST()
1453 EXPECT_TRUE(EraseValueByPointer(d, Pointer("/foo/0"))); in TEST()
1456 EXPECT_TRUE(EraseValueByPointer(d, Pointer("/foo/0"))); in TEST()
1458 EXPECT_TRUE(EraseValueByPointer(d, Pointer("/foo"))); in TEST()
1466 EXPECT_FALSE(EraseValueByPointer(d, "")); in TEST()
1468 EXPECT_TRUE(EraseValueByPointer(d, "/foo/0")); in TEST()
1471 EXPECT_TRUE(EraseValueByPointer(d, "/foo/0")); in TEST()
1473 EXPECT_TRUE(EraseValueByPointer(d, "/foo")); in TEST()
/dports/emulators/mame/mame-mame0226/3rdparty/rapidjson/test/unittest/
H A Dpointertest.cpp1446 EXPECT_FALSE(EraseValueByPointer(d, Pointer(""))); in TEST()
1448 EXPECT_TRUE(EraseValueByPointer(d, Pointer("/foo/0"))); in TEST()
1451 EXPECT_TRUE(EraseValueByPointer(d, Pointer("/foo/0"))); in TEST()
1453 EXPECT_TRUE(EraseValueByPointer(d, Pointer("/foo"))); in TEST()
1461 EXPECT_FALSE(EraseValueByPointer(d, "")); in TEST()
1463 EXPECT_TRUE(EraseValueByPointer(d, "/foo/0")); in TEST()
1466 EXPECT_TRUE(EraseValueByPointer(d, "/foo/0")); in TEST()
1468 EXPECT_TRUE(EraseValueByPointer(d, "/foo")); in TEST()
/dports/science/openbabel/openbabel-3.1.1/external/rapidjson-1.1.0/test/unittest/
H A Dpointertest.cpp1446 EXPECT_FALSE(EraseValueByPointer(d, Pointer(""))); in TEST()
1448 EXPECT_TRUE(EraseValueByPointer(d, Pointer("/foo/0"))); in TEST()
1451 EXPECT_TRUE(EraseValueByPointer(d, Pointer("/foo/0"))); in TEST()
1453 EXPECT_TRUE(EraseValueByPointer(d, Pointer("/foo"))); in TEST()
1461 EXPECT_FALSE(EraseValueByPointer(d, "")); in TEST()
1463 EXPECT_TRUE(EraseValueByPointer(d, "/foo/0")); in TEST()
1466 EXPECT_TRUE(EraseValueByPointer(d, "/foo/0")); in TEST()
1468 EXPECT_TRUE(EraseValueByPointer(d, "/foo")); in TEST()
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/rapidjson/test/unittest/
H A Dpointertest.cpp1446 EXPECT_FALSE(EraseValueByPointer(d, Pointer(""))); in TEST()
1448 EXPECT_TRUE(EraseValueByPointer(d, Pointer("/foo/0"))); in TEST()
1451 EXPECT_TRUE(EraseValueByPointer(d, Pointer("/foo/0"))); in TEST()
1453 EXPECT_TRUE(EraseValueByPointer(d, Pointer("/foo"))); in TEST()
1461 EXPECT_FALSE(EraseValueByPointer(d, "")); in TEST()
1463 EXPECT_TRUE(EraseValueByPointer(d, "/foo/0")); in TEST()
1466 EXPECT_TRUE(EraseValueByPointer(d, "/foo/0")); in TEST()
1468 EXPECT_TRUE(EraseValueByPointer(d, "/foo")); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/rapidjson/src/test/unittest/
H A Dpointertest.cpp1484 EXPECT_FALSE(EraseValueByPointer(d, Pointer(""))); in TEST()
1486 EXPECT_TRUE(EraseValueByPointer(d, Pointer("/foo/0"))); in TEST()
1489 EXPECT_TRUE(EraseValueByPointer(d, Pointer("/foo/0"))); in TEST()
1491 EXPECT_TRUE(EraseValueByPointer(d, Pointer("/foo"))); in TEST()
1499 EXPECT_FALSE(EraseValueByPointer(d, "")); in TEST()
1501 EXPECT_TRUE(EraseValueByPointer(d, "/foo/0")); in TEST()
1504 EXPECT_TRUE(EraseValueByPointer(d, "/foo/0")); in TEST()
1506 EXPECT_TRUE(EraseValueByPointer(d, "/foo")); in TEST()
/dports/devel/rapidjson/rapidjson-1.1.0-524-gc4c6a654/test/unittest/
H A Dpointertest.cpp1487 EXPECT_FALSE(EraseValueByPointer(d, Pointer(""))); in TEST()
1489 EXPECT_TRUE(EraseValueByPointer(d, Pointer("/foo/0"))); in TEST()
1492 EXPECT_TRUE(EraseValueByPointer(d, Pointer("/foo/0"))); in TEST()
1494 EXPECT_TRUE(EraseValueByPointer(d, Pointer("/foo"))); in TEST()
1502 EXPECT_FALSE(EraseValueByPointer(d, "")); in TEST()
1504 EXPECT_TRUE(EraseValueByPointer(d, "/foo/0")); in TEST()
1507 EXPECT_TRUE(EraseValueByPointer(d, "/foo/0")); in TEST()
1509 EXPECT_TRUE(EraseValueByPointer(d, "/foo")); in TEST()

1234