Lines Matching defs:index
43 void f1(std::ios_base::event ev, std::ios_base& stream, int index)
53 assert(index == 4);
58 void f2(std::ios_base::event ev, std::ios_base& stream, int index)
68 assert(index == 5);
73 void g1(std::ios_base::event ev, std::ios_base& stream, int index)
83 assert(index == 7);
88 void g2(std::ios_base::event ev, std::ios_base& stream, int index)
98 assert(index == 8);
103 void g3(std::ios_base::event ev, std::ios_base& stream, int index)
113 assert(index == 9);