Home
last modified time | relevance | path

Searched defs:StatusWith (Results 1 – 25 of 62) sorted by relevance

123

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/base/
H A Dstatus_with.h50 class StatusWith; variable
95 MONGO_COMPILER_COLD_FUNCTION StatusWith(ErrorCodes::Error code, StringData reason) in StatusWith() function
97 MONGO_COMPILER_COLD_FUNCTION StatusWith(ErrorCodes::Error code, std::string reason) in StatusWith() function
99 MONGO_COMPILER_COLD_FUNCTION StatusWith(ErrorCodes::Error code, const char* reason) in StatusWith() function
101 MONGO_COMPILER_COLD_FUNCTION StatusWith(ErrorCodes::Error code, in StatusWith() function
108 MONGO_COMPILER_COLD_FUNCTION StatusWith(Status status) : _status(std::move(status)) { in StatusWith() function
115 StatusWith(T t) : _status(Status::OK()), _t(std::move(t)) {} in StatusWith() function
H A Dstatus_with_test.cpp44 TEST(StatusWith, makeStatusWith) { in TEST() argument
80 TEST(StatusWith, nonDefaultConstructible) { in TEST() argument
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/auth/
H A Dsecurity_file.h37 class StatusWith; variable
H A Dsecurity_key.h37 class StatusWith; variable
H A Dsasl_server_conversation.h45 class StatusWith; variable
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/executor/
H A Dnetwork_connection_hook.h39 class StatusWith; variable
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/s/
H A Dchunk_move_write_concern_options.h39 class StatusWith; variable
H A Dmigration_session_id.h44 class StatusWith; variable
H A Dsplit_vector.h42 class StatusWith; variable
H A Dsplit_chunk.h46 class StatusWith; variable
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/s/query/
H A Dcluster_client_cursor.h47 class StatusWith; variable
H A Dcluster_find.h43 class StatusWith; variable
H A Dstore_possible_cursor.h43 class StatusWith; variable
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/client/
H A Dsasl_client_conversation.h42 class StatusWith; variable
H A Dremote_command_targeter.h44 class StatusWith; variable
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/query/collation/
H A Dcollator_factory_interface.h43 class StatusWith; variable
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/catalog/
H A Dindex_key_validate.h42 class StatusWith; variable
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/
H A Dread_concern.h39 class StatusWith; variable
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/rpc/metadata/
H A Dsharding_metadata.h41 class StatusWith; variable
H A Daudit_metadata.h46 class StatusWith; variable
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/s/
H A Dshard_util.h48 class StatusWith; variable
H A Dcluster_identity_loader.h46 class StatusWith; variable
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/commands/
H A Dfeature_compatibility_version_command_parser.h41 class StatusWith; variable
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/s/catalog/
H A Ddist_lock_manager.h44 class StatusWith; variable
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/logger/
H A Dparse_log_component_settings.h41 class StatusWith; variable

123