HomeSort by relevance Sort by last modified time
    Searched defs:make_shared (Results 1 - 5 of 5) sorted by null

  /device/google/cuttlefish_common/host/frontend/vnc_server/
frame_buffer_watcher.cpp 38 std::make_shared<Stripe>); member in class:std
166 auto stripes = {std::make_shared<Stripe>(std::move(portrait_stripe)),
167 std::make_shared<Stripe>(std::move(landscape_stripe))};
  /system/core/libmemunreachable/
Allocator.h 93 shared_ptr<T> make_shared(Args&&... args);
171 shared_ptr make_shared(Args&&... args) { function in class:Allocator
172 return heap_.template make_shared<T>(std::forward<Args>(args)...);
187 inline Heap::shared_ptr<T> Heap::make_shared(Args&&... args) { function in class:Heap
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
shared_ptr.h 610 make_shared(_Args&&... __args) function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
shared_ptr.h 610 make_shared(_Args&&... __args) function
  /system/libvintf/
utils.h 127 virtual std::shared_ptr<T> make_shared() const { return std::make_shared<T>(); } function in class:android::vintf::details::ObjectFactory

Completed in 123 milliseconds