Home
last modified time | relevance | path

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

/aosp12/system/memory/libmemunreachable/
H A DAllocator.h90 using shared_ptr = std::shared_ptr<T>; variable
168 using shared_ptr = Heap::shared_ptr<T>; variable
/aosp12/frameworks/native/cmds/idlcli/
H A Dvibrator.h77 using shared_ptr = std::result_of_t<decltype(getService<I>)&(std::string)>; variable