HomeSort by: relevance | last modified time | path
    Searched refs:const_iterator (Results 1 - 25 of 1004) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
iterators_fn_imps.hpp 50 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); }
  /src/external/gpl3/gcc/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
trie_string_access_traits_imp.hpp 56 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
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
iterators_fn_imps.hpp 50 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); }
  /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
trie_string_access_traits_imp.hpp 56 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
  /src/external/bsd/openldap/dist/contrib/ldapc++/src/
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;
LDAPControlSet.h 22 typedef CtrlList::const_iterator const_iterator; typedef in class:LDAPControlSet
68 const_iterator begin() const;
74 const_iterator end() const;
  /src/external/gpl3/gcc/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/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/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
CodeExpansions.h 20 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 {
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
iterators_fn_imps.hpp 60 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));
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
iterators_fn_imps.hpp 60 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));
  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
TextDiagnosticBuffer.h 29 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_end() const { return Notes.end();
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/
iterators_fn_imps.hpp 57 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));
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/
iterators_fn_imps.hpp 57 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));
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
InjectedSourceStream.h 28 using const_iterator = HashTable<SrcHeaderBlockEntry>::const_iterator;
29 const_iterator begin() const { return InjectedSourceTable.begin(); }
30 const_iterator end() const { return InjectedSourceTable.end(); }
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
iterator_fn_imps.hpp 49 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
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
iterator_fn_imps.hpp 49 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
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
VPlanDominatorTree.h 34 VPDomTreeNode::const_iterator> {};
39 VPDomTreeNode::const_iterator> {};
  /src/external/apache2/llvm/dist/llvm/include/llvm/XRay/
Trace.h 51 typedef std::vector<XRayRecord>::const_iterator citerator;
58 using const_iterator = RecordVector::const_iterator;
63 const_iterator begin() const { return Records.begin(); }
64 const_iterator end() const { return Records.end(); }
  /src/external/gpl3/gcc/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...]

Completed in 25 milliseconds

1 2 3 4 5 6 7 8 91011>>