Home
last modified time | relevance | path

Searched defs:const_iterator (Results 1 – 25 of 246) sorted by relevance

12345678910

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dpat_trie_base.hpp255 struct const_iterator struct
257 node_pointer_pointer m_p_p_cur;
258 node_pointer_pointer m_p_p_end;
260 typedef std::forward_iterator_tag iterator_category;
261 typedef typename _Alloc::difference_type difference_type;
262 typedef node_pointer value_type;
263 typedef node_pointer_pointer pointer;
264 typedef node_pointer_reference reference;
266 const_iterator(node_pointer_pointer p_p_cur = 0, in const_iterator() argument
272 operator==(const const_iterator& other) const in operator ==()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dpat_trie_base.hpp255 struct const_iterator struct
257 node_pointer_pointer m_p_p_cur;
258 node_pointer_pointer m_p_p_end;
260 typedef std::forward_iterator_tag iterator_category;
261 typedef typename _Alloc::difference_type difference_type;
262 typedef node_pointer value_type;
263 typedef node_pointer_pointer pointer;
264 typedef node_pointer_reference reference;
266 const_iterator(node_pointer_pointer p_p_cur = 0, in const_iterator() function
272 operator==(const const_iterator& other) const in operator ==()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/
H A Dsafe_sequence.tcc41 typedef typename _Sequence::const_iterator const_iterator; in _M_invalidate_if() typedef
75 typedef typename _Sequence::const_iterator const_iterator; in _M_transfer_from_if() typedef
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/
H A Dsafe_sequence.tcc41 typedef typename _Sequence::const_iterator const_iterator; in _M_invalidate_if() typedef
75 typedef typename _Sequence::const_iterator const_iterator; in _M_transfer_from_if() typedef
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/
H A Dtrie_policy.hpp90 typename String::const_iterator>::__type const_iterator; typedef
179 typedef typename node_const_iterator::value_type const_iterator; typedef in __gnu_pbds::trie_prefix_search_node_update
269 typedef typename node_const_iterator::value_type const_iterator; typedef in __gnu_pbds::trie_order_statistics_node_update
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/
H A Dtrie_policy.hpp90 typename String::const_iterator>::__type const_iterator; typedef
179 typedef typename node_const_iterator::value_type const_iterator; typedef in __gnu_pbds::trie_prefix_search_node_update
269 typedef typename node_const_iterator::value_type const_iterator; typedef in __gnu_pbds::trie_order_statistics_node_update
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DCallGraph.h99 using const_iterator = FunctionMapTy::const_iterator; variable
195 using const_iterator = std::vector<CallRecord>::const_iterator; variable
352 using const_iterator = CallGraph::const_iterator; variable
H A DDominanceFrontier.h77 using const_iterator = typename DomSetMapType::const_iterator; variable
147 using const_iterator = variable
/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPControlSet.h22 typedef CtrlList::const_iterator const_iterator; typedef
H A DStringList.h24 typedef ListType::const_iterator const_iterator; typedef
H A DLDAPUrlList.h22 typedef ListType::const_iterator const_iterator; typedef
H A DLDAPReferenceList.h26 typedef ListType::const_iterator const_iterator; typedef
H A DLDAPEntryList.h27 typedef ListType::const_iterator const_iterator; typedef
H A DLDAPAttributeList.h31 typedef ListType::const_iterator const_iterator; typedef
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInjectedSourceStream.h28 using const_iterator = HashTable<SrcHeaderBlockEntry>::const_iterator; variable
/netbsd-src/external/bsd/kyua-cli/dist/utils/cmdline/
H A Dcommands_map.hpp78 typedef typename categories_map::const_iterator const_iterator; typedef in utils::cmdline::commands_map
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dunordered_set.h120 typedef typename _Hashtable::const_iterator const_iterator; in _GLIBCXX_VISIBILITY() typedef
936 typedef typename _Hashtable::const_iterator const_iterator; in _GLIBCXX_VISIBILITY() typedef
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dunordered_set.h122 typedef typename _Hashtable::const_iterator const_iterator; in _GLIBCXX_VISIBILITY() typedef
990 typedef typename _Hashtable::const_iterator const_iterator; in _GLIBCXX_VISIBILITY() typedef
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/backward/
H A Dhashtable.h103 const_iterator; in _GLIBCXX_VISIBILITY() typedef
154 const_iterator; in _GLIBCXX_VISIBILITY() typedef
322 const_iterator; in _GLIBCXX_VISIBILITY() typedef
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/backward/
H A Dhashtable.h103 const_iterator; in _GLIBCXX_VISIBILITY() typedef
154 const_iterator; in _GLIBCXX_VISIBILITY() typedef
322 const_iterator; in _GLIBCXX_VISIBILITY() typedef
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h106 struct const_iterator { struct
109 using iterator_category = std::forward_iterator_tag;
110 using value_type = MVT;
111 using difference_type = ptrdiff_t;
112 using pointer = const MVT*;
113 using reference = const MVT&;
121 const_iterator(const MachineValueTypeSet *S, bool End) : Set(S) { in const_iterator() argument
141 unsigned find_from_pos(unsigned P) const { in find_from_pos()
166 const MachineValueTypeSet *Set;
167 unsigned Pos;
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DCallGraph.h82 using const_iterator = FunctionMapTy::const_iterator; variable
174 using const_iterator = SmallVectorImpl<CallRecord>::const_iterator; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/XRay/
H A DTrace.h58 using const_iterator = RecordVector::const_iterator; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DTextDiagnosticBuffer.h29 using const_iterator = DiagList::const_iterator; variable
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/branch_policy/
H A Dnull_node_metadata.hpp56 typedef typename __traits_type::pointer const_iterator; typedef

12345678910