Home
last modified time | relevance | path

Searched refs:Self (Results 1 – 11 of 11) 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/native/include/ftl/
Darray_traits.h58 template <typename Self, typename T>
70 Self& self() const { return *const_cast<Self*>(static_cast<const Self*>(this)); } in self()
/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/native/libs/vr/libvrflinger/
Ddisplay_surface.h63 std::shared_ptr<T> Self() { in Self() function
Ddisplay_surface.cpp166 State state{Self(), consumer_queue}; in RegisterQueue()
/frameworks/base/tests/ActivityManagerPerfTests/
DREADME.txt5 * Self-contained perf tests should go in frameworks/base/apct-tests/perftests
/frameworks/native/services/surfaceflinger/tests/unittests/
DDisplayTransactionTestHelpers.h585 using Self = HwcVirtualDisplayVariant<width, height, secure>;
619 .WillOnce(DoAll(SetArgPointee<4>(Self::HWC_DISPLAY_ID), Return(Error::NONE)));