Searched defs:toPointer (Results 1 – 11 of 11) sorted by relevance
230 pointer toPointer(pointer Val) { in toPointer() function234 const_pointer toPointer(const_pointer Val) const { return Val; } in toPointer() function236 pointer toPointer(wrap *Val) { in toPointer() function240 const_pointer toPointer(const wrap *Val) const { return &Val->get(); } in toPointer() function
617 pointer toPointer(pointer Val) { return Val; } in toPointer() function619 const_pointer toPointer(const_pointer Val) const { return Val; } in toPointer() function621 pointer toPointer(wrap *Val) { return &Val->get(); } in toPointer() function623 const_pointer toPointer(const wrap *Val) const { return &Val->get(); } in toPointer() function
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
621 pointer toPointer(pointer Val) { return Val; } in toPointer() function623 const_pointer toPointer(const_pointer Val) const { return Val; } in toPointer() function625 pointer toPointer(wrap *Val) { return &Val->get(); } in toPointer() function627 const_pointer toPointer(const wrap *Val) const { return &Val->get(); } in toPointer() function
240 pointer toPointer(pointer Val) { in toPointer() function244 const_pointer toPointer(const_pointer Val) const { return Val; } in toPointer() function246 pointer toPointer(wrap *Val) { in toPointer() function250 const_pointer toPointer(const wrap *Val) const { return &Val->get(); } in toPointer() function
812 pointer toPointer(pointer Val) { return Val; } in toPointer() function814 const_pointer toPointer(const_pointer Val) const { return Val; } in toPointer() function816 pointer toPointer(wrap *Val) { return &Val->get(); } in toPointer() function818 const_pointer toPointer(const wrap *Val) const { return &Val->get(); } in toPointer() function
777 pointer toPointer(pointer Val) { return Val; } in toPointer() function779 const_pointer toPointer(const_pointer Val) const { return Val; } in toPointer() function781 pointer toPointer(wrap *Val) { return &Val->get(); } in toPointer() function783 const_pointer toPointer(const wrap *Val) const { return &Val->get(); } in toPointer() function
107 StandardPluralRanges::toPointer(UErrorCode& status) && noexcept { in toPointer() function in StandardPluralRanges
79 func toPointer(i *Message) pointer { func
76 func toPointer(i *Message) pointer { func