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

/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashEntry.h44 typedef HashEntry<KeyType, ValueType, KeyCompare> Self; typedef in class:mcld::HashEntry
45 friend class EntryFactory<Self>;
H A DHashBase.h79 typedef HashTableImpl<HashEntryTy, HashFunctionTy> Self; typedef in class:mcld::HashTableImpl
120 friend class ChainIteratorBase<Self>;
121 friend class ChainIteratorBase<const Self>;
122 friend class EntryIteratorBase<Self>;
123 friend class EntryIteratorBase<const Self>;
H A DHashIterator.h269 Traits> Self; typedef in class:mcld::HashIterator
310 Self& operator++() {
315 Self operator++(int) {
316 Self tmp = *this;
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...]
/frameworks/compile/mclinker/include/mcld/MC/
H A DInputTree.h34 typedef PolicyIterator<Input, Traits, IteratorType> Self; typedef in class:mcld::PolicyIterator
54 Self& operator++() {
61 Self operator++(int) {
62 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;

Completed in 43 milliseconds