Home
last modified time | relevance | path

Searched refs:other (Results 1 – 25 of 683) sorted by relevance

12345678910>>...28

/trunk/kv_engine/daemon/
H A Dsettings.cc400 if (other.has.rbac_file) { in updateSettings()
405 if (other.has.threads) { in updateSettings()
411 if (other.has.audit) { in updateSettings()
416 if (other.has.datatype_json) { in updateSettings()
422 if (other.has.root) { in updateSettings()
423 if (other.root != root) { in updateSettings()
434 if (other.has.logger) { in updateSettings()
440 if (other.has.error_maps) { in updateSettings()
547 if (other.has.verbose) { in updateSettings()
703 if (other.has.xattr_enabled) { in updateSettings()
[all …]
H A Dstats.h69 cmd_get += other.cmd_get;
70 get_misses += other.get_misses;
71 cmd_set += other.cmd_set;
72 get_hits += other.get_hits;
74 cas_hits += other.cas_hits;
75 cas_badval += other.cas_badval;
79 decr_hits += other.decr_hits;
80 incr_hits += other.incr_hits;
84 cmd_flush += other.cmd_flush;
86 auth_cmds += other.auth_cmds;
[all …]
/trunk/kv_engine/engines/ep/src/dcp/
H A Dresponse.cc81 return opaque_ == other.opaque_ && event_ == other.event_ && in isEqual()
332 bool eq = vbucket == other.vbucket && key == other.key && in isEqual()
340 bool eq = vbucket == other.vbucket && key == other.key && in isEqual()
348 bool eq = event == other.event && bySeqno == other.bySeqno && in isEqual()
349 version == other.version && key == other.key && in isEqual()
362 bool eq = key == other.key && eventData == other.eventData; in isEqual()
370 bool eq = key == other.key && eventData == other.eventData; in isEqual()
376 bool eq = key == other.key && eventData == other.eventData; in isEqual()
382 bool eq = key == other.key && eventData == other.eventData; in isEqual()
388 bool eq = key == other.key && eventData == other.eventData; in isEqual()
[all …]
/trunk/libcouchbase/contrib/gtest-1.8.1/include/gtest/internal/
H A Dgtest-param-util-generated.h206 v3_(other.v3_), v4_(other.v4_), v5_(other.v5_), v6_(other.v6_) {} in ValueArray6()
236 v3_(other.v3_), v4_(other.v4_), v5_(other.v5_), v6_(other.v6_), in ValueArray7()
269 v3_(other.v3_), v4_(other.v4_), v5_(other.v5_), v6_(other.v6_), in ValueArray8()
304 v3_(other.v3_), v4_(other.v4_), v5_(other.v5_), v6_(other.v6_), in ValueArray9()
340 v3_(other.v3_), v4_(other.v4_), v5_(other.v5_), v6_(other.v6_), in ValueArray10()
378 v3_(other.v3_), v4_(other.v4_), v5_(other.v5_), v6_(other.v6_), in ValueArray11()
379 v7_(other.v7_), v8_(other.v8_), v9_(other.v9_), v10_(other.v10_), in ValueArray11()
419 v3_(other.v3_), v4_(other.v4_), v5_(other.v5_), v6_(other.v6_), in ValueArray12()
462 v3_(other.v3_), v4_(other.v4_), v5_(other.v5_), v6_(other.v6_), in ValueArray13()
506 v3_(other.v3_), v4_(other.v4_), v5_(other.v5_), v6_(other.v6_), in ValueArray14()
[all …]
H A Dgtest-param-util.h126 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {} in ParamIterator() argument
128 if (this != &other)
147 return impl_.get() == other.impl_.get() || impl_->Equals(*other.impl_);
150 return !(*this == other);
184 ParamGenerator(const ParamGenerator& other) : impl_(other.impl_) {} in ParamGenerator() argument
187 impl_ = other.impl_;
248 Iterator(const Iterator& other) in Iterator() argument
250 base_(other.base_), value_(other.value_), index_(other.index_), in Iterator()
251 step_(other.step_) {} in Iterator()
345 Iterator(const Iterator& other) in Iterator() argument
[all …]
/trunk/godeps/src/github.com/couchbaselabs/gojsonsm/
Dfastval.go501 if other.dataType == FloatValue && other.floatToIntOverflows() {
583 if other.IsString() || other.IsNumeric() {
589 } else if other.userDefined {
591 switch other.dataType {
691 return val.Collate(other)
703 return val.Collate(other)
724 return val.Collate(other)
735 return val.Collate(other)
749 switch other.dataType {
769 switch other.dataType {
[all …]
/trunk/goproj/src/github.com/couchbase/indexing/secondary/common/
Dtimestamp.go216 if ts.Bucket != other.Bucket || ts.Len() != other.Len() {
256 return ts.Crc64 == 0 || other.Crc64 == 0 || ts.Crc64 == other.Crc64
277 if vbuuid != other.Vbuuids[i] || ts.Seqnos[i] < other.Seqnos[i] {
287 return other
290 if other == nil {
302 result := other.Clone()
539 other.Crc64 = ts.Crc64
545 return other
581 if ts.Equal(other) {
586 if other == nil {
[all …]
/trunk/goproj/src/github.com/couchbase/query/value/
Dbinary.go75 other = other.unwrap()
76 switch other := other.(type) {
78 return other
80 return other
91 other = other.unwrap()
92 switch other := other.(type) {
101 other = other.unwrap()
102 switch other := other.(type) {
111 other = other.unwrap()
112 switch other := other.(type) {
[all …]
Dboolean.go98 other = other.unwrap()
99 switch other := other.(type) {
101 return other
103 return other
114 other = other.unwrap()
115 switch other := other.(type) {
124 other = other.unwrap()
125 switch other := other.(type) {
140 other = other.unwrap()
141 switch other := other.(type) {
[all …]
Dinteger.go91 other = other.unwrap()
92 switch other := other.(type) {
94 return other
96 return other
111 other = other.unwrap()
112 switch other := other.(type) {
123 other = other.unwrap()
124 switch other := other.(type) {
143 other = other.unwrap()
144 switch other := other.(type) {
[all …]
Dfloat.go97 other = other.unwrap()
98 switch other := other.(type) {
100 return other
102 return other
117 other = other.unwrap()
118 switch other := other.(type) {
129 other = other.unwrap()
130 switch other := other.(type) {
197 other = other.unwrap()
198 switch other := other.(type) {
[all …]
Darray.go126 other = other.unwrap()
127 switch other := other.(type) {
129 return other
131 return other
144 other = other.unwrap()
145 switch other := other.(type) {
158 other = other.unwrap()
159 switch other := other.(type) {
172 other = other.unwrap()
173 switch other := other.(type) {
[all …]
Dnull.go86 func (this *nullValue) Equals(other Value) Value {
87 other = other.unwrap()
88 switch other.Type() {
90 return other
97 return other.Type() == NULL
103 func (this *nullValue) Collate(other Value) int {
104 return int(NULL - other.Type())
107 func (this *nullValue) Compare(other Value) Value {
108 other = other.unwrap()
109 switch other := other.(type) {
[all …]
Dobject.go273 other = other.unwrap()
274 switch other := other.(type) {
276 return other
278 return other
289 other = other.unwrap()
290 switch other := other.(type) {
301 other = other.unwrap()
302 switch other := other.(type) {
313 other = other.unwrap()
314 switch other := other.(type) {
[all …]
/trunk/kv_engine/engines/ep/src/collections/
H A Dkvstore.cc148 return startSeqno == other.startSeqno && metaData == other.metaData; in operator ==()
152 return startSeqno == other.startSeqno && metaData == other.metaData; in operator ==()
161 if (std::count(other.collections.begin(), in compareCollections()
162 other.collections.end(), in compareCollections()
172 if (scopes.size() != other.scopes.size()) { in compareScopes()
177 if (std::count(other.scopes.begin(), other.scopes.end(), scope) == 0) { in compareScopes()
185 bool Manifest::operator==(const Manifest& other) const { in operator ==()
186 return manifestUid == other.manifestUid && compareCollections(other) && in operator ==()
187 compareScopes(other) && in operator ==()
192 return startSeqno == other.startSeqno && endSeqno == other.endSeqno && in operator ==()
[all …]
H A Dkvstore.h36 bool operator==(const OpenCollection& other) const;
37 bool operator!=(const OpenCollection& other) const {
38 return !(*this == other);
51 bool operator==(const OpenScope& other) const;
52 bool operator!=(const OpenScope& other) const {
53 return !(*this == other);
101 bool operator==(const Manifest& other) const;
102 bool operator!=(const Manifest& other) const {
103 return !(*this == other);
110 bool compareScopes(const Manifest& other) const;
[all …]
H A Dcollections_types.h56 bool operator==(const AccumulatedStats& other) const;
57 bool operator!=(const AccumulatedStats& other) const;
132 bool operator==(const CollectionMetaData& other) const {
133 return compareImmutableProperties(other) &&
134 compareMutableProperties(other);
138 return !(*this == other);
143 return sid == other.sid && cid == other.cid && name == other.name && in compareImmutableProperties()
144 maxTtl == other.maxTtl && metered == other.metered; in compareImmutableProperties()
148 return canDeduplicate == other.canDeduplicate; in compareMutableProperties()
165 bool operator==(const ScopeMetaData& other) const {
[all …]
/trunk/goproj/src/github.com/couchbase/goxdcr/peerToPeer/
DpeerToPeerMsgs.go159 p.Sender == other.Sender &&
161 p.Opaque == other.Opaque, nil
469 if len(*b) != len(other) {
478 bList, ok := other[k]
913 other.mtx.RLock()
915 defer other.mtx.RUnlock()
1000 if len(*t) != len(*other) {
1255 other.mtx.RLock()
1257 defer other.mtx.RUnlock()
1263 p.PushVBs.SameAs(other.PushVBs) && p.SrcManifests.SameAs(other.SrcManifests) &&
[all …]
/trunk/kv_engine/engines/ep/src/
H A Dvbucket_state.cc52 rv = rv && (failovers == other.failovers); in operator ==()
54 rv = rv && (state == other.state); in operator ==()
60 return !(*this == other); in operator !=()
86 rv = rv && (highSeqno == other.highSeqno); in operator ==()
87 rv = rv && (purgeSeqno == other.purgeSeqno); in operator ==()
89 rv = rv && (lastSnapEnd == other.lastSnapEnd); in operator ==()
90 rv = rv && (maxCas == other.maxCas); in operator ==()
94 rv = rv && (version == other.version); in operator ==()
98 other.highPreparedSeqno); in operator ==()
103 rv = rv && (transition == other.transition); in operator ==()
[all …]
H A Dstored-value.cc86 cas(other.cas), in StoredValue()
87 bySeqno(other.bySeqno), in StoredValue()
90 exptime(other.exptime), in StoredValue()
91 flags(other.flags), in StoredValue()
94 ordered(other.ordered) { in StoredValue()
95 setDirty(other.isDirty()); in StoredValue()
272 return (cas == other.cas && revSeqno == other.revSeqno && in operator ==()
276 exptime == other.exptime && flags == other.flags && in operator ==()
277 isDirty() == other.isDirty() && isDeleted() == other.isDeleted() && in operator ==()
280 (other.isDeleted() && other.deletionSource)) && in operator ==()
[all …]
H A Drange_lock_manager.cc42 if (!overlaps(other)) { in makeNonOverlapping()
48 } else if (end > other.end) { in makeNonOverlapping()
50 return {other.end + 1, end}; in makeNonOverlapping()
68 rlm = other.rlm; in RangeGuard()
69 itrToRange = other.itrToRange; in RangeGuard()
70 exclusive = other.exclusive; in RangeGuard()
73 other.invalidate(); in RangeGuard()
80 rlm = other.rlm; in operator =()
81 itrToRange = other.itrToRange; in operator =()
82 exclusive = other.exclusive; in operator =()
[all …]
/trunk/platform/include/platform/
H A Datomic.h181 : value(other.gimme()) { in SingleThreadedRCPtr()
186 : value(other.value) { in SingleThreadedRCPtr()
187 other.value = nullptr; in SingleThreadedRCPtr()
193 : value(other.gimme()) { in SingleThreadedRCPtr()
222 swap(other.gimme()); in reset()
226 void swap(SingleThreadedRCPtr& other) { in swap() argument
227 std::swap(this->value, other.value); in swap()
254 reset(other);
260 swap(other.value);
261 other.value = nullptr;
[all …]
/trunk/kv_engine/engines/ep/src/kvstore/magma-kvstore/kv_magma_common/
H A Dmagma-kvstore_magma_db_stats.h37 MagmaDbStats(const MagmaDbStats& other) = default;
39 MagmaDbStats& operator=(const MagmaDbStats& other) {
40 docCount = other.docCount;
41 purgeSeqno = other.purgeSeqno;
42 highSeqno = other.highSeqno;
47 void reset(const MagmaDbStats& other) { in reset() argument
48 reset(other.docCount, in reset()
49 other.purgeSeqno, in reset()
50 other.highSeqno, in reset()
51 other.droppedCollectionCounts); in reset()
[all …]
/trunk/kv_engine/include/memcached/
H A Ddcp_stream_id.h46 bool operator<(const DcpStreamId& other) const {
47 return (id < other.id);
50 bool operator<=(const DcpStreamId& other) const {
51 return (id <= other.id);
54 bool operator>(const DcpStreamId& other) const {
55 return (id > other.id);
58 bool operator>=(const DcpStreamId& other) const {
59 return (id >= other.id);
62 bool operator==(const DcpStreamId& other) const {
63 return (id == other.id);
[all …]
H A Dvbucket.h80 bool operator<(const Vbid& other) const {
81 return (vbid < other.get());
84 bool operator<=(const Vbid& other) const {
85 return (vbid <= other.get());
88 bool operator>(const Vbid& other) const {
89 return (vbid > other.get());
92 bool operator>=(const Vbid& other) const {
93 return (vbid >= other.get());
96 bool operator==(const Vbid& other) const {
97 return (vbid == other.get());
[all …]

12345678910>>...28