OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unique_ptr
(Results
201 - 225
of
2653
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/device/google/contexthub/util/nanotool/
resetreasonevent.cpp
26
std::
unique_ptr
<ResetReasonEvent> ResetReasonEvent::FromBytes(
28
auto event = std::
unique_ptr
<ResetReasonEvent>(new ResetReasonEvent());
/external/clang/lib/StaticAnalyzer/Frontend/
FrontendActions.cpp
16
std::
unique_ptr
<ASTConsumer>
24
std::
unique_ptr
<ASTConsumer>
/external/drm_hwcomposer/
virtualcompositorworker.h
47
void Compose(std::
unique_ptr
<VirtualComposition> composition);
49
std::queue<std::
unique_ptr
<VirtualComposition>> composite_queue_;
/external/libcxx/test/std/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/
move01.fail.cpp
12
//
unique_ptr
14
// Test
unique_ptr
move ctor
34
std::
unique_ptr
<A[]> s(new A[3]);
36
std::
unique_ptr
<A[]> s2 = s;
move02.fail.cpp
12
//
unique_ptr
14
// Test
unique_ptr
move ctor
34
const std::
unique_ptr
<A[]> s(new A[3]);
36
std::
unique_ptr
<A[]> s2 = s;
/external/libcxx/test/std/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/
move01.fail.cpp
12
//
unique_ptr
14
// Test
unique_ptr
move ctor
34
std::
unique_ptr
<A> s(new A);
36
std::
unique_ptr
<A> s2 = s;
move02.fail.cpp
12
//
unique_ptr
14
// Test
unique_ptr
move ctor
34
const std::
unique_ptr
<A> s(new A);
36
std::
unique_ptr
<A> s2 = s;
move_convert05.fail.cpp
12
//
unique_ptr
14
// Test
unique_ptr
converting move ctor
49
std::
unique_ptr
<B, Deleter<B> > s(new B);
50
std::
unique_ptr
<A, Deleter<A> > s2 = s;
/external/libcxx/test/std/utilities/utility/utility.swap/
swap.pass.cpp
38
std::
unique_ptr
<int> i(new int(1));
39
std::
unique_ptr
<int> j(new int(2));
/external/libweave/src/
utils.h
28
std::
unique_ptr
<base::DictionaryValue> LoadJsonDict(
32
std::
unique_ptr
<base::DictionaryValue> ErrorInfoToJson(const Error& error);
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DIAEnumSymbols.h
26
std::
unique_ptr
<PDBSymbol> getChildAtIndex(uint32_t Index) const override;
27
std::
unique_ptr
<PDBSymbol> getNext() override;
/external/llvm/include/llvm/DebugInfo/PDB/
PDBSymbolTypePointer.h
23
std::
unique_ptr
<IPDBRawSymbol> Symbol);
27
std::
unique_ptr
<PDBSymbol> getPointeeType() const;
/external/llvm/include/llvm/Transforms/IPO/
FunctionImport.h
29
std::function<std::
unique_ptr
<Module>(StringRef Identifier)> ModuleLoader;
35
std::function<std::
unique_ptr
<Module>(StringRef Identifier)> ModuleLoader)
/external/llvm/lib/DebugInfo/PDB/
PDB.cpp
24
std::
unique_ptr
<IPDBSession> &Session) {
33
std::
unique_ptr
<IPDBSession> &Session) {
/frameworks/av/services/camera/libcameraservice/utils/
AutoConditionLock.cpp
38
std::
unique_ptr
<AutoConditionLock> AutoConditionLock::waitAndAcquire(
43
return std::
unique_ptr
<AutoConditionLock>{nullptr};
47
std::
unique_ptr
<AutoConditionLock> scopedLock(new AutoConditionLock(manager));
57
return std::
unique_ptr
<AutoConditionLock>{nullptr};
68
std::
unique_ptr
<AutoConditionLock> AutoConditionLock::waitAndAcquire(
73
return std::
unique_ptr
<AutoConditionLock>{nullptr};
77
std::
unique_ptr
<AutoConditionLock> scopedLock(new AutoConditionLock(manager));
84
return std::
unique_ptr
<AutoConditionLock>{nullptr};
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/
move01.fail.cpp
12
//
unique_ptr
14
// Test
unique_ptr
move ctor
34
std::
unique_ptr
<A[]> s(new A[3]);
36
std::
unique_ptr
<A[]> s2 = s;
move02.fail.cpp
12
//
unique_ptr
14
// Test
unique_ptr
move ctor
34
const std::
unique_ptr
<A[]> s(new A[3]);
36
std::
unique_ptr
<A[]> s2 = s;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/
move01.fail.cpp
12
//
unique_ptr
14
// Test
unique_ptr
move ctor
34
std::
unique_ptr
<A> s(new A);
36
std::
unique_ptr
<A> s2 = s;
move02.fail.cpp
12
//
unique_ptr
14
// Test
unique_ptr
move ctor
34
const std::
unique_ptr
<A> s(new A);
36
std::
unique_ptr
<A> s2 = s;
move_convert05.fail.cpp
12
//
unique_ptr
14
// Test
unique_ptr
converting move ctor
48
std::
unique_ptr
<B, Deleter<B> > s(new B);
49
std::
unique_ptr
<A, Deleter<A> > s2 = s;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/utility.swap/
swap.pass.cpp
38
std::
unique_ptr
<int> i(new int(1));
39
std::
unique_ptr
<int> j(new int(2));
/system/extras/simpleperf/
callchain.h
29
std::vector<std::
unique_ptr
<CallChainNode>> children;
34
std::vector<std::
unique_ptr
<CallChainNode>> children;
/system/tools/aidl/
line_reader.h
34
static std::
unique_ptr
<LineReader> ReadFromFile(
36
static std::
unique_ptr
<LineReader> ReadFromMemory(
/system/weaved/buffet/
keystore_encryptor.h
32
std::
unique_ptr
<keystore::KeystoreClient> keystore);
41
std::
unique_ptr
<keystore::KeystoreClient> keystore_;
/system/webservd/libwebserv/
request_handler_callback.h
34
void HandleRequest(std::
unique_ptr
<Request> request,
35
std::
unique_ptr
<Response> response) override;
Completed in 681 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>