Lines Matching refs:skipDepth
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
585 skipDepth, inLinks, out); in findNavigationReferencesRecursive()
594 skipDepth, inLinks, out); in findNavigationReferencesRecursive()
599 const nlohmann::json::json_pointer& jsonPtr, int depth, int skipDepth, in findNavigationReferencesInArrayRecursive() argument
609 skipDepth, inLinks, out); in findNavigationReferencesInArrayRecursive()
616 const nlohmann::json::json_pointer& jsonPtr, int depth, int skipDepth, in findNavigationReferencesInObjectRecursive() argument
629 if (skipDepth == 0) in findNavigationReferencesInObjectRecursive()
653 if (skipDepth > 0) in findNavigationReferencesInObjectRecursive()
655 skipDepth--; in findNavigationReferencesInObjectRecursive()
659 if (skipDepth == 0) in findNavigationReferencesInObjectRecursive()
688 newDepth, skipDepth, localInLinks, in findNavigationReferencesInObjectRecursive()
700 ExpandType eType, int depth, int skipDepth, nlohmann::json& jsonResponse) in findNavigationReferences() argument
706 skipDepth + 1, false, ret); in findNavigationReferences()