Home
last modified time | relevance | path

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

/external/openfst/src/include/fst/
Dinterval-set.h298 bool only1 = false; // point in intervals_ but not intervals in StrictlyOverlaps() local
304 only1 = true; in StrictlyOverlaps()
318 only1 = true; in StrictlyOverlaps()
322 only1 = true; in StrictlyOverlaps()
326 if (only1 == true && only2 == true && overlap == true) in StrictlyOverlaps()
330 only1 = true; in StrictlyOverlaps()
334 return only1 == true && only2 == true && overlap == true; in StrictlyOverlaps()