Searched refs:Self (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashBase.h79 typedef HashTableImpl<HashEntryTy, HashFunctionTy> Self; typedef in class:mcld::HashTableImpl
122 friend class ChainIteratorBase<Self>;
123 friend class ChainIteratorBase<const Self>;
124 friend class EntryIteratorBase<Self>;
125 friend class EntryIteratorBase<const Self>;
H A DHashEntry.h44 typedef HashEntry<KeyType, ValueType, KeyCompare> Self; typedef in class:mcld::HashEntry
45 friend class EntryFactory<Self>;
H A DBinTree.h109 typedef PolicyIteratorBase<value_type, Traits, IteratorType> Self; typedef in class:mcld::PolicyIteratorBase
147 typedef PolicyIterator<DataType, Traits, IteratorType> Self; typedef in class:mcld::PolicyIterator
164 Self& operator++() {
169 Self operator++(int) {
170 Self tmp = *this;
197 typedef TreeIterator<value_type, Traits> Self; typedef in struct:mcld::TreeIterator
230 Self& operator++() {
235 Self operator++(int) {
236 Self tmp = *this;
241 Self
371 typedef BinaryTree<DataType> Self; typedef in class:mcld::BinaryTree
[all...]
H A DHashIterator.h269 Traits> Self; typedef in class:mcld::HashIterator
310 Self& operator++() {
315 Self operator++(int) {
316 Self tmp = *this;
/frameworks/compile/mclinker/include/mcld/Support/
H A DGCFactory.h68 typedef DataIterator<ChunkType, Traits> Self; typedef in class:mcld::DataIterator
102 Self& operator++() {
107 Self operator++(int) {
108 Self tmp = *this;
/frameworks/compile/mclinker/include/mcld/
H A DInputTree.h32 typedef PolicyIterator<Input, Traits, IteratorType> Self; typedef in class:mcld::PolicyIterator
52 Self& operator++() {
60 Self operator++(int) {
61 Self tmp(*this);
82 typedef BinaryTree<Input> Self; typedef in class:mcld::BinaryTree

Completed in 102 milliseconds