Searched refs:findIndex (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/include/llvm/ADT/
H A DSparseSet.h194 /// findIndex - Find an element by its index.
199 iterator findIndex(unsigned Idx) { function in class:llvm::SparseSet
223 return findIndex(KeyIndexOf(Key));
227 return const_cast<SparseSet*>(this)->findIndex(KeyIndexOf(Key));
248 iterator I = findIndex(Idx);
/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOConfigDirectory.cpp37 static int findIndex(const UInt32* base, int size, int key,
40 int findIndex(const UInt32* base, int size, int key, UInt32 type) function
174 index = findIndex(data, fNumEntries, key);
203 index = findIndex(data, fNumEntries, key);
241 index = findIndex(data, fNumEntries, key, kConfigLeafKeyType);
282 index = findIndex(data, fNumEntries, key, kConfigDirectoryKeyType);
322 index = findIndex(data, fNumEntries, key, kConfigOffsetKeyType);
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Ducnvseltst.c261 static int32_t findIndex(const char* converterName) { function
300 encIndex = findIndex(encodings[i]);
336 resultsFromSystem[findIndex(name)] = TRUE;
/macosx-10.10/JavaScriptCore-7600.1.17/builtins/
H A DArray.prototype.js216 function findIndex(callback /*, thisArg */) { function in function:map
219 throw new @TypeError("Array.prototype.findIndex requires that |this| not be null");
222 throw new @TypeError("Array.prototype.findIndex requires that |this| not be undefined");
228 throw new @TypeError("Array.prototype.findIndex callback must be a function");
/macosx-10.10/Security-57031.1.35/Security/include/security_filedb/
H A DAppleDatabase.h160 DbMutableIndex &findIndex(uint32 indexId, const MetaRecord &metaRecord, bool isUniqueIndex);
H A DAppleDatabase.cpp518 ModifiedTable::findIndex(uint32 indexId, const MetaRecord &metaRecord, bool isUniqueIndex) function in class:ModifiedTable
1882 DbMutableIndex &index = aTable.findIndex(indexId, aMetaRecord, indexId == 0);
1960 DbMutableIndex &index = aTable->findIndex(inIndexInfo[anIndex].IndexId,
/macosx-10.10/Security-57031.1.35/Security/libsecurity_filedb/lib/
H A DAppleDatabase.h160 DbMutableIndex &findIndex(uint32 indexId, const MetaRecord &metaRecord, bool isUniqueIndex);
H A DAppleDatabase.cpp518 ModifiedTable::findIndex(uint32 indexId, const MetaRecord &metaRecord, bool isUniqueIndex) function in class:ModifiedTable
1882 DbMutableIndex &index = aTable.findIndex(indexId, aMetaRecord, indexId == 0);
1960 DbMutableIndex &index = aTable->findIndex(inIndexInfo[anIndex].IndexId,

Completed in 216 milliseconds