| /src/external/bsd/openldap/dist/contrib/ldapc++/src/ |
| LDAPControlSet.h | 22 typedef CtrlList::const_iterator const_iterator; typedef in class:LDAPControlSet 68 const_iterator begin() const; 74 const_iterator end() const;
|
| LDAPEntryList.h | 27 typedef ListType::const_iterator const_iterator; typedef in class:LDAPEntryList 57 const_iterator begin() const; 62 const_iterator end() const;
|
| LDAPReferenceList.h | 26 typedef ListType::const_iterator const_iterator; typedef in class:LDAPReferenceList 58 const_iterator begin() const; 64 const_iterator end() const;
|
| LDAPUrlList.h | 22 typedef ListType::const_iterator const_iterator; typedef in class:LDAPUrlList 63 const_iterator begin() const; 69 const_iterator end() const;
|
| StringList.h | 24 typedef ListType::const_iterator const_iterator; typedef in class:StringList 77 const_iterator begin() const; 83 const_iterator end() const;
|
| LDAPAttributeList.h | 31 typedef ListType::const_iterator const_iterator; typedef in class:LDAPAttributeList 74 const_iterator begin() const; 80 const_iterator end() const;
|
| /src/external/bsd/kyua-cli/dist/utils/cmdline/ |
| commands_map.hpp | 78 typedef typename categories_map::const_iterator const_iterator; typedef in class:utils::cmdline::commands_map 82 const_iterator begin(void) const; 83 const_iterator end(void) const;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/branch_policy/ |
| null_node_metadata.hpp | 56 typedef typename __traits_type::pointer const_iterator; typedef in struct:__gnu_pbds::detail::dumnode_const_iterator 59 typedef const_iterator value_type; 60 typedef const_iterator const_reference;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/ |
| sample_trie_access_traits.hpp | 54 typedef std::string::const_iterator const_iterator; typedef in struct:__gnu_pbds::sample_trie_access_traits 64 /// Returns a const_iterator to the first element of r_key. 65 inline static const_iterator 68 /// Returns a const_iterator to the after-last element of r_key. 69 inline static const_iterator
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| Path.h | 52 class const_iterator class in namespace:llvm::sys::path 53 : public iterator_facade_base<const_iterator, std::input_iterator_tag, 61 friend const_iterator begin(StringRef path, Style style); 62 friend const_iterator end(StringRef path); 66 const_iterator &operator++(); // preincrement 67 bool operator==(const const_iterator &RHS) const; 70 ptrdiff_t operator-(const const_iterator &RHS) const; 77 /// of \a const_iterator 101 const_iterator begin(StringRef path, Style style = Style::native); 106 const_iterator end(StringRef path) [all...] |
| /src/external/bsd/kyua-cli/dist/utils/text/ |
| table.hpp | 86 typedef rows_vector::const_iterator const_iterator; typedef in class:utils::text::table 88 const_iterator begin(void) const; 89 const_iterator end(void) const;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/ |
| synth_access_traits.hpp | 62 typedef typename base_type::const_iterator const_iterator; typedef in struct:__gnu_pbds::detail::synth_access_traits 72 equal_prefixes(const_iterator, const_iterator, const_iterator, 73 const_iterator, bool compare_after = true) const; 79 cmp_prefixes(const_iterator, const_iterator, const_iterator, 80 const_iterator, bool compare_after = false) const [all...] |
| traits.hpp | 82 typedef base_type::_CIter<node, leaf, head, inode, true> const_iterator; typedef in struct:__gnu_pbds::detail::trie_traits 88 typedef base_type::_Node_citer<node, leaf, head, inode, const_iterator, iterator, _Alloc> node_const_iterator; 90 typedef base_type::_Node_iter<node, leaf, head, inode, const_iterator, iterator, _Alloc> node_iterator; 128 typedef base_type::_CIter<node, leaf, head, inode, true> const_iterator; typedef in struct:__gnu_pbds::detail::trie_traits 129 typedef const_iterator iterator; 135 typedef base_type::_Node_citer<node, leaf, head, inode, const_iterator, iterator, _Alloc> node_const_iterator;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/ |
| rc.hpp | 72 typedef entry_const_pointer const_iterator; typedef in class:__gnu_pbds::detail::rc 99 const const_iterator 102 const const_iterator 206 const typename rc<_Node, _Alloc>::const_iterator 212 const typename rc<_Node, _Alloc>::const_iterator
|
| rc_binomial_heap_.hpp | 86 typedef typename base_type::const_iterator const_iterator; typedef in class:__gnu_pbds::detail::rc_binomial_heap
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-mca/ |
| CodeRegion.h | 102 typedef std::vector<UniqueCodeRegion>::const_iterator const_iterator; typedef in class:llvm::mca::CodeRegions 106 const_iterator begin() const { return Regions.cbegin(); } 107 const_iterator end() const { return Regions.cend(); }
|
| /src/external/bsd/atf/dist/atf-c++/detail/ |
| process.hpp | 70 typedef args_vector::const_iterator const_iterator; typedef in class:atf::process::argv_array 83 const_iterator begin(void) const; 84 const_iterator end(void) const; 92 for (typename C::const_iterator iter = c.begin(); iter != c.end();
|
| /src/external/bsd/elftosb/dist/common/ |
| StSRecordFile.h | 54 typedef std::vector<SRecord>::const_iterator const_iterator; typedef in class:StSRecordFile 84 inline const_iterator getBegin() const { return m_records.begin(); } 85 inline const_iterator getEnd() const { return m_records.end(); }
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_/ |
| binomial_heap_.hpp | 86 typedef typename base_type::const_iterator const_iterator; typedef in class:__gnu_pbds::detail::binomial_heap
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/ |
| binomial_heap_base_.hpp | 103 typedef typename base_type::const_iterator const_iterator; typedef in class:__gnu_pbds::detail::binomial_heap_base
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/ |
| pairing_heap_.hpp | 99 typedef typename base_type::const_iterator const_iterator; typedef in class:__gnu_pbds::detail::pairing_heap
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/ |
| priority_queue.hpp | 110 typedef typename base_type::const_iterator const_iterator; typedef in class:__gnu_pbds::priority_queue
|
| tree_policy.hpp | 79 typedef typename node_const_iterator::value_type const_iterator; typedef in class:__gnu_pbds::tree_order_statistics_node_update 82 /// Finds an entry by __order. Returns a const_iterator to the 83 /// entry with the __order order, or a const_iterator to the 86 inline const_iterator
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| IVUsers.h | 143 typedef ilist<IVStrideUse>::const_iterator const_iterator; typedef in class:llvm::IVUsers 146 const_iterator begin() const { return IVUses.begin(); } 147 const_iterator end() const { return IVUses.end(); }
|
| /src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| InfoByHwMode.h | 64 typedef typename MapType::const_iterator const_iterator; typedef in struct:llvm::InfoByHwMode 74 const_iterator begin() const { return Map.begin(); } 76 const_iterator end() const { return Map.end(); }
|