Searched refs:metaAttribute (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/include/security_filedb/
H A DSelectionPredicate.cpp27 : mMetaAttribute(inMetaRecord.metaAttribute(inPredicate.Attribute.Info)),
H A DDbIndex.cpp66 const MetaAttribute &metaAttribute = *mKey.mIndex.mAttributes[i]; local
67 auto_ptr<DbValue> value1(metaAttribute.createValue(*key1, valueOffset1));
68 auto_ptr<DbValue> value2(metaAttribute.createValue(*key2, valueOffset2));
70 if (metaAttribute.evaluate(value1.get(), value2.get(), CSSM_DB_LESS_THAN))
73 else if (metaAttribute.evaluate(value2.get(), value1.get(), CSSM_DB_LESS_THAN))
94 const MetaAttribute &metaAttribute = *mIndex.mAttributes[i]; local
95 auto_ptr<DbValue> value1(metaAttribute.createValue(mKeySection.subsection(mKeyRange),
97 auto_ptr<DbValue> value2(metaAttribute.createValue(other.mKeySection.subsection(other.mKeyRange),
100 if (metaAttribute.evaluate(value1.get(), value2.get(), CSSM_DB_LESS_THAN))
103 else if (metaAttribute
413 const MetaAttribute &metaAttribute = *(mAttributes[attributeIndex]); local
[all...]
H A DMetaRecord.cpp251 const MetaAttribute &aMetaAttribute = metaAttribute(inoutAttribute.Info);
431 MetaRecord::metaAttribute(const CSSM_DB_ATTRIBUTE_INFO &inAttributeInfo) const function in class:MetaRecord
571 const MetaAttribute &metaAttribute = *mAttributeVector[anIndex]; local
572 metaAttribute.packAttribute(inWriteSection, anOffset,
H A DMetaRecord.h90 const MetaAttribute &metaAttribute(const CSSM_DB_ATTRIBUTE_INFO &inAttributeInfo) const;
H A DAppleDatabase.cpp1819 uint32 attributeId = aMetaRecord.metaAttribute(inInfo.at(anIndex)).attributeId();
1868 aMetaRecord.metaAttribute(thisIndex.Info).attributeId();
/macosx-10.10/Security-57031.1.35/Security/libsecurity_filedb/lib/
H A DSelectionPredicate.cpp27 : mMetaAttribute(inMetaRecord.metaAttribute(inPredicate.Attribute.Info)),
H A DDbIndex.cpp66 const MetaAttribute &metaAttribute = *mKey.mIndex.mAttributes[i]; local
67 auto_ptr<DbValue> value1(metaAttribute.createValue(*key1, valueOffset1));
68 auto_ptr<DbValue> value2(metaAttribute.createValue(*key2, valueOffset2));
70 if (metaAttribute.evaluate(value1.get(), value2.get(), CSSM_DB_LESS_THAN))
73 else if (metaAttribute.evaluate(value2.get(), value1.get(), CSSM_DB_LESS_THAN))
94 const MetaAttribute &metaAttribute = *mIndex.mAttributes[i]; local
95 auto_ptr<DbValue> value1(metaAttribute.createValue(mKeySection.subsection(mKeyRange),
97 auto_ptr<DbValue> value2(metaAttribute.createValue(other.mKeySection.subsection(other.mKeyRange),
100 if (metaAttribute.evaluate(value1.get(), value2.get(), CSSM_DB_LESS_THAN))
103 else if (metaAttribute
413 const MetaAttribute &metaAttribute = *(mAttributes[attributeIndex]); local
[all...]
H A DMetaRecord.cpp251 const MetaAttribute &aMetaAttribute = metaAttribute(inoutAttribute.Info);
431 MetaRecord::metaAttribute(const CSSM_DB_ATTRIBUTE_INFO &inAttributeInfo) const function in class:MetaRecord
571 const MetaAttribute &metaAttribute = *mAttributeVector[anIndex]; local
572 metaAttribute.packAttribute(inWriteSection, anOffset,
H A DMetaRecord.h90 const MetaAttribute &metaAttribute(const CSSM_DB_ATTRIBUTE_INFO &inAttributeInfo) const;
H A DAppleDatabase.cpp1819 uint32 attributeId = aMetaRecord.metaAttribute(inInfo.at(anIndex)).attributeId();
1868 aMetaRecord.metaAttribute(thisIndex.Info).attributeId();

Completed in 121 milliseconds