Searched defs:Self (Results 1 - 6 of 6) sorted by path

/frameworks/compile/mclinker/include/mcld/ADT/
H A DBinTree.h106 typedef PolicyIteratorBase<value_type, Traits, IteratorType> Self; typedef in class:mcld::PolicyIteratorBase
144 typedef PolicyIterator<DataType, Traits, IteratorType> Self; typedef in class:mcld::PolicyIterator
161 Self& operator++() {
166 Self operator++(int) {
167 Self tmp = *this;
194 typedef TreeIterator<value_type, Traits> Self; typedef in struct:mcld::TreeIterator
227 Self& operator++() {
232 Self operator++(int) {
233 Self tmp = *this;
238 Self
368 typedef BinaryTree<DataType> Self; typedef in class:mcld::BinaryTree
[all...]
H A DHashBase.h76 typedef HashTableImpl<HashEntryTy, HashFunctionTy> Self; typedef in class:mcld::HashTableImpl
119 friend class ChainIteratorBase<Self>;
120 friend class ChainIteratorBase<const Self>;
121 friend class EntryIteratorBase<Self>;
122 friend class EntryIteratorBase<const Self>;
H A DHashEntry.h41 typedef HashEntry<KeyType, ValueType, KeyCompare> Self; typedef in class:mcld::HashEntry
42 friend class EntryFactory<Self>;
H A DHashIterator.h266 Traits> Self; typedef in class:mcld::HashIterator
307 Self& operator++() {
312 Self operator++(int) {
313 Self tmp = *this;
/frameworks/compile/mclinker/include/mcld/
H A DInputTree.h29 typedef PolicyIterator<Input, Traits, IteratorType> Self; typedef in class:mcld::PolicyIterator
49 Self& operator++() {
57 Self operator++(int) {
58 Self tmp(*this);
79 typedef BinaryTree<Input> Self; typedef in class:mcld::BinaryTree
/frameworks/compile/mclinker/include/mcld/Support/
H A DGCFactory.h65 typedef DataIterator<ChunkType, Traits> Self; typedef in class:mcld::DataIterator
99 Self& operator++() {
104 Self operator++(int) {
105 Self tmp = *this;

Completed in 88 milliseconds