Searched refs:DbIndex (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/include/security_filedb/
H A DDbIndex.h20 // DbIndex.h
33 class DbIndex;
85 DbIndexKey(const ReadSection &key, const Range &keyRange, const DbIndex &index)
99 const DbIndex &mIndex;
104 class DbIndex class in namespace:Security
115 DbIndex(const MetaRecord &metaRecord, uint32 indexId, bool isUniqueIndex);
130 class DbConstIndex : public DbIndex
165 class DbMutableIndex : public DbIndex
H A DDbIndex.cpp20 // DbIndex.cpp
23 #include "DbIndex.h"
112 DbIndex::DbIndex(const MetaRecord &metaRecord, uint32 indexId, bool isUniqueIndex) function in class:DbIndex
122 DbIndex::appendAttribute(uint32 attributeId)
134 : DbIndex(table.getMetaRecord(), indexId, isUniqueIndex),
140 : DbIndex(table.getMetaRecord(), indexSection.at(AtomSize), indexSection.at(2 * AtomSize)),
306 : DbIndex(index),
325 : DbIndex(metaRecord, indexId, isUniqueIndex),
/macosx-10.10/Security-57031.1.35/Security/libsecurity_filedb/lib/
H A DDbIndex.h20 // DbIndex.h
33 class DbIndex;
85 DbIndexKey(const ReadSection &key, const Range &keyRange, const DbIndex &index)
99 const DbIndex &mIndex;
104 class DbIndex class in namespace:Security
115 DbIndex(const MetaRecord &metaRecord, uint32 indexId, bool isUniqueIndex);
130 class DbConstIndex : public DbIndex
165 class DbMutableIndex : public DbIndex
H A DDbIndex.cpp20 // DbIndex.cpp
23 #include "DbIndex.h"
112 DbIndex::DbIndex(const MetaRecord &metaRecord, uint32 indexId, bool isUniqueIndex) function in class:DbIndex
122 DbIndex::appendAttribute(uint32 attributeId)
134 : DbIndex(table.getMetaRecord(), indexId, isUniqueIndex),
140 : DbIndex(table.getMetaRecord(), indexSection.at(AtomSize), indexSection.at(2 * AtomSize)),
306 : DbIndex(index),
325 : DbIndex(metaRecord, indexId, isUniqueIndex),

Completed in 112 milliseconds