Searched refs:getRef (Results 1 – 3 of 3) sorted by relevance
52 inline T& getRef() { return mVal; } in getRef() function53 inline const T& getRef() const { return mVal; } in getRef() function110 _Type& operator*() const { return mpNode->getRef(); }111 _Type* operator->() const { return &(mpNode->getRef()); }
53 inline T& getRef() { return mVal; } in getRef() function54 inline const T& getRef() const { return mVal; } in getRef() function111 _Type& operator*() const { return mpNode->getRef(); }112 _Type* operator->() const { return &(mpNode->getRef()); }