Searched defs:StructPtr (Results 1 – 2 of 2) sorted by relevance
38 StructPtr(decltype(nullptr)) {} in StructPtr() function47 StructPtr(StructPtr&& other) { Take(&other); } in StructPtr() function54 StructPtr(base::in_place_t, Args&&... args) in StructPtr() function
288 PointerType *StructPtr = in constructFunction() local