Searched refs:GetValueByPointer (Results 1 – 3 of 3) sorted by relevance
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/ |
H A D | pointertest.cpp | 748 EXPECT_TRUE(GetValueByPointer(d, "/foo/null")->IsNull()); in TEST() 753 EXPECT_EQ(foo, *GetValueByPointer(d, "/clone")); in TEST() 771 EXPECT_TRUE(GetValueByPointer(d, "/foo/true")->IsTrue()); in TEST() 812 EXPECT_EQ(foo, *GetValueByPointer(d, "/clone")); in TEST() 937 TEST(Pointer, GetValueByPointer) { in TEST() argument 942 EXPECT_EQ(&d["foo"][0], GetValueByPointer(d, "/foo/0")); in TEST() 947 EXPECT_EQ(&d["foo"][0], GetValueByPointer(v, "/foo/0")); in TEST() 1175 EXPECT_EQ(foo, *GetValueByPointer(d, "/clone")); in TEST() 1232 EXPECT_EQ(foo, *GetValueByPointer(d, "/clone")); in TEST() 1288 EXPECT_EQ(foo, *GetValueByPointer(d, "/clone")); in TEST() [all …]
|
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
H A D | pointer.md | 88 if (Value* stars = GetValueByPointer(d, "/stars")) 110 `Pointer::Get()` or `GetValueByPointer()` function does not modify the DOM. If the tokens cannot ma… 147 When using `p.Get(root)` or `GetValueByPointer(root, p)`, `root` is a (const) `Value&`. That means,…
|
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/ |
H A D | pointer.h | 1044 typename T::ValueType* GetValueByPointer(T& root, const GenericPointer<typename T::ValueType>& poin… in GetValueByPointer() function 1049 const typename T::ValueType* GetValueByPointer(const T& root, const GenericPointer<typename T::Valu… in GetValueByPointer() function 1054 typename T::ValueType* GetValueByPointer(T& root, const CharType (&source)[N]) { in GetValueByPointer() function 1059 const typename T::ValueType* GetValueByPointer(const T& root, const CharType(&source)[N]) { in GetValueByPointer() function
|