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

/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashBase.h74 typedef HashTableImpl<HashEntryTy, HashFunctionTy> Self; typedef in class:mcld::HashTableImpl
113 friend class ChainIteratorBase<Self>;
114 friend class ChainIteratorBase<const Self>;
115 friend class EntryIteratorBase<Self>;
116 friend class EntryIteratorBase<const Self>;
H A DHashEntry.h40 typedef HashEntry<KeyType, ValueType, KeyCompare> Self; typedef in class:mcld::HashEntry
41 friend class EntryFactory<Self>;
H A DBinTree.h95 typedef PolicyIteratorBase<value_type, Traits, IteratorType> Self; typedef in class:mcld::PolicyIteratorBase
138 typedef PolicyIterator<DataType, Traits, IteratorType> Self; typedef in class:mcld::PolicyIterator
155 Self& operator++() {
160 Self operator++(int) {
161 Self tmp = *this;
187 typedef TreeIterator<value_type, Traits> Self; typedef in struct:mcld::TreeIterator
218 Self& operator++() {
223 Self operator++(int) {
224 Self tmp = *this;
229 Self
346 typedef BinaryTree<DataType> Self; typedef in class:mcld::BinaryTree
[all...]
H A DHashIterator.h253 typedef HashIterator<IteratorBase, Traits> Self; typedef in class:mcld::HashIterator
285 Self& operator++() {
290 Self operator++(int) {
291 Self tmp = *this;
/frameworks/compile/mclinker/include/mcld/Support/
H A DGCFactory.h63 typedef DataIterator<ChunkType, Traits> Self; typedef in class:mcld::DataIterator
90 Self& operator++() {
95 Self operator++(int) {
96 Self tmp = *this;
/frameworks/compile/mclinker/include/mcld/
H A DInputTree.h29 typedef PolicyIterator<Input, Traits, IteratorType> Self; typedef in class:mcld::PolicyIterator
47 Self& operator++() {
55 Self operator++(int) {
56 Self tmp(*this);
76 typedef BinaryTree<Input> Self; typedef in class:mcld::BinaryTree

Completed in 267 milliseconds