Home
last modified time | relevance | path

Searched refs:Uid (Results 1 – 25 of 7639) sorted by relevance

12345678910>>...306

/dports/devel/libplist/libplist-2.2.0/src/
H A DUid.cpp27 Uid::Uid(Node* parent) : Node(PLIST_UID, parent) in Uid() function in PList::Uid
31 Uid::Uid(plist_t node, Node* parent) : Node(node, parent) in Uid() function in PList::Uid
35 Uid::Uid(const PList::Uid& i) : Node(PLIST_UID) in Uid() function in PList::Uid
40 Uid& Uid::operator=(PList::Uid& i) in operator =()
47 Uid::Uid(uint64_t i) : Node(PLIST_UID) in Uid() function in PList::Uid
52 Uid::~Uid() in ~Uid()
56 Node* Uid::Clone() const in Clone()
58 return new Uid(*this); in Clone()
61 void Uid::SetValue(uint64_t i) in SetValue()
66 uint64_t Uid::GetValue() const in GetValue()
/dports/devel/py-libplist/libplist-2.2.0/src/
H A DUid.cpp27 Uid::Uid(Node* parent) : Node(PLIST_UID, parent) in Uid() function in PList::Uid
31 Uid::Uid(plist_t node, Node* parent) : Node(node, parent) in Uid() function in PList::Uid
35 Uid::Uid(const PList::Uid& i) : Node(PLIST_UID) in Uid() function in PList::Uid
40 Uid& Uid::operator=(PList::Uid& i) in operator =()
47 Uid::Uid(uint64_t i) : Node(PLIST_UID) in Uid() function in PList::Uid
52 Uid::~Uid() in ~Uid()
56 Node* Uid::Clone() const in Clone()
58 return new Uid(*this); in Clone()
61 void Uid::SetValue(uint64_t i) in SetValue()
66 uint64_t Uid::GetValue() const in GetValue()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/UnitTests/Core/IOS/FS/
H A DFileSystemTest.cpp96 const Result<Metadata> stats = m_fs->GetMetadata(Uid{0}, Gid{0}, PATH); in TEST_F()
128 const Result<Metadata> stats = m_fs->GetMetadata(Uid{0}, Gid{0}, PATH); in TEST_F()
149 EXPECT_TRUE(m_fs->ReadDirectory(Uid{0}, Gid{0}, "/tmp").Succeeded()); in TEST_F()
150 EXPECT_EQ(m_fs->Delete(Uid{0}, Gid{0}, "/tmp"), ResultCode::Success); in TEST_F()
162 EXPECT_EQ(m_fs->Delete(Uid{0}, Gid{0}, "/sys/1/2/3"), ResultCode::InUse); in TEST_F()
165 EXPECT_EQ(m_fs->Delete(Uid{0}, Gid{0}, "/sys/1"), ResultCode::InUse); in TEST_F()
170 EXPECT_EQ(m_fs->Delete(Uid{0}, Gid{0}, "/sys/1"), ResultCode::Success); in TEST_F()
175 EXPECT_TRUE(m_fs->ReadDirectory(Uid{0}, Gid{0}, "/tmp").Succeeded()); in TEST_F()
180 EXPECT_TRUE(m_fs->ReadDirectory(Uid{0}, Gid{0}, "/test").Succeeded()); in TEST_F()
228 ASSERT_FALSE(m_fs->GetMetadata(Uid{0}, Gid{0}, source_path).Succeeded()); in TEST_F()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/biplist/tests/
H A Dtest_valid.py103 {'$class':Uid(3), 'somekey':Uid(2)},
107 '$top': {'root':Uid(1)},
113 self.assertTrue(Uid(-2) < Uid(-1))
114 self.assertTrue(Uid(-1) < Uid(0))
115 self.assertTrue(Uid(1) > Uid(0))
116 self.assertTrue(Uid(1) > Uid(-2))
117 self.assertTrue(Uid(-1) == Uid(-1))
118 self.assertTrue(Uid(0) == Uid(0))
119 self.assertTrue(Uid(1) == Uid(1))
121 self.assertFalse(1 == Uid(1))
[all …]
/dports/devel/py-biplist/biplist-1.0.3/tests/
H A Dtest_valid.py103 {'$class':Uid(3), 'somekey':Uid(2)},
107 '$top': {'root':Uid(1)},
113 self.assertTrue(Uid(-2) < Uid(-1))
114 self.assertTrue(Uid(-1) < Uid(0))
115 self.assertTrue(Uid(1) > Uid(0))
116 self.assertTrue(Uid(1) > Uid(-2))
117 self.assertTrue(Uid(-1) == Uid(-1))
118 self.assertTrue(Uid(0) == Uid(0))
119 self.assertTrue(Uid(1) == Uid(1))
121 self.assertFalse(1 == Uid(1))
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/modelinglib/qmt/infrastructure/
H A Duid.h36 class QMT_EXPORT Uid
39 static const Uid invalidUid() { return Uid(QUuid()); } in invalidUid()
41 Uid() : m_uuid(QUuid::createUuid()) { } in Uid() function
42 explicit Uid(const QUuid &uuid) : m_uuid(uuid) { } in Uid() function
58 inline auto qHash(const Uid &uid) in qHash()
63 inline bool operator==(const Uid &lhs, const Uid &rhs)
68 inline bool operator!=(const Uid &lhs, const Uid &rhs)
73 inline QDataStream &operator<<(QDataStream &stream, const Uid &uid)
78 inline QDataStream &operator>>(QDataStream &stream, Uid &uid)
88 Q_DECLARE_METATYPE(qmt::Uid)
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-datasync/source/model/
H A DUid.cpp29 Uid GetUidForName(const Aws::String& name) in GetUidForName()
34 return Uid::NONE; in GetUidForName()
38 return Uid::INT_VALUE; in GetUidForName()
42 return Uid::NAME; in GetUidForName()
46 return Uid::BOTH; in GetUidForName()
52 return static_cast<Uid>(hashCode); in GetUidForName()
55 return Uid::NOT_SET; in GetUidForName()
62 case Uid::NONE: in GetNameForUid()
64 case Uid::INT_VALUE: in GetNameForUid()
66 case Uid::NAME: in GetNameForUid()
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/modelinglib/qmt/model_controller/
H A Dmodelcontroller.h103 Uid ownerKey(const Uid &key) const;
104 Uid ownerKey(const MElement *element) const;
105 MElement *findElement(const Uid &key) const;
113 MObject *findObject(const Uid &key) const;
122 MRelation *findRelation(const Uid &key) const;
147 void renewElementKey(MElement *element, QHash<Uid, Uid> *renewedKeys);
148 void updateRelationKeys(MElement *element, const QHash<Uid, Uid> &renewedKeys);
149 void updateRelationEndKeys(MRelation *relation, const QHash<Uid, Uid> &renewedKeys);
164 QHash<Uid, MObject *> m_objectsMap;
165 QHash<Uid, MRelation *> m_relationsMap;
[all …]
/dports/devel/libplist/libplist-2.2.0/include/plist/
H A DUid.h30 class Uid : public Node
33 Uid(Node* parent = NULL);
34 Uid(plist_t node, Node* parent = NULL);
35 Uid(const Uid& i);
36 Uid& operator=(Uid& i);
37 Uid(uint64_t i);
38 virtual ~Uid();
/dports/devel/py-libplist/libplist-2.2.0/include/plist/
H A DUid.h30 class Uid : public Node
33 Uid(Node* parent = NULL);
34 Uid(plist_t node, Node* parent = NULL);
35 Uid(const Uid& i);
36 Uid& operator=(Uid& i);
37 Uid(uint64_t i);
38 virtual ~Uid();
/dports/misc/broot/broot-1.7.0/cargo-crates/plist-1.2.0/src/
H A Duid.rs5 pub struct Uid { struct
9 impl Uid { implementation
11 pub fn new(value: u64) -> Uid { in new() argument
12 Uid { value } in new()
21 impl fmt::Debug for Uid { implementation
35 use crate::Uid;
39 impl Serialize for Uid { implementation
51 type Value = Uid;
68 type Value = Uid;
78 Ok(Uid::new(v)) in visit_u64()
[all …]
/dports/devel/git-delta/delta-0.9.2/cargo-crates/plist-1.0.1/src/
H A Duid.rs5 pub struct Uid { struct
9 impl Uid { argument
11 pub fn new(value: u64) -> Uid { in new() argument
12 Uid { value } in new()
21 impl fmt::Debug for Uid { implementation
35 use crate::Uid;
39 impl Serialize for Uid { implementation
51 type Value = Uid;
68 type Value = Uid;
78 Ok(Uid::new(v)) in visit_u64()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/plist/src/
H A Duid.rs5 pub struct Uid { struct
9 impl Uid { argument
11 pub fn new(value: u64) -> Uid { in new() argument
12 Uid { value } in new()
21 impl fmt::Debug for Uid { implementation
35 use crate::Uid;
39 impl Serialize for Uid { implementation
51 type Value = Uid;
68 type Value = Uid;
78 Ok(Uid::new(v)) in visit_u64()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/plist/src/
H A Duid.rs5 pub struct Uid { struct
9 impl Uid { impl
11 pub fn new(value: u64) -> Uid { in new() argument
12 Uid { value } in new()
21 impl fmt::Debug for Uid { implementation
35 use crate::Uid;
39 impl Serialize for Uid { implementation
51 type Value = Uid;
68 type Value = Uid;
78 Ok(Uid::new(v)) in visit_u64()
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/plist-1.2.1/src/
H A Duid.rs5 pub struct Uid { struct
9 impl Uid { implementation
11 pub fn new(value: u64) -> Uid { in new() argument
12 Uid { value } in new()
21 impl fmt::Debug for Uid { implementation
35 use crate::Uid;
39 impl Serialize for Uid { implementation
51 type Value = Uid;
68 type Value = Uid;
78 Ok(Uid::new(v)) in visit_u64()
[all …]
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/plist-0.5.1/src/
H A Duid.rs5 pub struct Uid { struct
9 impl Uid { impl
11 pub fn new(value: u64) -> Uid { in new() argument
12 Uid { value } in new()
21 impl fmt::Debug for Uid { implementation
35 use crate::Uid;
39 impl Serialize for Uid { implementation
51 type Value = Uid;
68 type Value = Uid;
78 Ok(Uid::new(v)) in visit_u64()
[all …]
/dports/www/xh/xh-0.14.1/cargo-crates/plist-1.2.1/src/
H A Duid.rs5 pub struct Uid { struct
9 impl Uid { impl
11 pub fn new(value: u64) -> Uid { in new() argument
12 Uid { value } in new()
21 impl fmt::Debug for Uid { implementation
35 use crate::Uid;
39 impl Serialize for Uid { implementation
51 type Value = Uid;
68 type Value = Uid;
78 Ok(Uid::new(v)) in visit_u64()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/plist/src/
H A Duid.rs5 pub struct Uid { struct
9 impl Uid { argument
11 pub fn new(value: u64) -> Uid { in new() argument
12 Uid { value } in new()
21 impl fmt::Debug for Uid { implementation
35 use crate::Uid;
39 impl Serialize for Uid { implementation
51 type Value = Uid;
68 type Value = Uid;
78 Ok(Uid::new(v)) in visit_u64()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/plist/src/
H A Duid.rs5 pub struct Uid { struct
9 impl Uid { argument
11 pub fn new(value: u64) -> Uid { in new() argument
12 Uid { value } in new()
21 impl fmt::Debug for Uid { implementation
35 use crate::Uid;
39 impl Serialize for Uid { implementation
51 type Value = Uid;
68 type Value = Uid;
78 Ok(Uid::new(v)) in visit_u64()
[all …]
/dports/textproc/bat/bat-0.18.3/cargo-crates/plist-1.1.0/src/
H A Duid.rs5 pub struct Uid { struct
9 impl Uid { argument
11 pub fn new(value: u64) -> Uid { in new() argument
12 Uid { value } in new()
21 impl fmt::Debug for Uid { implementation
35 use crate::Uid;
39 impl Serialize for Uid { implementation
51 type Value = Uid;
68 type Value = Uid;
78 Ok(Uid::new(v)) in visit_u64()
[all …]
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/plist-1.2.1/src/
H A Duid.rs5 pub struct Uid { struct
9 impl Uid { impl
11 pub fn new(value: u64) -> Uid { in new() argument
12 Uid { value } in new()
21 impl fmt::Debug for Uid { implementation
35 use crate::Uid;
39 impl Serialize for Uid { implementation
51 type Value = Uid;
68 type Value = Uid;
78 Ok(Uid::new(v)) in visit_u64()
[all …]
/dports/www/zola/zola-0.15.2/cargo-crates/plist-1.3.1/src/
H A Duid.rs5 pub struct Uid { struct
9 impl Uid { argument
11 pub fn new(value: u64) -> Uid { in new() argument
12 Uid { value } in new()
21 impl fmt::Debug for Uid { implementation
35 use crate::Uid;
39 impl Serialize for Uid { implementation
51 type Value = Uid;
75 type Value = Uid;
85 Ok(Uid::new(v)) in visit_u64()
[all …]
/dports/sysutils/aptly/aptly-1.4.0/vendor/github.com/mkrautz/goar/
H A Dreader_test.go20 Uid: 0,
31 Uid: 1001,
42 Uid: 1001,
53 Uid: 1001,
67 Uid: 501,
78 Uid: 501,
114 Uid: 0,
125 Uid: 0,
136 Uid: 0,
147 Uid: 0,
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/modelinglib/qmt/controller/
H A Dselection.h40 Index(const Uid &elementKey, const Uid &ownerKey) in Index()
46 Uid elementKey() const { return m_elementKey; } in elementKey()
47 Uid ownerKey() const { return m_ownerKey; } in ownerKey()
50 Uid m_elementKey;
51 Uid m_ownerKey;
66 void append(const Uid &elementKey, const Uid &ownerKey);
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/modelinglib/qmt/diagram/
H A Ddrelation.h55 Uid modelUid() const override { return m_modelUid; } in modelUid()
56 void setModelUid(const Uid &uid);
59 Uid endAUid() const { return m_endAUid; } in endAUid()
60 void setEndAUid(const Uid &uid);
61 Uid endBUid() const { return m_endBUid; } in endBUid()
62 void setEndBUid(const Uid &uid);
72 Uid m_modelUid;
74 Uid m_endAUid;
75 Uid m_endBUid;

12345678910>>...306