Searched refs:Self (Results 1 – 7 of 7) sorted by relevance
/frameworks/compile/mclinker/include/mcld/ADT/ |
D | HashBase.h | 79 typedef HashTableImpl<HashEntryTy, HashFunctionTy> Self; typedef 122 friend class ChainIteratorBase<Self>; 123 friend class ChainIteratorBase<const Self>; 124 friend class EntryIteratorBase<Self>; 125 friend class EntryIteratorBase<const Self>;
|
D | BinTree.h | 109 typedef PolicyIteratorBase<value_type, Traits, IteratorType> Self; typedef 147 typedef PolicyIterator<DataType, Traits, IteratorType> Self; typedef 164 Self& operator++() { 169 Self operator++(int) { 170 Self tmp = *this; 197 typedef TreeIterator<value_type, Traits> Self; typedef 230 Self& operator++() { 235 Self operator++(int) { 236 Self tmp = *this; 241 Self& operator--() { [all …]
|
D | HashEntry.h | 44 typedef HashEntry<KeyType, ValueType, KeyCompare> Self; typedef 45 friend class EntryFactory<Self>;
|
D | HashIterator.h | 269 Traits> Self; typedef 310 Self& operator++() { 315 Self operator++(int) { 316 Self tmp = *this;
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | GCFactory.h | 68 typedef DataIterator<ChunkType, Traits> Self; typedef 102 Self& operator++() { 107 Self operator++(int) { 108 Self tmp = *this;
|
/frameworks/compile/mclinker/include/mcld/ |
D | InputTree.h | 32 typedef PolicyIterator<Input, Traits, IteratorType> Self; typedef 52 Self& operator++() { 60 Self operator++(int) { 61 Self tmp(*this); 82 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> 246 <h3 id="SelfSigned">Self-signed server certificate</h3>
|