Searched refs:take_second (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/boost/regex/v4/ |
D | perl_matcher_recursive.hpp | 268 bool take_first, take_second; in match_alt() local 275 take_second = jmp->can_be_null & mask_skip; in match_alt() 280 take_second = can_start(*position, jmp->_map, (unsigned char)mask_skip); in match_alt() 287 if(take_second) in match_alt() 312 if(take_second) in match_alt() 341 bool take_first, take_second; in match_rep() local 345 take_second = rep->can_be_null & mask_skip; in match_rep() 350 take_second = can_start(*position, rep->_map, (unsigned char)mask_skip); in match_rep() 383 if(take_second) in match_rep() 393 if(take_second) in match_rep()
|
D | perl_matcher_non_recursive.hpp | 562 bool take_first, take_second; in match_alt() local 569 take_second = jmp->can_be_null & mask_skip; in match_alt() 574 take_second = can_start(*position, jmp->_map, (unsigned char)mask_skip); in match_alt() 581 if(take_second) in match_alt() 588 if(take_second) in match_alt() 609 bool take_first, take_second; in match_rep() local 613 take_second = rep->can_be_null & mask_skip; in match_rep() 618 take_second = can_start(*position, rep->_map, (unsigned char)mask_skip); in match_rep() 655 if(take_second) in match_rep() 665 else if(take_second) in match_rep() [all …]
|