Lines Matching refs:Bi
34 typedef bidirectional_iterator<const char*> Bi; in main() typedef
36 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)), in main()
37 Bi(std::end(phone_book)-1), phone_numbers, in main()
46 typedef bidirectional_iterator<const char*> Bi; in main() typedef
48 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)), in main()
49 Bi(std::end(phone_book)-1), phone_numbers, in main()
59 typedef bidirectional_iterator<const char*> Bi; in main() typedef
61 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)), in main()
62 Bi(std::end(phone_book)-1), phone_numbers, in main()
72 typedef bidirectional_iterator<const char*> Bi; in main() typedef
74 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)), in main()
75 Bi(std::end(phone_book)-1), phone_numbers, in main()
85 typedef bidirectional_iterator<const char*> Bi; in main() typedef
87 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)), in main()
88 Bi(std::end(phone_book)-1), phone_numbers, in main()
98 typedef bidirectional_iterator<const char*> Bi; in main() typedef
100 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)), in main()
101 Bi(std::end(phone_book)-1), phone_numbers, in main()