OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unique_ptr
(Results
401 - 425
of
2653
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/llvm/lib/DebugInfo/PDB/
PDBSymbolUsingNamespace.cpp
20
const IPDBSession &PDBSession, std::
unique_ptr
<IPDBRawSymbol> Symbol)
/external/llvm/lib/DebugInfo/Symbolize/
SymbolizableObjectFile.h
28
static ErrorOr<std::
unique_ptr
<SymbolizableObjectFile>>
29
create(object::ObjectFile *Obj, std::
unique_ptr
<DIContext> DICtx);
61
std::
unique_ptr
<DIContext> DebugInfoContext;
76
std::
unique_ptr
<DIContext> DICtx);
/external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64TargetStreamer.h
37
std::
unique_ptr
<AssemblerConstantPools> ConstantPools;
/frameworks/base/tools/aapt2/compile/
PseudolocaleGenerator.h
26
std::
unique_ptr
<StyledString> pseudolocalizeStyledString(StyledString* string,
/frameworks/base/tools/aapt2/process/
SymbolTable_test.cpp
23
std::
unique_ptr
<ResourceTable> table = test::ResourceTableBuilder()
34
std::
unique_ptr
<SymbolTable::Symbol> s = symbolSource.findByName(
41
std::
unique_ptr
<ResourceTable> table = test::ResourceTableBuilder()
47
std::
unique_ptr
<SymbolTable::Symbol> s = symbolSource.findByName(
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op=/
rv_value.pass.cpp
40
test(std::vector<std::
unique_ptr
<int> >());
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op=/
rv_value.pass.cpp
39
test(std::list<std::
unique_ptr
<int> >());
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/
null_asgn.pass.cpp
12
//
unique_ptr
14
// Test
unique_ptr
move assignment
34
std::
unique_ptr
<A> s2(new A);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn/
null.pass.cpp
12
//
unique_ptr
14
// Test
unique_ptr
move assignment
34
std::
unique_ptr
<A> s2(new A);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/
pointer_deleter06.pass.cpp
12
//
unique_ptr
14
// Test
unique_ptr
(pointer, deleter) ctor
19
//
unique_ptr
(pointer, deleter) should work with function pointers
20
//
unique_ptr
<void> should work
33
std::
unique_ptr
<void, void (*)(void*)> s(&i, my_free);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.elem/
tuple.by.type4.fail.cpp
19
typedef std::
unique_ptr
<int> upint;
/system/bt/service/hal/
gatt_helpers.h
37
std::
unique_ptr
<GattIdentifier> GetServiceIdFromHAL(
/system/bt/vendor_libs/test_vendor_lib/include/
event_packet.h
65
static std::
unique_ptr
<EventPacket> CreateCommandCompleteEvent(
84
static std::
unique_ptr
<EventPacket> CreateCommandStatusEvent(
109
static std::
unique_ptr
<EventPacket> CreateInquiryResultEvent(
142
static std::
unique_ptr
<EventPacket> CreateExtendedInquiryResultEvent(
/system/connectivity/shill/dbus/
chromeos_dbus_service_watcher.h
40
std::
unique_ptr
<brillo::dbus_utils::DBusServiceWatcher> watcher_;
/system/connectivity/shill/net/
io_handler_factory_container.h
49
std::
unique_ptr
<IOHandlerFactory> factory_;
/system/connectivity/shill/upstart/
upstart.h
48
const std::
unique_ptr
<UpstartProxyInterface> upstart_proxy_;
/system/core/fastboot/
socket_mock.h
63
virtual std::
unique_ptr
<Socket> Accept();
81
void AddAccept(std::
unique_ptr
<Socket> sock);
88
std::
unique_ptr
<Socket> _sock);
93
std::
unique_ptr
<Socket> sock;
/system/core/libmemunreachable/
PtracerThread.h
44
std::
unique_ptr
<Stack> stack_;
/system/extras/simpleperf/
test_util.h
25
void CreateProcesses(size_t count, std::vector<std::
unique_ptr
<Workload>>* workloads);
/system/firewalld/
firewall_daemon.h
37
std::
unique_ptr
<FirewallService> firewall_service_;
/system/keymaster/
rsa_keymaster1_key.h
66
std::
unique_ptr
<OperationFactory> sign_factory_;
67
std::
unique_ptr
<OperationFactory> decrypt_factory_;
68
std::
unique_ptr
<OperationFactory> verify_factory_;
69
std::
unique_ptr
<OperationFactory> encrypt_factory_;
/system/tools/aidl/
code_writer.h
39
using CodeWriterPtr = std::
unique_ptr
<CodeWriter>;
main_cpp.cpp
30
std::
unique_ptr
<CppOptions> options = CppOptions::Parse(argc, argv);
/system/update_engine/update_manager/
real_random_provider.h
38
std::
unique_ptr
<Variable<uint64_t>> var_seed_;
/system/weaved/buffet/
bluetooth_client.h
32
static std::
unique_ptr
<BluetoothClient> CreateInstance();
Completed in 1126 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>