Home
last modified time | relevance | path

Searched refs:Self (Results 1 – 7 of 7) sorted by relevance

/frameworks/compile/mclinker/include/mcld/ADT/
DHashBase.h76 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>;
DBinTree.h106 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 …]
DHashEntry.h41 typedef HashEntry<KeyType, ValueType, KeyCompare> Self; typedef
42 friend class EntryFactory<Self>;
DHashIterator.h266 Traits> Self; typedef
307 Self& operator++() {
312 Self operator++(int) {
313 Self tmp = *this;
/frameworks/compile/mclinker/include/mcld/Support/
DGCFactory.h65 typedef DataIterator<ChunkType, Traits> Self; typedef
99 Self& operator++() {
104 Self operator++(int) {
105 Self tmp = *this;
/frameworks/compile/mclinker/include/mcld/
DInputTree.h29 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/
Dsecurity-ssl.jd16 <li><a href="#SelfSigned">Self-signed server certificate</a></li>
247 <h3 id="SelfSigned">Self-signed server certificate</h3>