Searched defs:toPointer (Results 1 – 4 of 4) 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() function 675 const_pointer toPointer(const_pointer Val) const { return Val; } in toPointer() function 677 pointer toPointer(wrap *Val) { return &Val->get(); } in toPointer() function 679 const_pointer toPointer(const wrap *Val) const { return &Val->get(); } in toPointer() function
333 pointer toPointer(pointer Val) { return Val; } in toPointer() function 335 const_pointer toPointer(const_pointer Val) const { return Val; } in toPointer() function 337 pointer toPointer(wrap *Val) { return &Val->get(); } in toPointer() function 339 const_pointer toPointer(const wrap *Val) const { return &Val->get(); } in toPointer() function