Searched refs:parent_pointer (Results 1 – 9 of 9) sorted by relevance
15 << "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()
1 # <small>nlohmann::json_pointer::</small>parent_pointer4 json_pointer parent_pointer() const;21 The example shows the result of `parent_pointer` for different JSON Pointers.
36 - [**parent_pointer**](parent_pointer.md) - returns the parent of this JSON pointer
432 unsigned char *parent_pointer = NULL; in detach_path() local438 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() local962 parent_pointer = cJSONUtils_strdup((unsigned char*)path->valuestring); in apply_patch()963 if (parent_pointer) { in apply_patch()[all …]
579 CHECK(j[ptr.parent_pointer()] == j["object"]);580 ptr = ptr.parent_pointer().parent_pointer();584 ptr = ptr.parent_pointer();
145 json_pointer parent_pointer() const in parent_pointer() function in json_pointer
227 …15672135c216893eef31.html#a6bd5b554c10f15672135c216893eef31), and [`parent_pointer`](http://nlohm…
12340 json_pointer parent_pointer() const in parent_pointer() function in nlohmann::json_pointer
13826 json_pointer parent_pointer() const in parent_pointer() function in json_pointer