Searched defs:OwningPtr (Results 1 – 2 of 2) sorted by relevance
50 RT_API_ATTRS explicit OwningPtr(pointer_type p) : ptr_(p) {} in OwningPtr() function53 RT_API_ATTRS OwningPtr(OwningPtr &&other) { in OwningPtr() function65 constexpr RT_API_ATTRS OwningPtr(std::nullptr_t) : OwningPtr() {} in OwningPtr() function
341 gsl::owner<int *> OwningPtr = Array1.data(); // Bad, since it does not return the owner in test_inner_template() local