Lines Matching defs:ev
43 void f1(std::ios_base::event ev, std::ios_base& stream, int index)
45 if (ev == std::ios_base::erase_event)
58 void f2(std::ios_base::event ev, std::ios_base& stream, int index)
60 if (ev == std::ios_base::erase_event)
73 void g1(std::ios_base::event ev, std::ios_base& stream, int index)
75 if (ev == std::ios_base::copyfmt_event)
88 void g2(std::ios_base::event ev, std::ios_base& stream, int index)
90 if (ev == std::ios_base::copyfmt_event)
103 void g3(std::ios_base::event ev, std::ios_base& stream, int index)
105 if (ev == std::ios_base::copyfmt_event)