Home
last modified time | relevance | path

Searched refs:parent_pointer (Results 1 – 9 of 9) sorted by relevance

/third_party/json/docs/examples/
Djson_pointer__parent_pointer.cpp15 << "parent of \"" << ptr1 << "\" is \"" << ptr1.parent_pointer() << "\"\n" in main()
16 << "parent of \"" << ptr2 << "\" is \"" << ptr2.parent_pointer() << "\"\n" in main()
17 << "parent of \"" << ptr3 << "\" is \"" << ptr3.parent_pointer() << "\"" << std::endl; in main()
/third_party/json/docs/mkdocs/docs/api/json_pointer/
Dparent_pointer.md1 # <small>nlohmann::json_pointer::</small>parent_pointer
4 json_pointer parent_pointer() const;
21 The example shows the result of `parent_pointer` for different JSON Pointers.
Dindex.md36 - [**parent_pointer**](parent_pointer.md) - returns the parent of this JSON pointer
/third_party/cJSON/
DcJSON_Utils.c432 unsigned char *parent_pointer = NULL; in detach_path() local
438 parent_pointer = cJSONUtils_strdup(path); in detach_path()
439 if (parent_pointer == NULL) { in detach_path()
443 child_pointer = (unsigned char*)strrchr((char*)parent_pointer, '/'); /* last '/' */ in detach_path()
452 parent = get_item_from_pointer(object, (char*)parent_pointer, case_sensitive); in detach_path()
475 if (parent_pointer != NULL) in detach_path()
477 cJSON_free(parent_pointer); in detach_path()
813 unsigned char *parent_pointer = NULL; in apply_patch() local
962 parent_pointer = cJSONUtils_strdup((unsigned char*)path->valuestring); in apply_patch()
963 if (parent_pointer) { in apply_patch()
[all …]
/third_party/json/tests/src/
Dunit-json_pointer.cpp579 CHECK(j[ptr.parent_pointer()] == j["object"]);
580 ptr = ptr.parent_pointer().parent_pointer();
584 ptr = ptr.parent_pointer();
/third_party/json/include/nlohmann/detail/
Djson_pointer.hpp145 json_pointer parent_pointer() const in parent_pointer() function in json_pointer
/third_party/json/docs/mkdocs/docs/home/
Dreleases.md227 …15672135c216893eef31.html#a6bd5b554c10f15672135c216893eef31), and [`parent_pointer`](http://nlohm…
/third_party/json/tests/abi/include/nlohmann/
Djson_v3_10_5.hpp12340 json_pointer parent_pointer() const in parent_pointer() function in nlohmann::json_pointer
/third_party/json/single_include/nlohmann/
Djson.hpp13826 json_pointer parent_pointer() const in parent_pointer() function in json_pointer