Lines Matching defs:Bi
33 typedef bidirectional_iterator<const char*> Bi;
35 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
36 Bi(std::end(phone_book)-1), phone_numbers,
45 typedef bidirectional_iterator<const char*> Bi;
47 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
48 Bi(std::end(phone_book)-1), phone_numbers,
58 typedef bidirectional_iterator<const char*> Bi;
60 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
61 Bi(std::end(phone_book)-1), phone_numbers,
71 typedef bidirectional_iterator<const char*> Bi;
73 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
74 Bi(std::end(phone_book)-1), phone_numbers,
84 typedef bidirectional_iterator<const char*> Bi;
86 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
87 Bi(std::end(phone_book)-1), phone_numbers,
97 typedef bidirectional_iterator<const char*> Bi;
99 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
100 Bi(std::end(phone_book)-1), phone_numbers,