Searched refs:const_iterator (Results 1 - 25 of 1104) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/
H A Dsample_trie_access_traits.hpp54 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
H A Dtrie_string_access_traits_imp.hpp56 inline typename PB_DS_CLASS_C_DEC::const_iterator
64 inline typename PB_DS_CLASS_C_DEC::const_iterator
72 inline typename PB_DS_CLASS_C_DEC::const_iterator
80 inline typename PB_DS_CLASS_C_DEC::const_iterator
88 inline typename PB_DS_CLASS_C_DEC::const_iterator
96 inline typename PB_DS_CLASS_C_DEC::const_iterator
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Diterators_fn_imps.hpp50 inline typename PB_DS_CLASS_C_DEC::const_iterator
53 { return const_iterator(m_a_entries); }
62 inline typename PB_DS_CLASS_C_DEC::const_iterator
65 { return const_iterator(m_a_entries + m_size); }
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Diterators_fn_imps.hpp50 inline typename PB_DS_CLASS_C_DEC::const_iterator
53 { return const_iterator(m_a_entries); }
62 inline typename PB_DS_CLASS_C_DEC::const_iterator
65 { return const_iterator(m_a_entries + m_size); }
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/
H A Dsample_trie_access_traits.hpp54 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
H A Dtrie_string_access_traits_imp.hpp56 inline typename PB_DS_CLASS_C_DEC::const_iterator
64 inline typename PB_DS_CLASS_C_DEC::const_iterator
72 inline typename PB_DS_CLASS_C_DEC::const_iterator
80 inline typename PB_DS_CLASS_C_DEC::const_iterator
88 inline typename PB_DS_CLASS_C_DEC::const_iterator
96 inline typename PB_DS_CLASS_C_DEC::const_iterator
/netbsd-current/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPReferenceList.h26 typedef ListType::const_iterator const_iterator; typedef in class:LDAPReferenceList
58 const_iterator begin() const;
64 const_iterator end() const;
H A DLDAPUrlList.h22 typedef ListType::const_iterator const_iterator; typedef in class:LDAPUrlList
63 const_iterator begin() const;
69 const_iterator end() const;
H A DStringList.h24 typedef ListType::const_iterator const_iterator; typedef in class:StringList
77 const_iterator begin() const;
83 const_iterator end() const;
H A DLDAPEntryList.h27 typedef ListType::const_iterator const_iterator; typedef in class:LDAPEntryList
57 const_iterator begin() const;
62 const_iterator end() const;
H A DLDAPControlSet.h22 typedef CtrlList::const_iterator const_iterator; typedef in class:LDAPControlSet
68 const_iterator begin() const;
74 const_iterator end() const;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/basic_string_view/types/
H A D1.cc29 typedef String_view::const_iterator const_iterator; typedef in struct:T
32 char t(const_iterator f) const { return *f; }
40 T::const_iterator i = s.begin();
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/basic_string_view/types/
H A D1.cc29 typedef String_view::const_iterator const_iterator; typedef in struct:T
32 char t(const_iterator f) const { return *f; }
40 T::const_iterator i = s.begin();
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/branch_policy/
H A Dnull_node_metadata.hpp56 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;
/netbsd-current/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 in struct:__gnu_pbds::detail::dumnode_const_iterator
59 typedef const_iterator value_type;
60 typedef const_iterator const_reference;
/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
H A DCodeExpansions.h20 using const_iterator = StringMap<std::string>::const_iterator;
36 const_iterator begin() const { return Expansions.begin(); }
37 const_iterator end() const { return Expansions.end(); }
38 const_iterator find(StringRef Variable) const {
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
H A Diterators_fn_imps.hpp60 inline typename PB_DS_CLASS_C_DEC::const_iterator
67 return (const_iterator(0));
72 return (const_iterator(p_nd));
84 inline typename PB_DS_CLASS_C_DEC::const_iterator
88 return (const_iterator(0));
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
H A Diterators_fn_imps.hpp60 inline typename PB_DS_CLASS_C_DEC::const_iterator
67 return (const_iterator(0));
72 return (const_iterator(p_nd));
84 inline typename PB_DS_CLASS_C_DEC::const_iterator
88 return (const_iterator(0));
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DTextDiagnosticBuffer.h29 using const_iterator = DiagList::const_iterator;
41 const_iterator err_begin() const { return Errors.begin(); }
42 const_iterator err_end() const { return Errors.end(); }
44 const_iterator warn_begin() const { return Warnings.begin(); }
45 const_iterator warn_end() const { return Warnings.end(); }
47 const_iterator remark_begin() const { return Remarks.begin(); }
48 const_iterator remark_end() const { return Remarks.end(); }
50 const_iterator note_begin() const { return Notes.begin(); }
51 const_iterator note_en
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/
H A Diterators_fn_imps.hpp57 inline typename PB_DS_CLASS_C_DEC::const_iterator
76 inline typename PB_DS_CLASS_C_DEC::const_iterator
80 return const_iterator(0, 0, const_cast<PB_DS_CLASS_C_DEC*>(this));
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/
H A Diterators_fn_imps.hpp57 inline typename PB_DS_CLASS_C_DEC::const_iterator
76 inline typename PB_DS_CLASS_C_DEC::const_iterator
80 return const_iterator(0, 0, const_cast<PB_DS_CLASS_C_DEC*>(this));
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInjectedSourceStream.h28 using const_iterator = HashTable<SrcHeaderBlockEntry>::const_iterator;
29 const_iterator begin() const { return InjectedSourceTable.begin(); }
30 const_iterator end() const { return InjectedSourceTable.end(); }
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Diterator_fn_imps.hpp49 typename PB_DS_CLASS_C_DEC::const_iterator
70 inline typename PB_DS_CLASS_C_DEC::const_iterator
77 return const_iterator(p_value, pos, this);
81 inline typename PB_DS_CLASS_C_DEC::const_iterator
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Diterator_fn_imps.hpp49 typename PB_DS_CLASS_C_DEC::const_iterator
70 inline typename PB_DS_CLASS_C_DEC::const_iterator
77 return const_iterator(p_value, pos, this);
81 inline typename PB_DS_CLASS_C_DEC::const_iterator
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlanDominatorTree.h34 VPDomTreeNode::const_iterator> {};
39 VPDomTreeNode::const_iterator> {};

Completed in 329 milliseconds

1234567891011>>