Home
last modified time | relevance | path

Searched refs:FIND_FIRST (Results 1 – 4 of 4) sorted by relevance

/external/marisa-trie/tools/
Dmarisa-find.cc15 FIND_FIRST, enumerator
116 case FIND_FIRST: { in find()
179 find_mode = FIND_FIRST; in main()
/external/marisa-trie/v0_1_5/tools/
Dmarisa_alpha-find.cc15 FIND_FIRST, enumerator
116 case FIND_FIRST: { in find()
180 find_mode = FIND_FIRST; in main()
/external/v8/src/heap/
Dheap.h2589 FIND_FIRST // Will stop the search after first match. enumerator
Dheap.cc5989 bool done = ((what_to_find_ == FIND_FIRST) && found_target_); in VisitPointers()
5994 done = ((what_to_find_ == FIND_FIRST) && found_target_); in VisitPointers()