Searched defs:lsearch (Results 1 – 3 of 3) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-vector.hh | 247 Type *lsearch (const T &x, Type *not_found = nullptr) in lsearch() function 250 const Type *lsearch (const T &x, const Type *not_found = nullptr) const in lsearch() function
|
D | hb-array.hh | 112 Type *lsearch (const T &x, Type *not_found = nullptr) in lsearch() function 121 const Type *lsearch (const T &x, const Type *not_found = nullptr) const in lsearch() function
|
D | hb-open-type.hh | 388 Type &lsearch (unsigned int len, const T &x, Type ¬_found = Crap (Type)) in lsearch() function 391 const Type &lsearch (unsigned int len, const T &x, const Type ¬_found = Null (Type)) const in lsearch() function 605 Type &lsearch (const T &x, Type ¬_found = Crap (Type)) in lsearch() function 608 const Type &lsearch (const T &x, const Type ¬_found = Null (Type)) const in lsearch() function
|