Searched defs:toPointer (Results 1 – 8 of 8) sorted by relevance
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
673 pointer toPointer(pointer Val) { return Val; } in toPointer() function675 const_pointer toPointer(const_pointer Val) const { return Val; } in toPointer() function677 pointer toPointer(wrap *Val) { return &Val->get(); } in toPointer() function679 const_pointer toPointer(const wrap *Val) const { return &Val->get(); } in toPointer() function
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