Home
last modified time | relevance | path

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

/rocksdb-6.9/util/
Dautovector.h76 self_type& operator++() {
82 self_type operator++(int) {
89 self_type& operator--() {
95 self_type operator--(int) {
102 return self_type(vect_, index_ - len);
111 return self_type(vect_, index_ + len);
114 self_type& operator+=(difference_type len) {
119 self_type& operator-=(difference_type len) {
140 bool operator==(const self_type& other) const {
147 bool operator>(const self_type& other) const {
[all …]
/rocksdb-6.9/table/
Dmultiget_context.h149 typedef Iterator self_type; typedef