Home
last modified time | relevance | path

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

/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/marisa-trie/tools/
Dmarisa-find.cc15 FIND_FIRST, enumerator
116 case FIND_FIRST: { in find()
179 find_mode = FIND_FIRST; in main()
/external/v8/src/
Dheap.h2662 FIND_FIRST // Will stop the search after first match. enumerator
Dliveobjectlist.cc2136 LolPathTracer tracer(f, obj2, LolPathTracer::FIND_FIRST); in GetPathPrivate()
Dheap.cc6450 bool done = ((what_to_find_ == FIND_FIRST) && found_target_); in VisitPointers()
6455 done = ((what_to_find_ == FIND_FIRST) && found_target_); in VisitPointers()