Lines Matching refs:jsonPtr
555 const nlohmann::json::json_pointer& jsonPtr, int depth, int skipDepth,
560 const nlohmann::json::json_pointer& jsonPtr, int depth, int skipDepth,
571 const nlohmann::json::json_pointer& jsonPtr, int depth, int skipDepth, in findNavigationReferencesRecursive() argument
584 findNavigationReferencesInArrayRecursive(eType, *array, jsonPtr, depth, in findNavigationReferencesRecursive()
593 findNavigationReferencesInObjectRecursive(eType, *obj, jsonPtr, depth, in findNavigationReferencesRecursive()
599 const nlohmann::json::json_pointer& jsonPtr, int depth, int skipDepth, in findNavigationReferencesInArrayRecursive() argument
606 nlohmann::json::json_pointer newPtr = jsonPtr / index; in findNavigationReferencesInArrayRecursive()
616 const nlohmann::json::json_pointer& jsonPtr, int depth, int skipDepth, in findNavigationReferencesInObjectRecursive() argument
628 BMCWEB_LOG_DEBUG("Found {} at {}", *uri, jsonPtr.to_string()); in findNavigationReferencesInObjectRecursive()
631 out.push_back({jsonPtr, *uri}); in findNavigationReferencesInObjectRecursive()
684 nlohmann::json::json_pointer newPtr = jsonPtr / element.first; in findNavigationReferencesInObjectRecursive()