Searched refs:Self (Results 1 – 7 of 7) sorted by relevance
/frameworks/compile/mclinker/include/mcld/ADT/ |
D | HashBase.h | 74 typedef HashTableImpl<HashEntryTy, HashFunctionTy> Self; typedef 113 friend class ChainIteratorBase<Self>; 114 friend class ChainIteratorBase<const Self>; 115 friend class EntryIteratorBase<Self>; 116 friend class EntryIteratorBase<const Self>;
|
D | BinTree.h | 95 typedef PolicyIteratorBase<value_type, Traits, IteratorType> Self; typedef 138 typedef PolicyIterator<DataType, Traits, IteratorType> Self; typedef 155 Self& operator++() { 160 Self operator++(int) { 161 Self tmp = *this; 187 typedef TreeIterator<value_type, Traits> Self; typedef 218 Self& operator++() { 223 Self operator++(int) { 224 Self tmp = *this; 229 Self& operator--() { [all …]
|
D | HashEntry.h | 40 typedef HashEntry<KeyType, ValueType, KeyCompare> Self; typedef 41 friend class EntryFactory<Self>;
|
D | HashIterator.h | 253 typedef HashIterator<IteratorBase, Traits> Self; typedef 285 Self& operator++() { 290 Self operator++(int) { 291 Self tmp = *this;
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | GCFactory.h | 63 typedef DataIterator<ChunkType, Traits> Self; typedef 90 Self& operator++() { 95 Self operator++(int) { 96 Self tmp = *this;
|
/frameworks/compile/mclinker/include/mcld/ |
D | InputTree.h | 29 typedef PolicyIterator<Input, Traits, IteratorType> Self; typedef 47 Self& operator++() { 55 Self operator++(int) { 56 Self tmp(*this); 76 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>
|