Searched defs:AsPointer (Results 1 – 4 of 4) sorted by relevance
11 func AsPointer(t Type) *Pointer { func
511 Pointer* AsPointer() override { return this; } in AsPointer() function512 const Pointer* AsPointer() const override { return this; } in AsPointer() function
517 Pointer* AsPointer() override { return this; } in AsPointer() function518 const Pointer* AsPointer() const override { return this; } in AsPointer() function