Searched defs:find_first (Results 1 - 8 of 8) sorted by relevance

/external/marisa-trie/tools/
H A Dmarisa-find.cc56 void find_first(const marisa::Trie &trie, const std::string &str) { function in namespace:__anon22974
58 const marisa::UInt32 key_id = trie.find_first(str, &length);
117 find_first(trie, str);
/external/marisa-trie/v0_1_5/tools/
H A Dmarisa_alpha-find.cc56 void find_first(const marisa_alpha::Trie &trie, const std::string &str) { function in namespace:__anon22987
58 const marisa_alpha::UInt32 key_id = trie.find_first(str, &length);
117 find_first(trie, str);
/external/llvm/include/llvm/ADT/
H A DBitVector.h157 /// find_first - Returns the index of the first set bit, -1 if none
159 int find_first() const { function in class:llvm::BitVector
H A DSmallBitVector.h211 /// find_first - Returns the index of the first set bit, -1 if none
213 int find_first() const { function in class:llvm::SmallBitVector
224 return getPointer()->find_first();
/external/marisa-trie/lib/marisa/
H A Dtrie-inline.h42 inline UInt32 Trie::find_first(const std::string &str, function in class:marisa::Trie
44 return find_first(str.c_str(), str.length(), key_length);
H A Dtrie-search.cc114 UInt32 Trie::find_first(const char *str, function in class:marisa::Trie
121 UInt32 Trie::find_first(const char *ptr, std::size_t length, function in class:marisa::Trie
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
H A Dtrie-inline.h42 inline UInt32 Trie::find_first(const std::string &str, function in class:marisa_alpha::Trie
44 return find_first(str.c_str(), str.length(), key_length);
H A Dtrie-search.cc117 UInt32 Trie::find_first(const char *str, function in class:marisa_alpha::Trie
124 UInt32 Trie::find_first(const char *ptr, std::size_t length, function in class:marisa_alpha::Trie

Completed in 136 milliseconds