Searched defs:to_ptr (Results 1 – 3 of 3) sorted by relevance
70 AttrValue *to_ptr = ctx.GetAttr("to"); in DoCompute() local
384 fn to_ptr(self, is_const: bool) -> proc_macro2::TokenStream; in to_ptr() method388 fn to_ptr(self, is_const: bool) -> proc_macro2::TokenStream { in to_ptr() method
1145 To *to_ptr = static_cast<To *>(to); in NpyCast() local