Home
last modified time | relevance | path

Searched refs:getRef (Results 1 – 3 of 3) sorted by relevance

/system/keymaster/
DList.h52 inline T& getRef() { return mVal; } in getRef() function
53 inline const T& getRef() const { return mVal; } in getRef() function
110 _Type& operator*() const { return mpNode->getRef(); }
111 _Type* operator->() const { return &(mpNode->getRef()); }
/system/core/libutils/include/utils/
DList.h52 inline T& getRef() { return mVal; } in getRef() function
53 inline const T& getRef() const { return mVal; } in getRef() function
110 _Type& operator*() const { return mpNode->getRef(); }
111 _Type* operator->() const { return &(mpNode->getRef()); }
/system/core/libsysutils/include/sysutils/
DList.h53 inline T& getRef() { return mVal; } in getRef() function
54 inline const T& getRef() const { return mVal; } in getRef() function
111 _Type& operator*() const { return mpNode->getRef(); }
112 _Type* operator->() const { return &(mpNode->getRef()); }