Searched defs:toPointer (Results 1 – 2 of 2) sorted by relevance
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
622 pointer toPointer(pointer Val) { return Val; } in toPointer() function624 const_pointer toPointer(const_pointer Val) const { return Val; } in toPointer() function626 pointer toPointer(wrap *Val) { return &Val->get(); } in toPointer() function628 const_pointer toPointer(const wrap *Val) const { return &Val->get(); } in toPointer() function