Searched defs:AutoIndexObj (Results 1 – 1 of 1) sorted by relevance
41 AutoIndexObj() : my_tree::BPlusTree(), inx_(kMinKey) {} in AutoIndexObj() function43 explicit AutoIndexObj(const Allocator<V> &alloc) : my_tree::BPlusTree(alloc), inx_(kMinKey) {} in AutoIndexObj() function