Lines Matching refs:S2
458 VectorFst<Arc> S2(T2); in TestCompose()
465 ArcSort(&S2, ocomp); in TestCompose()
470 ComposeFst<Arc> C1(S1, S2); in TestCompose()
473 ComposeFst<Arc> C3(S2, S3); in TestCompose()
481 UnionFst<Arc> U1(S2, S3); in TestCompose()
484 ComposeFst<Arc> C2(S1, S2); in TestCompose()
493 UnionFst<Arc> U1(S1, S2); in TestCompose()
497 ComposeFst<Arc> C3(S2, S3); in TestCompose()
504 VectorFst<Arc> A2(S2); in TestCompose()
520 ComposeFst<Arc> C1(S1, S2); in TestCompose()
522 S1, S2, in TestCompose()
525 S1, S2, in TestCompose()
549 ArcSortFst< Arc, ILabelCompare<Arc> > S2(T, icomp); in TestSort()
550 CHECK(Equiv(S1, S2)); in TestSort()
556 VectorFst<Arc> S2(T); in TestSort()
558 Invert(&S2); in TestSort()
559 ArcSort(&S2, ocomp); in TestSort()
560 Invert(&S2); in TestSort()
561 CHECK(Equiv(S1, S2)); in TestSort()
964 VectorFst<Arc> S2(A2); in TestIntersect()
970 ArcSort(&S2, comp); in TestIntersect()
975 IntersectFst<Arc> I1(S1, S2); in TestIntersect()
977 CHECK(Subset(I1, S2)); in TestIntersect()
982 IntersectFst<Arc> I1(S1, S2); in TestIntersect()
986 UnionFst<Arc> U3(S2, S3); in TestIntersect()
996 Complement(S2, &C2); in TestIntersect()
1017 IntersectFst<Arc> I(S1, S2); in TestIntersect()
1027 UnionFst<Arc> U(S1, S2); in TestIntersect()