Searched defs:getRef (Results 1 - 2 of 2) sorted by relevance

/system/core/include/sysutils/
H A DList.h53 inline T& getRef() { return mVal; } function in class:android::sysutils::List::_Node
54 inline const T& getRef() const { return mVal; } function in class:android::sysutils::List::_Node
111 _Type& operator*() const { return mpNode->getRef(); }
112 _Type* operator->() const { return &(mpNode->getRef()); }
/system/netd/
H A DList.h53 inline T& getRef() { return mVal; } function in class:android::netd::List::_Node
54 inline const T& getRef() const { return mVal; } function in class:android::netd::List::_Node
111 _Type& operator*() const { return mpNode->getRef(); }
112 _Type* operator->() const { return &(mpNode->getRef()); }

Completed in 1114 milliseconds