Home
last modified time | relevance | path

Searched refs:KEntry (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/libvisual04-plugins/libvisual-plugins-0.4.0/plugins/actor/G-Force/Common/GeneralTools/
H A DHashtable.cpp41 KEntry* temp, *entry; in Rehash()
42 KEntry** oldTable = mTable; in Rehash()
50 mTable = new KEntry*[ mTableSize ]; in Rehash()
79 KEntry* entry; in put()
95 entry = new KEntry; in put()
111 KEntry* entry = fetchEntry( inKey, 0 ); in Get()
132 KEntry** entryP = mTable, *entry; in GetValues()
151 KEntry** entryP = mTable, *entry; in GetKeys()
173 KEntry* entry = mTable[ index ]; in fetchEntry()
196 KEntry* entry, *temp; in RemoveAll()
[all …]
/dports/devel/kf5-kconfig/kconfig-5.89.0/src/core/
H A Dkconfigdata_p.h22 struct KEntry { struct
24 KEntry() in KEntry() argument
80 inline bool operator==(const KEntry &k1, const KEntry &k2) argument
91 inline bool operator!=(const KEntry &k1, const KEntry &k2)
159 QDebug operator<<(QDebug dbg, const KEntry &entry);
168 class KEntryMap : public QMap<KEntryKey, KEntry>
242 typedef QMap<KEntryKey, KEntry>::Iterator KEntryMapIterator;
251 typedef QMap<KEntryKey, KEntry>::ConstIterator KEntryMapConstIterator;
H A Dkconfigdata.cpp19 QDebug operator<<(QDebug dbg, const KEntry &entry) in operator <<()
74 KEntry e; in setEntry()
112 insert(KEntryKey(group), KEntry()); in setEntry()
161 const KEntry &e2 = it.value(); in setEntry()
H A Dkconfig_p.h37KEntry lookupInternalEntry(const QByteArray &group, const char *key, KEntryMap::SearchFlags flags)…
H A Dkconfig.cpp162 KEntry entry = entryMap[entryMapIt.key()]; in copyGroup()
1016 KEntry KConfigPrivate::lookupInternalEntry(const QByteArray &group, const char *key, KEntryMap::Sea… in lookupInternalEntry()
H A Dkconfigini.cpp316 const KEntry &currentEntry = *it; in writeEntries()
/dports/graphics/libvisual04-plugins/libvisual-plugins-0.4.0/plugins/actor/G-Force/Common/GeneralTools/Headers/
H A DHashtable.h7 struct KEntry { struct
12 KEntry* mNext; argument
90 KEntry* fetchEntry( long inKey, const Hashable* inHashable ) const;
103 KEntry** mTable;
/dports/devel/kf5-kconfig/kconfig-5.89.0/
H A DDESIGN6 Configuration entries are stored as "KEntry". They are indexed with "KEntryKey".
8 to "KEntry"
10 KEntry's are stored in order in the KEntryMap. The most significant sort
15 dummy KEntry. This allows us to search for the start of the group and then to
/dports/devel/kf5-kconfig/kconfig-5.89.0/docs/
H A DDESIGN.kconfig3 Configuration entries are stored as "KEntry". They are indexed with "KEntryKey".
5 to "KEntry"
7 KEntry's are stored in order in the KEntryMap. The most significant sort
12 dummy KEntry. This allows us to search for the start of the group and then to