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

/macosx-10.10/Security-57031.1.35/Security/include/security_filedb/
H A DDbIndex.h86 : mKeySection(key), mKeyRange(keyRange), mIndex(index) {}
91 const uint8 *keyData() const { return mKeySection.range(mKeyRange); }
95 const ReadSection &mKeySection; member in class:Security::DbIndexKey
H A DDbIndex.cpp95 auto_ptr<DbValue> value1(metaAttribute.createValue(mKeySection.subsection(mKeyRange),
97 auto_ptr<DbValue> value2(metaAttribute.createValue(other.mKeySection.subsection(other.mKeyRange),
/macosx-10.10/Security-57031.1.35/Security/libsecurity_filedb/lib/
H A DDbIndex.h86 : mKeySection(key), mKeyRange(keyRange), mIndex(index) {}
91 const uint8 *keyData() const { return mKeySection.range(mKeyRange); }
95 const ReadSection &mKeySection; member in class:Security::DbIndexKey
H A DDbIndex.cpp95 auto_ptr<DbValue> value1(metaAttribute.createValue(mKeySection.subsection(mKeyRange),
97 auto_ptr<DbValue> value2(metaAttribute.createValue(other.mKeySection.subsection(other.mKeyRange),

Completed in 107 milliseconds