HomeSort by relevance Sort by last modified time
    Searched refs:make_unique_ptr (Results 1 - 18 of 18) sorted by null

  /external/libbrillo/brillo/
make_unique_ptr.h 13 // Doing e.g. make_unique_ptr(new FooBarBaz<type>(arg)) is a shorter notation
19 std::unique_ptr<T> make_unique_ptr(T* ptr) { function in namespace:brillo
  /system/update_engine/
hardware_android.cc 20 #include <brillo/make_unique_ptr.h>
34 return brillo::make_unique_ptr(new HardwareAndroid());
chrome_browser_proxy_resolver_unittest.cc 26 #include <brillo/make_unique_ptr.h>
52 brillo::make_unique_ptr(service_interface_mock_),
53 brillo::make_unique_ptr(ue_proxy_resolved_interface_mock_)) {}
hardware_chromeos.cc 23 #include <brillo/make_unique_ptr.h>
61 return brillo::make_unique_ptr(new HardwareChromeOS());
boot_control_android.cc 23 #include <brillo/make_unique_ptr.h>
63 return brillo::make_unique_ptr(boot_control.release());
real_system_state.cc 25 #include <brillo/make_unique_ptr.h>
62 boot_control_ = brillo::make_unique_ptr(new BootControlStub());
boot_control_chromeos.cc 25 #include <brillo/make_unique_ptr.h>
84 return brillo::make_unique_ptr(boot_control_chromeos.release());
update_attempter.cc 35 #include <brillo/make_unique_ptr.h>
621 brillo::make_unique_ptr(new LibcurlHttpFetcher(
639 brillo::make_unique_ptr(
650 brillo::make_unique_ptr(
    [all...]
update_attempter_unittest.cc 26 #include <brillo/make_unique_ptr.h>
118 brillo::make_unique_ptr(service_interface_mock_),
119 brillo::make_unique_ptr(ue_proxy_resolved_interface_mock_)),
    [all...]
omaha_request_action_unittest.cc 31 #include <brillo/make_unique_ptr.h>
326 brillo::make_unique_ptr(fetcher),
385 brillo::make_unique_ptr(fetcher),
    [all...]
connection_manager_unittest.cc 24 #include <brillo/make_unique_ptr.h>
  /external/clang/test/SemaCXX/
rval-references-examples.cpp 56 unique_ptr<T> make_unique_ptr(Args &&...args) { function
68 unique_ptr<int> p2(make_unique_ptr<int>(17));
69 unique_ptr<int> p3 = make_unique_ptr<int>(17);
77 p2 = make_unique_ptr<int>(0);
83 accept_unique_ptr(make_unique_ptr<double>(0.0));
  /system/update_engine/payload_consumer/
bzip_extent_writer_unittest.cc 25 #include <brillo/make_unique_ptr.h>
74 brillo::make_unique_ptr(new DirectExtentWriter()));
112 brillo::make_unique_ptr(new DirectExtentWriter()));
xz_extent_writer_unittest.cc 28 #include <brillo/make_unique_ptr.h>
92 new XzExtentWriter(brillo::make_unique_ptr(fake_extent_writer_)));
extent_writer_unittest.cc 25 #include <brillo/make_unique_ptr.h>
188 brillo::make_unique_ptr(new DirectExtentWriter()));
delta_performer.cc 34 #include <brillo/make_unique_ptr.h>
    [all...]
  /system/update_engine/payload_generator/
zip_unittest.cc 23 #include <brillo/make_unique_ptr.h>
73 new W(brillo::make_unique_ptr(new MemoryExtentWriter(out))));
  /system/update_engine/update_manager/
real_shill_provider_unittest.cc 22 #include <brillo/make_unique_ptr.h>
263 brillo::make_unique_ptr(service_proxy_mock));

Completed in 1842 milliseconds