salad: rename a few bps_tree methods
- Rename bps_tree_iterator_are_equal to bps_tree_iterator_is_equal for consistency with other methods that check two objects for equality (for example, tt_uuid_is_equal). - Rename bps_tree_iterator_first and bps_tree_iterator_last to bps_tree_first and bps_tree_last, because these are methods of bps_tree, not bps_tree_iterator. Omitting _iterator is also consistent with bps_tree_lower_bound and bps_tree_upper_bound methods, which also create bps_tree_iterator objects. NO_DOC=refactoring NO_TEST=refactoring NO_CHANGELOG=refactoring
Showing
- src/box/memtx_tree.cc 3 additions, 3 deletionssrc/box/memtx_tree.cc
- src/box/vinyl.c 1 addition, 1 deletionsrc/box/vinyl.c
- src/box/vy_cache.c 2 additions, 2 deletionssrc/box/vy_cache.c
- src/box/vy_mem.c 2 additions, 2 deletionssrc/box/vy_mem.c
- src/lib/salad/bps_tree.h 19 additions, 19 deletionssrc/lib/salad/bps_tree.h
- test/unit/bps_tree.cc 2 additions, 2 deletionstest/unit/bps_tree.cc
- test/unit/bps_tree_iterator.cc 17 additions, 17 deletionstest/unit/bps_tree_iterator.cc
Loading
Please register or sign in to comment