HomeSort by relevance Sort by last modified time
    Searched defs:LookupEntry (Results 1 - 2 of 2) sorted by null

  /external/openfst/src/include/fst/
generic-register.h 61 const EntryType *entry = LookupEntry(key);
86 const EntryType *entry = this->LookupEntry(key);
98 virtual const EntryType *LookupEntry(
  /external/skia/src/core/
SkBitmapHeap.h 211 struct LookupEntry {
212 LookupEntry(const SkBitmap& bm)
226 LookupEntry* fMoreRecentlyUsed;
227 LookupEntry* fLessRecentlyUsed;
232 * Compare two LookupEntry pointers for sorting and searching.
234 static bool Less(const LookupEntry& a, const LookupEntry& b);
244 int removeEntryFromLookupTable(LookupEntry*);
254 int findInLookupTable(const LookupEntry& key, SkBitmapHeapEntry** entry);
256 LookupEntry* findEntryToReplace(const SkBitmap& replacement)
    [all...]

Completed in 47 milliseconds