Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/ADT/
DHashBase.h74 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>;
DBinTree.h95 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 …]
DHashEntry.h40 typedef HashEntry<KeyType, ValueType, KeyCompare> Self; typedef
41 friend class EntryFactory<Self>;
DHashIterator.h253 typedef HashIterator<IteratorBase, Traits> Self; typedef
285 Self& operator++() {
290 Self operator++(int) {
291 Self tmp = *this;
/frameworks/compile/mclinker/include/mcld/Support/
DGCFactory.h63 typedef DataIterator<ChunkType, Traits> Self; typedef
90 Self& operator++() {
95 Self operator++(int) {
96 Self tmp = *this;
/frameworks/compile/mclinker/include/mcld/
DInputTree.h29 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/
Dsecurity-ssl.jd16 <li><a href="#SelfSigned">Self-signed server certificate</a></li>
247 <h3 id="SelfSigned">Self-signed server certificate</h3>