Searched refs:Self (Results 1 – 7 of 7) sorted by relevance
/frameworks/compile/mclinker/include/mcld/ADT/ |
D | HashBase.h | 76 typedef HashTableImpl<HashEntryTy, HashFunctionTy> Self; typedef 119 friend class ChainIteratorBase<Self>; 120 friend class ChainIteratorBase<const Self>; 121 friend class EntryIteratorBase<Self>; 122 friend class EntryIteratorBase<const Self>;
|
D | BinTree.h | 106 typedef PolicyIteratorBase<value_type, Traits, IteratorType> Self; typedef 144 typedef PolicyIterator<DataType, Traits, IteratorType> Self; typedef 161 Self& operator++() { 166 Self operator++(int) { 167 Self tmp = *this; 194 typedef TreeIterator<value_type, Traits> Self; typedef 227 Self& operator++() { 232 Self operator++(int) { 233 Self tmp = *this; 238 Self& operator--() { [all …]
|
D | HashEntry.h | 41 typedef HashEntry<KeyType, ValueType, KeyCompare> Self; typedef 42 friend class EntryFactory<Self>;
|
D | HashIterator.h | 266 Traits> Self; typedef 307 Self& operator++() { 312 Self operator++(int) { 313 Self tmp = *this;
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | GCFactory.h | 65 typedef DataIterator<ChunkType, Traits> Self; typedef 99 Self& operator++() { 104 Self operator++(int) { 105 Self tmp = *this;
|
/frameworks/compile/mclinker/include/mcld/ |
D | InputTree.h | 29 typedef PolicyIterator<Input, Traits, IteratorType> Self; typedef 49 Self& operator++() { 57 Self operator++(int) { 58 Self tmp(*this); 79 typedef BinaryTree<Input> Self; typedef
|
/frameworks/base/docs/html/training/articles/ |
D | security-ssl.jd | 16 <li><a href="#SelfSigned">Self-signed server certificate</a></li> 247 <h3 id="SelfSigned">Self-signed server certificate</h3>
|