Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqcache3q_p.h145 QHash<Key, Node *> lookup_; variable
245 lookup_[keys[i]] = node; in deserializeQueue()
270 if (lookup_.contains(key)) { in insert()
271 Node *n = lookup_[key]; in insert()
298 lookup_[key] = n; in insert()
335 lookup_.clear(); in clear()
380 lookup_.remove(n->k); in rebalance()
389 lookup_.remove(n->k); in rebalance()
416 if (!lookup_.contains(key)) { in remove()
419 Node *n = lookup_[key]; in remove()
[all …]
/OK3568_Linux_fs/kernel/include/linux/ceph/
H A Dlibceph.h237 static type *lookup_##name(struct rb_root *root, lookup_param_type key) \