Home
last modified time | relevance | path

Searched defs:UpdateResult (Results 1 – 25 of 1183) sorted by relevance

12345678910>>...48

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/ops/
H A Dupdate_result.h37 struct UpdateResult { struct
47 const bool existing;
50 const bool modifiers;
53 const long long numDocsModified;
56 const long long numMatched;
59 BSONObj upserted;
/dports/deskutils/kalarm/kalarm-21.12.3/src/
H A Dfunctions.h52 struct UpdateResult struct
58 UpdateResult() : status(UPDATE_OK) {} in UpdateResult() function
59 explicit UpdateResult(UpdateStatus s, const QString& m = QString()) : status(s), message(m) {} in status() argument
67 void set(UpdateStatus s) { operator=(s); } in set()
68 void set(UpdateStatus s, const QString& m) { status = s; message = m; } in set()
/dports/security/vault/vault-1.8.2/vendor/go.mongodb.org/mongo-driver/mongo/
H A Dresults.go85 type UpdateResult struct { struct
86 MatchedCount int64 // The number of documents matched by the filter.
87 ModifiedCount int64 // The number of documents modified by the operation.
88 UpsertedCount int64 // The number of documents upserted by the operation.
89 UpsertedID interface{} // The _id field of the upserted document, or nil if no upsert was done.
93 func (result *UpdateResult) UnmarshalBSON(b []byte) error {
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/go.mongodb.org/mongo-driver/mongo/
H A Dresults.go85 type UpdateResult struct { struct
86 MatchedCount int64 // The number of documents matched by the filter.
87 ModifiedCount int64 // The number of documents modified by the operation.
88 UpsertedCount int64 // The number of documents upserted by the operation.
89 UpsertedID interface{} // The _id field of the upserted document, or nil if no upsert was done.
93 func (result *UpdateResult) UnmarshalBSON(b []byte) error {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-database-mongodbatlas/vendor/go.mongodb.org/mongo-driver/mongo/
H A Dresults.go85 type UpdateResult struct { struct
86 MatchedCount int64 // The number of documents matched by the filter.
87 ModifiedCount int64 // The number of documents modified by the operation.
88 UpsertedCount int64 // The number of documents upserted by the operation.
89 UpsertedID interface{} // The _id field of the upserted document, or nil if no upsert was done.
93 func (result *UpdateResult) UnmarshalBSON(b []byte) error {
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/go.mongodb.org/mongo-driver/mongo/
H A Dresults.go85 type UpdateResult struct { struct
86 MatchedCount int64 // The number of documents matched by the filter.
87 ModifiedCount int64 // The number of documents modified by the operation.
88 UpsertedCount int64 // The number of documents upserted by the operation.
89 UpsertedID interface{} // The _id field of the upserted document, or nil if no upsert was done.
93 func (result *UpdateResult) UnmarshalBSON(b []byte) error {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/go.mongodb.org/mongo-driver/mongo/
H A Dresults.go76 type UpdateResult struct { struct
78 MatchedCount int64
80 ModifiedCount int64
82 UpsertedCount int64
84 UpsertedID interface{}
88 func (result *UpdateResult) UnmarshalBSON(b []byte) error {
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/go.mongodb.org/mongo-driver/mongo/
H A Dresults.go85 type UpdateResult struct { struct
86 MatchedCount int64 // The number of documents matched by the filter.
87 ModifiedCount int64 // The number of documents modified by the operation.
88 UpsertedCount int64 // The number of documents upserted by the operation.
89 UpsertedID interface{} // The _id field of the upserted document, or nil if no upsert was done.
93 func (result *UpdateResult) UnmarshalBSON(b []byte) error {
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-workspaces/source/model/
H A DUpdateResult.cpp21 UpdateResult::UpdateResult() : in UpdateResult() function in Aws::WorkSpaces::Model::UpdateResult
28 UpdateResult::UpdateResult(JsonView jsonValue) : in UpdateResult() function in Aws::WorkSpaces::Model::UpdateResult
/dports/www/grafana8/grafana-8.3.6/vendor/go.mongodb.org/mongo-driver/mongo/
H A Dresults.go86 type UpdateResult struct { struct
87 MatchedCount int64 // The number of documents matched by the filter.
88 ModifiedCount int64 // The number of documents modified by the operation.
89 UpsertedCount int64 // The number of documents upserted by the operation.
90 UpsertedID interface{} // The _id field of the upserted document, or nil if no upsert was done.
94 func (result *UpdateResult) UnmarshalBSON(b []byte) error {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/go.mongodb.org/mongo-driver/mongo/
H A Dresults.go86 type UpdateResult struct { struct
87 MatchedCount int64 // The number of documents matched by the filter.
88 ModifiedCount int64 // The number of documents modified by the operation.
89 UpsertedCount int64 // The number of documents upserted by the operation.
90 UpsertedID interface{} // The _id field of the upserted document, or nil if no upsert was done.
94 func (result *UpdateResult) UnmarshalBSON(b []byte) error {
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Composition.Hosting/src/System/Composition/Hosting/Core/
H A DUpdateResult.cs14 internal class UpdateResult class
22 public UpdateResult(IEnumerable<ExportDescriptorProvider> providers) in UpdateResult() method in System.Composition.Hosting.Core.UpdateResult
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-rds-data/source/model/
H A DUpdateResult.cpp21 UpdateResult::UpdateResult() : in UpdateResult() function in Aws::RDSDataService::Model::UpdateResult
26 UpdateResult::UpdateResult(JsonView jsonValue) : in UpdateResult() function in Aws::RDSDataService::Model::UpdateResult
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/google/cadvisor/Godeps/_workspace/src/gopkg.in/olivere/elastic.v2/
H A Dupdate.go17 type UpdateResult struct { struct
18 Index string `json:"_index"`
19 Type string `json:"_type"`
20 Id string `json:"_id"`
21 Version int `json:"_version"`
22 Created bool `json:"created"`
23 GetResult *GetResult `json:"get"`
/dports/net/gemserv/gemserv-v0.4.5/cargo-crates/tokio-0.2.24/src/runtime/task/
H A Dstate.rs15 type UpdateResult = Result<Snapshot, Snapshot>; typedef
85 pub(super) fn transition_to_running(&self, ref_inc: bool) -> UpdateResult { in transition_to_running()
113 pub(super) fn transition_to_idle(&self) -> UpdateResult { in transition_to_idle()
236 pub(super) fn unset_join_interested(&self) -> UpdateResult { in unset_join_interested()
255 pub(super) fn set_join_waker(&self) -> UpdateResult { in set_join_waker()
275 pub(super) fn unset_waker(&self) -> UpdateResult { in unset_waker()
/dports/net-im/fractal/fractal-4.4.0/vendor/tokio/src/runtime/task/
H A Dstate.rs15 type UpdateResult = Result<Snapshot, Snapshot>; typedef
85 pub(super) fn transition_to_running(&self, ref_inc: bool) -> UpdateResult { in transition_to_running()
113 pub(super) fn transition_to_idle(&self) -> UpdateResult { in transition_to_idle()
236 pub(super) fn unset_join_interested(&self) -> UpdateResult { in unset_join_interested()
255 pub(super) fn set_join_waker(&self) -> UpdateResult { in set_join_waker()
275 pub(super) fn unset_waker(&self) -> UpdateResult { in unset_waker()
/dports/www/rearx/rearx-0.1.4/cargo-crates/tokio-1.3.0/src/runtime/task/
H A Dstate.rs15 type UpdateResult = Result<Snapshot, Snapshot>; typedef
85 pub(super) fn transition_to_running(&self, ref_inc: bool) -> UpdateResult { in transition_to_running()
113 pub(super) fn transition_to_idle(&self) -> UpdateResult { in transition_to_idle()
236 pub(super) fn unset_join_interested(&self) -> UpdateResult { in unset_join_interested()
255 pub(super) fn set_join_waker(&self) -> UpdateResult { in set_join_waker()
275 pub(super) fn unset_waker(&self) -> UpdateResult { in unset_waker()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/tokio-0.2.21/src/runtime/task/
H A Dstate.rs15 type UpdateResult = Result<Snapshot, Snapshot>; typedef
85 pub(super) fn transition_to_running(&self, ref_inc: bool) -> UpdateResult { in transition_to_running()
113 pub(super) fn transition_to_idle(&self) -> UpdateResult { in transition_to_idle()
236 pub(super) fn unset_join_interested(&self) -> UpdateResult { in unset_join_interested()
255 pub(super) fn set_join_waker(&self) -> UpdateResult { in set_join_waker()
275 pub(super) fn unset_waker(&self) -> UpdateResult { in unset_waker()
/dports/security/rustscan/RustScan-2.0.1/cargo-crates/tokio-0.2.22/src/runtime/task/
H A Dstate.rs15 type UpdateResult = Result<Snapshot, Snapshot>; typedef
85 pub(super) fn transition_to_running(&self, ref_inc: bool) -> UpdateResult { in transition_to_running()
113 pub(super) fn transition_to_idle(&self) -> UpdateResult { in transition_to_idle()
236 pub(super) fn unset_join_interested(&self) -> UpdateResult { in unset_join_interested()
255 pub(super) fn set_join_waker(&self) -> UpdateResult { in set_join_waker()
275 pub(super) fn unset_waker(&self) -> UpdateResult { in unset_waker()
/dports/www/firefox/firefox-99.0/third_party/rust/tokio/src/runtime/task/
H A Dstate.rs15 type UpdateResult = Result<Snapshot, Snapshot>; typedef
85 pub(super) fn transition_to_running(&self, ref_inc: bool) -> UpdateResult { in transition_to_running()
113 pub(super) fn transition_to_idle(&self) -> UpdateResult { in transition_to_idle()
236 pub(super) fn unset_join_interested(&self) -> UpdateResult { in unset_join_interested()
255 pub(super) fn set_join_waker(&self) -> UpdateResult { in set_join_waker()
275 pub(super) fn unset_waker(&self) -> UpdateResult { in unset_waker()
/dports/net/proby/proby-1.0.2/cargo-crates/tokio-0.2.22/src/runtime/task/
H A Dstate.rs15 type UpdateResult = Result<Snapshot, Snapshot>; typedef
85 pub(super) fn transition_to_running(&self, ref_inc: bool) -> UpdateResult { in transition_to_running()
113 pub(super) fn transition_to_idle(&self) -> UpdateResult { in transition_to_idle()
236 pub(super) fn unset_join_interested(&self) -> UpdateResult { in unset_join_interested()
255 pub(super) fn set_join_waker(&self) -> UpdateResult { in set_join_waker()
275 pub(super) fn unset_waker(&self) -> UpdateResult { in unset_waker()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/tokio-0.2.21/src/runtime/task/
H A Dstate.rs15 type UpdateResult = Result<Snapshot, Snapshot>; typedef
85 pub(super) fn transition_to_running(&self, ref_inc: bool) -> UpdateResult { in transition_to_running()
113 pub(super) fn transition_to_idle(&self) -> UpdateResult { in transition_to_idle()
236 pub(super) fn unset_join_interested(&self) -> UpdateResult { in unset_join_interested()
255 pub(super) fn set_join_waker(&self) -> UpdateResult { in set_join_waker()
275 pub(super) fn unset_waker(&self) -> UpdateResult { in unset_waker()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/tokio/src/runtime/task/
H A Dstate.rs15 type UpdateResult = Result<Snapshot, Snapshot>; typedef
85 pub(super) fn transition_to_running(&self, ref_inc: bool) -> UpdateResult { in transition_to_running()
113 pub(super) fn transition_to_idle(&self) -> UpdateResult { in transition_to_idle()
236 pub(super) fn unset_join_interested(&self) -> UpdateResult { in unset_join_interested()
255 pub(super) fn set_join_waker(&self) -> UpdateResult { in set_join_waker()
275 pub(super) fn unset_waker(&self) -> UpdateResult { in unset_waker()
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/tokio-0.2.25/src/runtime/task/
H A Dstate.rs15 type UpdateResult = Result<Snapshot, Snapshot>; typedef
85 pub(super) fn transition_to_running(&self, ref_inc: bool) -> UpdateResult { in transition_to_running()
113 pub(super) fn transition_to_idle(&self) -> UpdateResult { in transition_to_idle()
236 pub(super) fn unset_join_interested(&self) -> UpdateResult { in unset_join_interested()
255 pub(super) fn set_join_waker(&self) -> UpdateResult { in set_join_waker()
275 pub(super) fn unset_waker(&self) -> UpdateResult { in unset_waker()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/tokio-0.2.25/src/runtime/task/
H A Dstate.rs15 type UpdateResult = Result<Snapshot, Snapshot>; typedef
85 pub(super) fn transition_to_running(&self, ref_inc: bool) -> UpdateResult { in transition_to_running()
113 pub(super) fn transition_to_idle(&self) -> UpdateResult { in transition_to_idle()
236 pub(super) fn unset_join_interested(&self) -> UpdateResult { in unset_join_interested()
255 pub(super) fn set_join_waker(&self) -> UpdateResult { in set_join_waker()
275 pub(super) fn unset_waker(&self) -> UpdateResult { in unset_waker()

12345678910>>...48