Searched refs:mVal (Results 1 - 2 of 2) sorted by relevance

/system/core/include/sysutils/
H A DList.h51 explicit _Node(const T& val) : mVal(val) {}
53 inline T& getRef() { return mVal; }
54 inline const T& getRef() const { return mVal; }
57 inline void setVal(const T& val) { mVal = val; }
63 T mVal; member in class:android::sysutils::List::_Node
/system/netd/
H A DList.h51 explicit _Node(const T& val) : mVal(val) {}
53 inline T& getRef() { return mVal; }
54 inline const T& getRef() const { return mVal; }
57 inline void setVal(const T& val) { mVal = val; }
63 T mVal; member in class:android::netd::List::_Node

Completed in 566 milliseconds