Searched refs:toPointer (Results 1 – 3 of 3) sorted by relevance
157 return toPointer(getStorage());160 const_pointer operator->() const { return toPointer(getStorage()); }223 pointer toPointer(pointer Val) { in toPointer() function227 const_pointer toPointer(const_pointer Val) const { return Val; } in toPointer() function229 pointer toPointer(wrap *Val) { in toPointer() function233 const_pointer toPointer(const wrap *Val) const { return &Val->get(); } in toPointer() function
611 return toPointer(getStorage());617 return toPointer(getStorage());666 pointer toPointer(pointer Val) { return Val; } in toPointer() function668 const_pointer toPointer(const_pointer Val) const { return Val; } in toPointer() function670 pointer toPointer(wrap *Val) { return &Val->get(); } in toPointer() function672 const_pointer toPointer(const wrap *Val) const { return &Val->get(); } in toPointer() function
280 return toPointer(getStorage());286 return toPointer(getStorage());333 pointer toPointer(pointer Val) { return Val; } in toPointer() function335 const_pointer toPointer(const_pointer Val) const { return Val; } in toPointer() function337 pointer toPointer(wrap *Val) { return &Val->get(); } in toPointer() function339 const_pointer toPointer(const wrap *Val) const { return &Val->get(); } in toPointer() function