Home
last modified time | relevance | path

Searched refs:nextLookup (Results 1 – 13 of 13) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Dispatcher/
H A DQuerySubExprEliminator.cs303 Dictionary<string, List<SubExpr>> nextLookup; in AddChild()
304 if (!this.nameLookup.TryGetValue(ns, out nextLookup)) in AddChild()
307 this.nameLookup.Add(ns, nextLookup); in AddChild()
312 if (!nextLookup.TryGetValue(name, out exprs)) in AddChild()
315 nextLookup.Add(name, exprs); in AddChild()
353 Dictionary<string, List<SubExpr>> nextLookup; in EvalSpecial()
432 Dictionary<string, List<SubExpr>> nextLookup; in RemoveChild()
433 if (this.nameLookup.TryGetValue(ns, out nextLookup)) in RemoveChild()
437 if (nextLookup.TryGetValue(name, out exprs)) in RemoveChild()
442 nextLookup.Remove(name); in RemoveChild()
[all …]
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/map/
H A DHashIndex.java178 int nextLookup; in linkNode() local
181 nextLookup = hashTable[index]; in linkNode()
184 nextLookup = linkTable[lastLookup]; in linkNode()
188 linkTable[lookup] = nextLookup; in linkNode()
H A DBaseHashMap.java958 (lookup = nextLookup(lookup, limitLookup, oldZeroKey, oldZeroKeyIndex))
1198 int nextLookup(int lookup, int limitLookup, boolean hasZeroKey,
1228 protected int nextLookup(int lookup) {
1520 lookup = nextLookup(lookup);
1602 lookup = nextLookup(lookup);
1625 lookup = nextLookup(lookup);
1648 lookup = nextLookup(lookup);
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/p2p/discover/
H A Dlookup.go176 nextLookup lookupFunc
186 return &lookupIterator{ctx: ctx, cancel: cancel, nextLookup: next}
211 it.lookup = it.nextLookup(it.ctx)
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/lib/
H A DOrderedLongHashSet.java145 lookup = super.nextLookup(lookup);
H A DOrderedIntHashSet.java145 lookup = super.nextLookup(lookup); in toArray()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/p2p/discv5/
H A Dticket.go160 nextLookup mclock.AbsTime
248 if s.tickets[topic].nextLookup < mclock.Now() {
334 if tickets.nextLookup < min {
335 tickets.nextLookup = min
337 tickets.nextLookup += mclock.AbsTime(collectFrequency)
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/src/kernel/blocks/dbspj/
H A DDbspjMain.cpp1466 Ptr<TreeNode> nextLookup) in buildExecPlan() argument
1507 !nextLookup.isNull()) in buildExecPlan()
1515 nextLookup.p->m_bits |= TreeNode::T_EXEC_SEQUENTIAL; in buildExecPlan()
1523 << " resumes node " << nextLookup.p->m_node_no); in buildExecPlan()
1534 << " resumes node " << nextLookup.p->m_node_no); in buildExecPlan()
1536 treeNodePtr.p->m_resumePtrI = nextLookup.i; in buildExecPlan()
1548 ndbassert(nextLookup.p->m_parentPtrI != RNIL); in buildExecPlan()
1550 m_treenode_pool.getPtr(parentPtr, nextLookup.p->m_parentPtrI); in buildExecPlan()
1570 buildExecPlan(requestPtr, childPtr, nextLookup); in buildExecPlan()
1571 nextLookup = childPtr; in buildExecPlan()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/src/kernel/blocks/dbspj/
H A DDbspjMain.cpp1466 Ptr<TreeNode> nextLookup) in buildExecPlan() argument
1507 !nextLookup.isNull()) in buildExecPlan()
1515 nextLookup.p->m_bits |= TreeNode::T_EXEC_SEQUENTIAL; in buildExecPlan()
1523 << " resumes node " << nextLookup.p->m_node_no); in buildExecPlan()
1534 << " resumes node " << nextLookup.p->m_node_no); in buildExecPlan()
1536 treeNodePtr.p->m_resumePtrI = nextLookup.i; in buildExecPlan()
1548 ndbassert(nextLookup.p->m_parentPtrI != RNIL); in buildExecPlan()
1550 m_treenode_pool.getPtr(parentPtr, nextLookup.p->m_parentPtrI); in buildExecPlan()
1570 buildExecPlan(requestPtr, childPtr, nextLookup); in buildExecPlan()
1571 nextLookup = childPtr; in buildExecPlan()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/src/kernel/blocks/dbspj/
H A DDbspjMain.cpp1466 Ptr<TreeNode> nextLookup) in buildExecPlan() argument
1507 !nextLookup.isNull()) in buildExecPlan()
1515 nextLookup.p->m_bits |= TreeNode::T_EXEC_SEQUENTIAL; in buildExecPlan()
1523 << " resumes node " << nextLookup.p->m_node_no); in buildExecPlan()
1534 << " resumes node " << nextLookup.p->m_node_no); in buildExecPlan()
1536 treeNodePtr.p->m_resumePtrI = nextLookup.i; in buildExecPlan()
1548 ndbassert(nextLookup.p->m_parentPtrI != RNIL); in buildExecPlan()
1550 m_treenode_pool.getPtr(parentPtr, nextLookup.p->m_parentPtrI); in buildExecPlan()
1570 buildExecPlan(requestPtr, childPtr, nextLookup); in buildExecPlan()
1571 nextLookup = childPtr; in buildExecPlan()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/src/kernel/blocks/dbspj/
H A DDbspjMain.cpp1466 Ptr<TreeNode> nextLookup) in buildExecPlan() argument
1507 !nextLookup.isNull()) in buildExecPlan()
1515 nextLookup.p->m_bits |= TreeNode::T_EXEC_SEQUENTIAL; in buildExecPlan()
1523 << " resumes node " << nextLookup.p->m_node_no); in buildExecPlan()
1534 << " resumes node " << nextLookup.p->m_node_no); in buildExecPlan()
1536 treeNodePtr.p->m_resumePtrI = nextLookup.i; in buildExecPlan()
1548 ndbassert(nextLookup.p->m_parentPtrI != RNIL); in buildExecPlan()
1550 m_treenode_pool.getPtr(parentPtr, nextLookup.p->m_parentPtrI); in buildExecPlan()
1570 buildExecPlan(requestPtr, childPtr, nextLookup); in buildExecPlan()
1571 nextLookup = childPtr; in buildExecPlan()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/src/kernel/blocks/dbspj/
H A DDbspjMain.cpp1466 Ptr<TreeNode> nextLookup) in buildExecPlan() argument
1507 !nextLookup.isNull()) in buildExecPlan()
1515 nextLookup.p->m_bits |= TreeNode::T_EXEC_SEQUENTIAL; in buildExecPlan()
1523 << " resumes node " << nextLookup.p->m_node_no); in buildExecPlan()
1534 << " resumes node " << nextLookup.p->m_node_no); in buildExecPlan()
1536 treeNodePtr.p->m_resumePtrI = nextLookup.i; in buildExecPlan()
1548 ndbassert(nextLookup.p->m_parentPtrI != RNIL); in buildExecPlan()
1550 m_treenode_pool.getPtr(parentPtr, nextLookup.p->m_parentPtrI); in buildExecPlan()
1570 buildExecPlan(requestPtr, childPtr, nextLookup); in buildExecPlan()
1571 nextLookup = childPtr; in buildExecPlan()
/dports/textproc/fop/fop-2.6/fop-core/src/test/java/org/apache/fop/complexscripts/fonts/ttx/
H A DTTXFile.java2377 nextLookup(); in endElement()
2955 private void nextLookup() { in nextLookup() method in TTXFile.Handler