Searched refs:reference (Results 1 – 6 of 6) sorted by relevance
51 typedef value_type& reference;63 typedef TValueType& reference;125 reference operator*() const {135 reference operator[](difference_type len) const {227 reference operator[](size_type n) {240 reference at(size_type n) {245 reference front() {255 reference back() {
16 * Increase or decrease reference counters of mem tables and SST tables27 1. Consolidate reference counters and introduce "super version". For every read operation, mutex wa…29 …reference counters to all those mem table and SST tables, so that readers only need to increase th…31 2. We replace some reference counters to stc::atomic objects, so that decreasing reference count of…33 …reference counting lock-free in read queries. After consolidating reference counting to one single…45 …reate, like sorting. Now, instead of doing that, we simply increase the reference counters of them…
27 `Ref()` simply increases the reference counter and returns “this” pointer. However, this simple ope…32 …reference to the new super version. Instead of releasing the reference after use, the reference is…79 …ntered SuperVersion. A reader thread must re-acquire a new SuperVersion reference on its next visi…
151 typedef KeyContext& reference; typedef
232 * Accessing a partition of a partitioned filter or index through a pinned reference is no longer co…723 …ic changed options (i.e. through DB::SetOptions()) and return copy of options instead of reference.1105 …ion Count() to return total size in the batch, and Data() now returns a reference instead of a copy
11530 typedef const T& reference;