Home
last modified time | relevance | path

Searched defs:PtrWrapper (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/clang/test/Analysis/
H A Dnew.cpp77 struct PtrWrapper { struct
80 PtrWrapper(int *input) : x(input) {} in PtrWrapper() argument
H A DNewDelete-checker-test.cpp79 struct PtrWrapper { struct
82 PtrWrapper(int *input) : x(input) {} in PtrWrapper() argument
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/
H A Dthread_safe_interface_ptr.h309 explicit PtrWrapper(InterfacePtrType ptr) in PtrWrapper() function
315 explicit PtrWrapper( in PtrWrapper() function
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/tests/
H A Dsync_method_unittest.cc213 class PtrWrapper { class
215 explicit PtrWrapper(InterfacePtr<Interface> ptr) : ptr_(std::move(ptr)) {} in PtrWrapper() function in mojo::test::__anon18fccbde0111::PtrWrapper
217 explicit PtrWrapper( in PtrWrapper() function in mojo::test::__anon18fccbde0111::PtrWrapper