Home
last modified time | relevance | path

Searched refs:INVALID_UUID (Results 1 – 12 of 12) sorted by relevance

/dports/emulators/yuzu/yuzu-0b47f7a46/src/common/
H A Duuid.h13 constexpr u128 INVALID_UUID{{0, 0}};
17 u128 uuid = INVALID_UUID;
23 return uuid[0] != INVALID_UUID[0] && uuid[1] != INVALID_UUID[1];
40 uuid = INVALID_UUID; in Invalidate()
/dports/emulators/yuzu/yuzu-0b47f7a46/src/core/hle/service/acc/
H A Dprofile_manager.cpp20 UUID uuid{Common::INVALID_UUID};
21 UUID uuid2{Common::INVALID_UUID};
204 return profiles[index].user_uuid.uuid != Common::INVALID_UUID; in UserExistsIndex()
243 return UUID{Common::INVALID_UUID}; in GetOpenUsers()
298 if (!index || profile_new.user_uuid == UUID(Common::INVALID_UUID)) { in SetProfileBase()
339 if (user.uuid == UUID(Common::INVALID_UUID)) { in ParseUserSaveFile()
H A Dprofile_manager.h38 Common::UUID user_uuid{Common::INVALID_UUID};
46 Common::UUID user_uuid{Common::INVALID_UUID};
106 Common::UUID last_opened_user{Common::INVALID_UUID};
H A Dacc.cpp428 Common::UUID user_id{Common::INVALID_UUID}; ///< The user id this profile refers to.
821 rb.PushRaw<u128>(Common::INVALID_UUID); in TrySelectUserWithoutInteraction()
827 [](const auto& user) { return user.uuid == Common::INVALID_UUID; })) { in TrySelectUserWithoutInteraction()
829 rb.PushRaw<u128>(Common::INVALID_UUID); in TrySelectUserWithoutInteraction()
/dports/emulators/yuzu/yuzu-0b47f7a46/src/core/hle/service/am/applets/
H A Dprofile_select.cpp63 if (uuid.has_value() && uuid->uuid != Common::INVALID_UUID) { in SelectionComplete()
69 output.uuid_selected = Common::INVALID_UUID; in SelectionComplete()
/dports/emulators/yuzu/yuzu-0b47f7a46/src/core/hle/service/mii/
H A Dmanager.h30 Common::UUID uuid{Common::INVALID_UUID};
203 Common::UUID uuid{Common::INVALID_UUID};
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/api/v3/
H A Dtest_snapshots.py35 INVALID_UUID = '00000000-0000-0000-0000-000000000002' variable
113 snapshot_id = INVALID_UUID
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/api/v2/
H A Dtest_snapshots.py46 INVALID_UUID = '00000000-0000-0000-0000-000000000002' variable
415 snapshot_id = INVALID_UUID
447 snapshot_id = INVALID_UUID
/dports/emulators/yuzu/yuzu-0b47f7a46/src/core/hle/service/friend/
H A Dfriend.cpp260 Common::UUID uuid{Common::INVALID_UUID};
/dports/security/nextcloud-twofactor_webauthn/twofactor_webauthn/vendor/beberlei/assert/lib/Assert/
H A DAssertion.php245 const INVALID_UUID = 40; define in Assert\\Assertion
1989 throw static::createException($value, $message, static::INVALID_UUID, $propertyPath);
/dports/sysutils/ldap-account-manager/ldap-account-manager-7.3/lib/3rdParty/composer/beberlei/assert/lib/Assert/
H A DAssertion.php243 const INVALID_UUID = 40; define in Assert\\Assertion
1944 throw static::createException($value, $message, static::INVALID_UUID, $propertyPath);
/dports/www/nextcloud/nextcloud/3rdparty/beberlei/assert/lib/Assert/
H A DAssertion.php245 const INVALID_UUID = 40; define in Assert\\Assertion
1989 throw static::createException($value, $message, static::INVALID_UUID, $propertyPath);