Searched defs:BidiIterator (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/boost/regex/v4/ |
D | match_results.hpp | 589 …X_CALL match_results<BidiIterator, Allocator>::maybe_assign(const match_results<BidiIterator, Allo… in maybe_assign() 676 void swap(match_results<BidiIterator, Allocator>& a, match_results<BidiIterator, Allocator>& b) in swap() 685 const match_results<BidiIterator, Allocator>& s) in operator <<() 692 const match_results<BidiIterator, Allocator>& s) in operator <<()
|
D | regex_search.hpp | 38 match_results<BidiIterator, Allocator>& m, in regex_search() 47 match_results<BidiIterator, Allocator>& m, in regex_search()
|
D | perl_matcher_recursive.hpp | 49 backup_subex(const match_results<BidiIterator, A>& w, int i) in backup_subex() 52 void restore(match_results<BidiIterator, A>& w) in restore()
|
D | perl_matcher.hpp | 385 match_results<BidiIterator, Allocator>& what, in perl_matcher()
|
D | regex_match.hpp | 45 match_results<BidiIterator, Allocator>& m, in regex_match()
|
/third_party/boost/boost/regex/ |
D | icu.hpp | 457 match_results<BidiIterator, Allocator>& m, in do_regex_match() 466 match_results<BidiIterator, Allocator>& m, in do_regex_match() 482 match_results<BidiIterator, Allocator>& m, in do_regex_match() 500 match_results<BidiIterator, Allocator>& m, in u32regex_match() 630 match_results<BidiIterator, Allocator>& m, in do_regex_search() 640 match_results<BidiIterator, Allocator>& m, in do_regex_search() 657 match_results<BidiIterator, Allocator>& m, in do_regex_search() 676 match_results<BidiIterator, Allocator>& m, in u32regex_search() 684 match_results<BidiIterator, Allocator>& m, in u32regex_search()
|
D | concepts.hpp | 290 typedef bidirectional_iterator_archetype<value_type> BidiIterator; typedef 615 typedef boost::bidirectional_iterator_archetype<value_type> BidiIterator; typedef 856 typedef bidirectional_iterator_archetype<value_type> BidiIterator; typedef
|