Searched defs:find (Results 1 - 20 of 20) sorted by relevance

/haiku/src/system/libroot/posix/string/
H A Dstrcasestr.c50 strcasestr(const char *s, const char *find) argument
/haiku/src/apps/showimage/
H A DImageCache.cpp92 CacheMap::iterator find = fCacheMap.find(std::make_pair(ref, page)); local
/haiku/headers/cpp/std/
H A Dbastring.cc245 find (const charT* s, size_type pos, size_type n) const function in class:basic_string
269 find (charT c, size_type pos) const function in class:basic_string
H A Dbastring.h366 size_type find (const basic_string& str, size_type pos = 0) const function in class:basic_string
369 size_type find (const charT* _s, size_type pos = 0) const function in class:basic_string
/haiku/headers/cpp/
H A Dstl_hash_map.h176 iterator find(const key_type& __key) { return _M_ht.find(__key); } function in class:hash_map
177 const_iterator find(const key_type& __key) const function in class:hash_map
360 iterator find(const key_type& __key) { return _M_ht.find(__key); } function in class:hash_multimap
361 const_iterator find(const key_type& __key) const function in class:hash_multimap
H A Dstl_hash_set.h179 iterator find(const key_type& __key) const { return _M_ht.find(__key); } function in class:hash_set
351 iterator find(const key_type& __key) const { return _M_ht.find(__key); } function in class:hash_multiset
H A Dstl_map.h187 iterator find(const key_type& __x) { return _M_t.find(__x); } function in class:map
188 const_iterator find(const key_type& __x) const { return _M_t.find(__x); } function in class:map
H A Dstl_multimap.h176 iterator find(const key_type& __x) { return _M_t.find(__x); } function in class:multimap
177 const_iterator find(const key_type& __x) const { return _M_t.find(__x); } function in class:multimap
H A Dstl_multiset.h174 iterator find(const key_type& __x) const { return _M_t.find(__x); } function in class:multiset
H A Dstl_set.h168 iterator find(const key_type& __x) const { return _M_t.find(__x); } function in class:set
H A Dstl_hashtable.h458 iterator find(const key_type& __key) function in class:hashtable
469 const_iterator find(const key_type& __key) const function in class:hashtable
H A Dropeimpl.h949 rope<_CharT,_Alloc>::find(_CharT __pattern, size_t __start) const function in class:rope
H A Dstl_tree.h1115 _Rb_tree<_Key,_Value,_KeyOfValue,_Compare,_Alloc>::find(const _Key& __k) function in class:_Rb_tree
1134 _Rb_tree<_Key,_Value,_KeyOfValue,_Compare,_Alloc>::find(const _Key& __k) const function in class:_Rb_tree
H A Dstl_algo.h90 inline _InputIter find(_InputIter __first, _InputIter __last, function
112 _RandomAccessIter find(_RandomAccessIter __first, _RandomAccessIter __last, function
190 inline _InputIter find(_InputIter __first, _InputIter __last, function
[all...]
H A Dstl_rope.h2222 size_type find(_CharT* __s, size_type __pos = 0) const { function in class:rope
/haiku/src/add-ons/kernel/file_systems/cdda/
H A Dcdda.cpp152 find_string(const char *string, const char *find) argument
/haiku/src/tests/kits/storage/
H A DResourcesTest.cpp155 const ResourceInfo *find(type_code type, int32 id) const function in struct:ResourceSet
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dreparse.c147 } find; local
/haiku/src/apps/stylededit/
H A DStyledEditWindow.cpp1077 StyledEditWindow::SearchAllWindows(BString find, BString replace, argument
/haiku/src/kits/tracker/
H A DFindPanel.cpp575 FindWindow::FindSaveCommon(bool find) argument

Completed in 296 milliseconds