Home
last modified time | relevance | path

Searched defs:SingleSetPtr (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/core/lib/gprpp/
H A Dsingle_set_ptr.h31 explicit SingleSetPtr(T* p) : p_{p} {} in SingleSetPtr() function
32 explicit SingleSetPtr(std::unique_ptr<T, Deleter> p) : p_{p.release()} {} in SingleSetPtr() function
37 SingleSetPtr(SingleSetPtr&& other) noexcept in SingleSetPtr() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/gprpp/
Dsingle_set_ptr.h31 explicit SingleSetPtr(T* p) : p_{p} {} in SingleSetPtr() function
32 explicit SingleSetPtr(std::unique_ptr<T, Deleter> p) : p_{p.release()} {} in SingleSetPtr() function
37 SingleSetPtr(SingleSetPtr&& other) noexcept in SingleSetPtr() function