| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/ |
| H A D | multiset.h | 359 _Base::equal_range(__x); in _GLIBCXX_VISIBILITY() 512 equal_range(const key_type& __x) in _GLIBCXX_VISIBILITY() 515 _Base::equal_range(__x); in _GLIBCXX_VISIBILITY() 523 equal_range(const key_type& __x) const in _GLIBCXX_VISIBILITY() 526 _Base::equal_range(__x); in _GLIBCXX_VISIBILITY() 536 equal_range(const _Kt& __x) in _GLIBCXX_VISIBILITY() 538 auto __res = _Base::equal_range(__x); in _GLIBCXX_VISIBILITY() 546 equal_range(const _Kt& __x) const in _GLIBCXX_VISIBILITY() 548 auto __res = _Base::equal_range(__x); in _GLIBCXX_VISIBILITY()
|
| H A D | multimap.h | 392 _Base::equal_range(__x); in _GLIBCXX_VISIBILITY() 544 equal_range(const key_type& __x) in _GLIBCXX_VISIBILITY() 547 _Base::equal_range(__x); in _GLIBCXX_VISIBILITY() 557 equal_range(const _Kt& __x) in _GLIBCXX_VISIBILITY() 559 auto __res = _Base::equal_range(__x); in _GLIBCXX_VISIBILITY() 565 equal_range(const key_type& __x) const in _GLIBCXX_VISIBILITY() 568 _Base::equal_range(__x); in _GLIBCXX_VISIBILITY() 578 equal_range(const _Kt& __x) const in _GLIBCXX_VISIBILITY() 580 auto __res = _Base::equal_range(__x); in _GLIBCXX_VISIBILITY()
|
| H A D | set.h | 523 equal_range(const key_type& __x) in _GLIBCXX_VISIBILITY() 526 _Base::equal_range(__x); in _GLIBCXX_VISIBILITY() 534 equal_range(const key_type& __x) const in _GLIBCXX_VISIBILITY() 537 _Base::equal_range(__x); in _GLIBCXX_VISIBILITY() 547 equal_range(const _Kt& __x) in _GLIBCXX_VISIBILITY() 549 auto __res = _Base::equal_range(__x); in _GLIBCXX_VISIBILITY() 557 equal_range(const _Kt& __x) const in _GLIBCXX_VISIBILITY() 559 auto __res = _Base::equal_range(__x); in _GLIBCXX_VISIBILITY()
|
| H A D | unordered_set | 510 equal_range(const key_type& __key) 512 auto __res = _Base::equal_range(__key); 521 equal_range(const _Kt& __k) 523 auto __res = _Base::equal_range(__k); 529 equal_range(const key_type& __key) const 531 auto __res = _Base::equal_range(__key); 540 equal_range(const _Kt& __k) const 542 auto __res = _Base::equal_range(__k); 1185 equal_range(const key_type& __key) 1187 auto __res = _Base::equal_range(__key); [all …]
|
| H A D | map.h | 662 equal_range(const key_type& __x) in _GLIBCXX_VISIBILITY() 665 _Base::equal_range(__x); in _GLIBCXX_VISIBILITY() 675 equal_range(const _Kt& __x) in _GLIBCXX_VISIBILITY() 677 auto __res = _Base::equal_range(__x); in _GLIBCXX_VISIBILITY() 683 equal_range(const key_type& __x) const in _GLIBCXX_VISIBILITY() 686 _Base::equal_range(__x); in _GLIBCXX_VISIBILITY() 696 equal_range(const _Kt& __x) const in _GLIBCXX_VISIBILITY() 698 auto __res = _Base::equal_range(__x); in _GLIBCXX_VISIBILITY()
|
| H A D | unordered_map | 622 equal_range(const key_type& __key) 624 auto __res = _Base::equal_range(__key); 633 equal_range(const _Kt& __k) 635 auto __res = _Base::equal_range(__k); 641 equal_range(const key_type& __key) const 643 auto __res = _Base::equal_range(__key); 652 equal_range(const _Kt& __k) const 654 auto __res = _Base::equal_range(__k); 1338 equal_range(const key_type& __key) 1340 auto __res = _Base::equal_range(__key); [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/ |
| H A D | multiset.h | 349 _Base::equal_range(__x); in _GLIBCXX_VISIBILITY() 502 equal_range(const key_type& __x) in _GLIBCXX_VISIBILITY() 505 _Base::equal_range(__x); in _GLIBCXX_VISIBILITY() 513 equal_range(const key_type& __x) const in _GLIBCXX_VISIBILITY() 516 _Base::equal_range(__x); in _GLIBCXX_VISIBILITY() 526 equal_range(const _Kt& __x) in _GLIBCXX_VISIBILITY() 528 auto __res = _Base::equal_range(__x); in _GLIBCXX_VISIBILITY() 536 equal_range(const _Kt& __x) const in _GLIBCXX_VISIBILITY() 538 auto __res = _Base::equal_range(__x); in _GLIBCXX_VISIBILITY()
|
| H A D | multimap.h | 382 _Base::equal_range(__x); in _GLIBCXX_VISIBILITY() 534 equal_range(const key_type& __x) in _GLIBCXX_VISIBILITY() 537 _Base::equal_range(__x); in _GLIBCXX_VISIBILITY() 547 equal_range(const _Kt& __x) in _GLIBCXX_VISIBILITY() 549 auto __res = _Base::equal_range(__x); in _GLIBCXX_VISIBILITY() 555 equal_range(const key_type& __x) const in _GLIBCXX_VISIBILITY() 558 _Base::equal_range(__x); in _GLIBCXX_VISIBILITY() 568 equal_range(const _Kt& __x) const in _GLIBCXX_VISIBILITY() 570 auto __res = _Base::equal_range(__x); in _GLIBCXX_VISIBILITY()
|
| H A D | set.h | 514 equal_range(const key_type& __x) in _GLIBCXX_VISIBILITY() 517 _Base::equal_range(__x); in _GLIBCXX_VISIBILITY() 525 equal_range(const key_type& __x) const in _GLIBCXX_VISIBILITY() 528 _Base::equal_range(__x); in _GLIBCXX_VISIBILITY() 538 equal_range(const _Kt& __x) in _GLIBCXX_VISIBILITY() 540 auto __res = _Base::equal_range(__x); in _GLIBCXX_VISIBILITY() 548 equal_range(const _Kt& __x) const in _GLIBCXX_VISIBILITY() 550 auto __res = _Base::equal_range(__x); in _GLIBCXX_VISIBILITY()
|
| H A D | map.h | 653 equal_range(const key_type& __x) in _GLIBCXX_VISIBILITY() 656 _Base::equal_range(__x); in _GLIBCXX_VISIBILITY() 666 equal_range(const _Kt& __x) in _GLIBCXX_VISIBILITY() 668 auto __res = _Base::equal_range(__x); in _GLIBCXX_VISIBILITY() 674 equal_range(const key_type& __x) const in _GLIBCXX_VISIBILITY() 677 _Base::equal_range(__x); in _GLIBCXX_VISIBILITY() 687 equal_range(const _Kt& __x) const in _GLIBCXX_VISIBILITY() 689 auto __res = _Base::equal_range(__x); in _GLIBCXX_VISIBILITY()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/profile/ |
| H A D | multiset.h | 515 equal_range(const key_type& __x) in _GLIBCXX_VISIBILITY() 519 = _Base::equal_range(__x); in _GLIBCXX_VISIBILITY() 527 equal_range(const key_type& __x) const in _GLIBCXX_VISIBILITY() 531 = _Base::equal_range(__x); in _GLIBCXX_VISIBILITY() 541 equal_range(const _Kt& __x) in _GLIBCXX_VISIBILITY() 544 auto __res = _Base::equal_range(__x); in _GLIBCXX_VISIBILITY() 552 equal_range(const _Kt& __x) const in _GLIBCXX_VISIBILITY() 555 auto __res = _Base::equal_range(__x); in _GLIBCXX_VISIBILITY()
|
| H A D | set.h | 500 equal_range(const key_type& __x) in _GLIBCXX_VISIBILITY() 504 = _Base::equal_range(__x); in _GLIBCXX_VISIBILITY() 510 equal_range(const key_type& __x) const in _GLIBCXX_VISIBILITY() 514 = _Base::equal_range(__x); in _GLIBCXX_VISIBILITY() 524 equal_range(const _Kt& __x) in _GLIBCXX_VISIBILITY() 527 auto __res = _Base::equal_range(__x); in _GLIBCXX_VISIBILITY() 535 equal_range(const _Kt& __x) const in _GLIBCXX_VISIBILITY() 538 auto __res = _Base::equal_range(__x); in _GLIBCXX_VISIBILITY()
|
| H A D | map.h | 565 equal_range(const key_type& __x) in _GLIBCXX_VISIBILITY() 569 = _Base::equal_range(__x); in _GLIBCXX_VISIBILITY() 579 equal_range(const _Kt& __x) in _GLIBCXX_VISIBILITY() 582 auto __res = _Base::equal_range(__x); in _GLIBCXX_VISIBILITY() 588 equal_range(const key_type& __x) const in _GLIBCXX_VISIBILITY() 592 = _Base::equal_range(__x); in _GLIBCXX_VISIBILITY() 602 equal_range(const _Kt& __x) const in _GLIBCXX_VISIBILITY() 605 auto __res = _Base::equal_range(__x); in _GLIBCXX_VISIBILITY()
|
| H A D | multimap.h | 524 equal_range(const key_type& __x) in _GLIBCXX_VISIBILITY() 528 = _Base::equal_range(__x); in _GLIBCXX_VISIBILITY() 538 equal_range(const _Kt& __x) in _GLIBCXX_VISIBILITY() 541 auto __res = _Base::equal_range(__x); in _GLIBCXX_VISIBILITY() 547 equal_range(const key_type& __x) const in _GLIBCXX_VISIBILITY() 551 = _Base::equal_range(__x); in _GLIBCXX_VISIBILITY() 561 equal_range(const _Kt& __x) const in _GLIBCXX_VISIBILITY() 564 auto __res = _Base::equal_range(__x); in _GLIBCXX_VISIBILITY()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| H A D | unordered_set.h | 728 equal_range(const key_type& __x) in _GLIBCXX_VISIBILITY() 729 { return _M_h.equal_range(__x); } in _GLIBCXX_VISIBILITY() 734 equal_range(const _Kt& __k) in _GLIBCXX_VISIBILITY() 740 equal_range(const key_type& __x) const in _GLIBCXX_VISIBILITY() 741 { return _M_h.equal_range(__x); } in _GLIBCXX_VISIBILITY() 746 equal_range(const _Kt& __k) const in _GLIBCXX_VISIBILITY() 1573 equal_range(const key_type& __x) in _GLIBCXX_VISIBILITY() 1574 { return _M_h.equal_range(__x); } in _GLIBCXX_VISIBILITY() 1579 equal_range(const _Kt& __x) in _GLIBCXX_VISIBILITY() 1585 equal_range(const key_type& __x) const in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | stl_multiset.h | 881 equal_range(const key_type& __x) in _GLIBCXX_VISIBILITY() 882 { return _M_t.equal_range(__x); } in _GLIBCXX_VISIBILITY() 885 equal_range(const key_type& __x) const in _GLIBCXX_VISIBILITY() 886 { return _M_t.equal_range(__x); } in _GLIBCXX_VISIBILITY() 891 equal_range(const _Kt& __x) in _GLIBCXX_VISIBILITY() 897 equal_range(const _Kt& __x) const in _GLIBCXX_VISIBILITY()
|
| H A D | unordered_map.h | 943 equal_range(const key_type& __x) in _GLIBCXX_VISIBILITY() 944 { return _M_h.equal_range(__x); } in _GLIBCXX_VISIBILITY() 949 equal_range(const _Kt& __x) in _GLIBCXX_VISIBILITY() 955 equal_range(const key_type& __x) const in _GLIBCXX_VISIBILITY() 956 { return _M_h.equal_range(__x); } in _GLIBCXX_VISIBILITY() 961 equal_range(const _Kt& __x) const in _GLIBCXX_VISIBILITY() 1882 equal_range(const key_type& __x) in _GLIBCXX_VISIBILITY() 1883 { return _M_h.equal_range(__x); } in _GLIBCXX_VISIBILITY() 1888 equal_range(const _Kt& __x) in _GLIBCXX_VISIBILITY() 1894 equal_range(const key_type& __x) const in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | stl_set.h | 900 equal_range(const key_type& __x) in _GLIBCXX_VISIBILITY() 901 { return _M_t.equal_range(__x); } in _GLIBCXX_VISIBILITY() 904 equal_range(const key_type& __x) const in _GLIBCXX_VISIBILITY() 905 { return _M_t.equal_range(__x); } in _GLIBCXX_VISIBILITY() 910 equal_range(const _Kt& __x) in _GLIBCXX_VISIBILITY() 916 equal_range(const _Kt& __x) const in _GLIBCXX_VISIBILITY()
|
| H A D | stl_multimap.h | 1026 equal_range(const key_type& __x) in _GLIBCXX_VISIBILITY() 1027 { return _M_t.equal_range(__x); } in _GLIBCXX_VISIBILITY() 1032 equal_range(const _Kt& __x) in _GLIBCXX_VISIBILITY() 1053 equal_range(const key_type& __x) const in _GLIBCXX_VISIBILITY() 1054 { return _M_t.equal_range(__x); } in _GLIBCXX_VISIBILITY() 1059 equal_range(const _Kt& __x) const in _GLIBCXX_VISIBILITY()
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/include/ext/ |
| H A D | hash_set | 81 pair<iterator, iterator> equal_range(const key_type& k); 82 pair<const_iterator, const_iterator> equal_range(const key_type& k) const; 167 pair<iterator, iterator> equal_range(const key_type& k); 168 pair<const_iterator, const_iterator> equal_range(const key_type& k) const; 311 std::pair<iterator, iterator> equal_range(const key_type& __k) 314 std::pair<const_iterator, const_iterator> equal_range(const key_type& __k) const 531 std::pair<iterator, iterator> equal_range(const key_type& __k) 534 std::pair<const_iterator, const_iterator> equal_range(const key_type& __k) const 637 _EqRng __xeq = __x.equal_range(*__i); 638 _EqRng __yeq = __y.equal_range(*__i);
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| H A D | stl_multiset.h | 879 equal_range(const key_type& __x) in _GLIBCXX_VISIBILITY() 880 { return _M_t.equal_range(__x); } in _GLIBCXX_VISIBILITY() 883 equal_range(const key_type& __x) const in _GLIBCXX_VISIBILITY() 884 { return _M_t.equal_range(__x); } in _GLIBCXX_VISIBILITY() 889 equal_range(const _Kt& __x) in _GLIBCXX_VISIBILITY() 895 equal_range(const _Kt& __x) const in _GLIBCXX_VISIBILITY()
|
| H A D | stl_set.h | 898 equal_range(const key_type& __x) in _GLIBCXX_VISIBILITY() 899 { return _M_t.equal_range(__x); } in _GLIBCXX_VISIBILITY() 902 equal_range(const key_type& __x) const in _GLIBCXX_VISIBILITY() 903 { return _M_t.equal_range(__x); } in _GLIBCXX_VISIBILITY() 908 equal_range(const _Kt& __x) in _GLIBCXX_VISIBILITY() 914 equal_range(const _Kt& __x) const in _GLIBCXX_VISIBILITY()
|
| H A D | stl_multimap.h | 1020 equal_range(const key_type& __x) in _GLIBCXX_VISIBILITY() 1021 { return _M_t.equal_range(__x); } in _GLIBCXX_VISIBILITY() 1026 equal_range(const _Kt& __x) in _GLIBCXX_VISIBILITY() 1047 equal_range(const key_type& __x) const in _GLIBCXX_VISIBILITY() 1048 { return _M_t.equal_range(__x); } in _GLIBCXX_VISIBILITY() 1053 equal_range(const _Kt& __x) const in _GLIBCXX_VISIBILITY()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/backward/ |
| H A D | hash_map | 228 equal_range(const key_type& __key) 229 { return _M_ht.equal_range(__key); } 232 equal_range(const key_type& __key) const 233 { return _M_ht.equal_range(__key); } 443 equal_range(const key_type& __key) 444 { return _M_ht.equal_range(__key); } 447 equal_range(const key_type& __key) const 448 { return _M_ht.equal_range(__key); }
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/backward/ |
| H A D | hash_map | 228 equal_range(const key_type& __key) 229 { return _M_ht.equal_range(__key); } 232 equal_range(const key_type& __key) const 233 { return _M_ht.equal_range(__key); } 443 equal_range(const key_type& __key) 444 { return _M_ht.equal_range(__key); } 447 equal_range(const key_type& __key) const 448 { return _M_ht.equal_range(__key); }
|