Home
last modified time | relevance | path

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

/haiku/src/bin/
H A Dtranslate.cpp67 TypeList &typesSeen, TypeList &path, double &pathQuality);
348 TypeList &typesSeen, TypeList &path, double &pathQuality) in FindPath() argument
413 typesSeen.Add(inFormat); in FindPath()
416 if (formats[j].group != group || typesSeen.FindType(formats[j].type)) in FindPath()
431 if (FindPath(&formats[j], stream, typesSeen, path, quality) == B_OK) { in FindPath()
441 typesSeen.Remove(inFormat); in FindPath()