OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:make_unique_ptr
(Results
1 - 25
of
25
) sorted by null
/system/update_engine/
network_selector_android.cc
21
#include <brillo/
make_unique_ptr
.h>
29
return brillo::
make_unique_ptr
(new NetworkSelectorAndroid());
network_selector_stub.cc
20
#include <brillo/
make_unique_ptr
.h>
28
return brillo::
make_unique_ptr
(new NetworkSelectorStub());
hardware_android.cc
29
#include <brillo/
make_unique_ptr
.h>
98
return brillo::
make_unique_ptr
(new HardwareAndroid());
real_system_state.cc
25
#include <brillo/
make_unique_ptr
.h>
59
boot_control_ = brillo::
make_unique_ptr
(new BootControlStub());
boot_control_recovery.cc
23
#include <brillo/
make_unique_ptr
.h>
boot_control_android.cc
23
#include <brillo/
make_unique_ptr
.h>
hardware_chromeos.cc
25
#include <brillo/
make_unique_ptr
.h>
sideload_main.cc
28
#include <brillo/
make_unique_ptr
.h>
update_attempter.cc
37
#include <brillo/
make_unique_ptr
.h>
613
brillo::
make_unique_ptr
(new LibcurlHttpFetcher(
631
brillo::
make_unique_ptr
(
641
brillo::
make_unique_ptr
(
[
all
...]
boot_control_chromeos.cc
25
#include <brillo/
make_unique_ptr
.h>
omaha_request_action_unittest.cc
32
#include <brillo/
make_unique_ptr
.h>
375
brillo::
make_unique_ptr
(fetcher),
434
brillo::
make_unique_ptr
(fetcher),
702
&fake_system_state_, nullptr, brillo::
make_unique_ptr
(fetcher), false);
[
all
...]
connection_manager_unittest.cc
24
#include <brillo/
make_unique_ptr
.h>
update_attempter_unittest.cc
26
#include <brillo/
make_unique_ptr
.h>
[
all
...]
/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
/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/update_manager/
state_factory.cc
22
#include <brillo/
make_unique_ptr
.h>
60
brillo::
make_unique_ptr
(
real_system_provider_unittest.cc
22
#include <brillo/
make_unique_ptr
.h>
real_device_policy_provider_unittest.cc
21
#include <brillo/
make_unique_ptr
.h>
66
brillo::
make_unique_ptr
(session_manager_proxy_mock),
real_shill_provider_unittest.cc
22
#include <brillo/
make_unique_ptr
.h>
266
brillo::
make_unique_ptr
(service_proxy_mock));
/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
35
#include <brillo/
make_unique_ptr
.h>
[
all
...]
/system/update_engine/payload_generator/
mapfile_filesystem.cc
26
#include <brillo/
make_unique_ptr
.h>
64
return brillo::
make_unique_ptr
(
zip_unittest.cc
23
#include <brillo/
make_unique_ptr
.h>
73
new W(brillo::
make_unique_ptr
(new MemoryExtentWriter(out))));
Completed in 864 milliseconds