Home
last modified time | relevance | path

Searched refs:BTreeType (Results 1 – 8 of 8) sorted by relevance

/dports/devel/stxxl/stxxl-1.4.1/include/stxxl/bits/containers/btree/
H A Diterator.h25 template <class BTreeType>
27 template <class BTreeType>
29 template <class BTreeType>
35 template <class BTreeType>
39 typedef BTreeType btree_type;
171 template <class BTreeType>
175 typedef BTreeType btree_type;
260 template <class BTreeType>
266 typedef BTreeType btree_type;
364 template <class BTreeType>
[all …]
H A Diterator_map.h26 template <class BTreeType>
30 typedef BTreeType btree_type;
159 template <class BTreeType>
160 void swap(stxxl::btree::iterator_map<BTreeType>& a, in swap()
161 stxxl::btree::iterator_map<BTreeType>& b) in swap()
H A Dnode_cache.h32 template <class NodeType, class BTreeType>
36 typedef BTreeType btree_type;
615 template <class NodeType, class BTreeType>
616 void swap(stxxl::btree::node_cache<NodeType, BTreeType>& a, in swap()
617 stxxl::btree::node_cache<NodeType, BTreeType>& b) in swap()
H A Dleaf.h23 template <class NodeType, class BTreeType>
26 template <class KeyType, class DataType, class KeyCmp, unsigned RawSize, class BTreeType>
30 typedef normal_leaf<KeyType, DataType, KeyCmp, RawSize, BTreeType> self_type;
32 friend class node_cache<self_type, BTreeType>;
60 typedef BTreeType btree_type;
H A Dnode.h23 template <class NodeType, class BTreeType>
26 template <class KeyType, class KeyCmp, unsigned RawSize, class BTreeType>
30 typedef normal_node<KeyType, KeyCmp, RawSize, BTreeType> self_type;
32 friend class node_cache<self_type, BTreeType>;
62 typedef BTreeType btree_type;
/dports/devel/py-BTrees/BTrees-4.9.2/src/BTrees/
H A DBTreeModuleTemplate.c319 static PyTypeObject BTreeType; variable
746 BTreeType.tp_new = PyType_GenericNew; in module_init()
756 if (!init_tree_type(&BTreeType, &BucketType)) { in module_init()
783 (PyObject *)&BTreeType) < 0) in module_init()
803 (PyObject *)&BTreeType) < 0) in module_init()
H A DBTreeTemplate.c1402 if (PyObject_IsInstance((PyObject *)self, (PyObject *)&BTreeType)) in BTree__p_resolveConflict()
2368 if (Py_TYPE(self) == &BTreeType) in BTree_traverse()
2574 static PyTypeObject BTreeType = { variable
H A DSetOpTemplate.c138 else if (PyObject_IsInstance(s, (PyObject *)&BTreeType)) in initSetIteration()