Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/ADT/
DHashBase.h79 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>;
DBinTree.h109 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 …]
DHashEntry.h44 typedef HashEntry<KeyType, ValueType, KeyCompare> Self; typedef
45 friend class EntryFactory<Self>;
DHashIterator.h269 Traits> Self; typedef
310 Self& operator++() {
315 Self operator++(int) {
316 Self tmp = *this;
/frameworks/compile/mclinker/include/mcld/Support/
DGCFactory.h68 typedef DataIterator<ChunkType, Traits> Self; typedef
102 Self& operator++() {
107 Self operator++(int) {
108 Self tmp = *this;
/frameworks/compile/mclinker/include/mcld/
DInputTree.h32 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/
Dsecurity-ssl.jd16 <li><a href="#SelfSigned">Self-signed server certificate</a></li>
246 <h3 id="SelfSigned">Self-signed server certificate</h3>