Searched refs:toPointer (Results 1 – 3 of 3) sorted by relevance
158 return toPointer(getStorage());161 const_pointer operator->() const { return toPointer(getStorage()); }224 pointer toPointer(pointer Val) { in toPointer() function228 const_pointer toPointer(const_pointer Val) const { return Val; } in toPointer() function230 pointer toPointer(wrap *Val) { in toPointer() function234 const_pointer toPointer(const wrap *Val) const { return &Val->get(); } in toPointer() function
607 return toPointer(getStorage());613 return toPointer(getStorage());662 pointer toPointer(pointer Val) { return Val; } in toPointer() function664 const_pointer toPointer(const_pointer Val) const { return Val; } in toPointer() function666 pointer toPointer(wrap *Val) { return &Val->get(); } in toPointer() function668 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