Home
last modified time | relevance | path

Searched refs:reference (Results 1 – 6 of 6) sorted by relevance

/rocksdb-6.9/util/
Dautovector.h51 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() {
/rocksdb-6.9/docs/_posts/
D2014-05-14-lock.markdown16 * Increase or decrease reference counters of mem tables and SST tables
27 1. Consolidate reference counters and introduce "super version". For every read operation, mutex wa…
29reference 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…
33reference 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…
D2014-06-27-avoid-expensive-locks-in-get.markdown27 `Ref()` simply increases the reference counter and returns “this” pointer. However, this simple ope…
32reference 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…
/rocksdb-6.9/table/
Dmultiget_context.h151 typedef KeyContext& reference; typedef
/rocksdb-6.9/
DHISTORY.md232 * 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
/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest.h11530 typedef const T& reference;