Home
last modified time | relevance | path

Searched refs:nodeMap (Results 1 – 2 of 2) sorted by relevance

/external/dokka/core/src/main/kotlin/Model/
DDocumentationReference.kt43 private val nodeMap = hashMapOf<String, DocumentationNode>() constant in org.jetbrains.dokka.NodeReferenceGraph
47 nodeMap.put(signature, node) in register()
51 … references.add(PendingDocumentationReference({ -> fromNode}, { -> nodeMap[toSignature]}, kind)) in link()
55 … references.add(PendingDocumentationReference({ -> nodeMap[fromSignature]}, { -> toNode}, kind)) in link()
59 …references.add(PendingDocumentationReference({ -> nodeMap[fromSignature]}, { -> nodeMap[toSignatur… in link()
62 fun lookup(signature: String) = nodeMap[signature] in lookup()
65 val result = nodeMap[signature] in lookup()
/external/ot-br-posix/src/web/web-service/frontend/res/js/
Dapp.js500 var nodeMap = {}
530 nodeMap[rloc] = count;
557 if (rloc in nodeMap) {
558 dist = nodeMap[rloc];
580 src = nodeMap[rlocOfParent];
584 nodeMap[rlocOfChild] = count;