Searched refs:CreateValueByPointer (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
D | pointer.md | 91 CreateValueByPointer(d, "/a/b/0"); 158 // CreateValueByPointer() here no need allocator 159 SetLocation(CreateValueByPointer(*document_, "/residence"), ...); 160 SetLocation(CreateValueByPointer(*document_, "/office"), ...);
|
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/ |
D | pointertest.cpp | 910 TEST(Pointer, CreateValueByPointer) { in TEST() argument 915 Value& v = CreateValueByPointer(d, Pointer("/foo/0"), a); in TEST() 919 Value& v = CreateValueByPointer(d, "/foo/1", a); in TEST() 928 Value& v = CreateValueByPointer(d, Pointer("/foo/0")); in TEST() 932 Value& v = CreateValueByPointer(d, "/foo/1"); in TEST()
|
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/ |
D | pointer.h | 1020 typename T::ValueType& CreateValueByPointer(T& root, const GenericPointer<typename T::ValueType>& p… in CreateValueByPointer() function 1025 typename T::ValueType& CreateValueByPointer(T& root, const CharType(&source)[N], typename T::Alloca… in CreateValueByPointer() function 1032 typename DocumentType::ValueType& CreateValueByPointer(DocumentType& document, const GenericPointer… in CreateValueByPointer() function 1037 typename DocumentType::ValueType& CreateValueByPointer(DocumentType& document, const CharType(&sour… in CreateValueByPointer() function
|