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

/frameworks/base/include/utils/
H A DList.h52 inline T& getRef() { return mVal; } function in class:android::List::_Node
53 inline const T& getRef() const { return mVal; } function in class:android::List::_Node
110 _Type& operator*() const { return mpNode->getRef(); }
111 _Type* operator->() const { return &(mpNode->getRef()); }

Completed in 43 milliseconds