HomeSort by relevance Sort by last modified time
    Searched refs:make_unique (Results 501 - 525 of 1281) sorted by null

<<21222324252627282930>>

  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/
DIContext.h 250 return llvm::make_unique<Derived>(static_cast<const Derived &>(*this));
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Tooling/Refactoring/
RefactoringActionRulesInternal.h 149 return llvm::make_unique<Rule>(std::make_tuple(Requirements...));
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/
DIContext.h 250 return llvm::make_unique<Derived>(static_cast<const Derived &>(*this));
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeDeserializer.h 45 Mapping = llvm::make_unique<MappingInfo>(Record.content());
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBSymbol.h 105 return llvm::make_unique<ConcreteSymbolEnumerator<T>>(std::move(BaseIter));
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 100 return llvm::make_unique<Derived>(static_cast<const Derived &>(*this));
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
TypeDeserializer.h 57 Mapping = llvm::make_unique<MappingInfo>(Record.content());
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
TypeDeserializer.h 57 Mapping = llvm::make_unique<MappingInfo>(Record.content());
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Tooling/Refactoring/
RefactoringActionRulesInternal.h 149 return llvm::make_unique<Rule>(std::make_tuple(Requirements...));
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/
DIContext.h 250 return llvm::make_unique<Derived>(static_cast<const Derived &>(*this));
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Tooling/Refactoring/
RefactoringActionRulesInternal.h 149 return llvm::make_unique<Rule>(std::make_tuple(Requirements...));
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/
DIContext.h 250 return llvm::make_unique<Derived>(static_cast<const Derived &>(*this));
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Tooling/Refactoring/
RefactoringActionRulesInternal.h 149 return llvm::make_unique<Rule>(std::make_tuple(Requirements...));
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/
DIContext.h 250 return llvm::make_unique<Derived>(static_cast<const Derived &>(*this));
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Tooling/Refactoring/
RefactoringActionRulesInternal.h 149 return llvm::make_unique<Rule>(std::make_tuple(Requirements...));
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/
DIContext.h 250 return llvm::make_unique<Derived>(static_cast<const Derived &>(*this));
  /system/core/init/
action_parser.cpp 138 auto action = std::make_unique<Action>(false, action_subcontext, filename, line, event_trigger,
ueventd.cpp 222 parser.AddSectionParser("subsystem", std::make_unique<SubsystemParser>(&subsystems));
  /system/core/libion/tests/
allocate_test.cpp 94 auto zeroes_ptr = std::make_unique<char[]>(4096);
  /system/core/libmemunreachable/
LeakFolding.cpp 38 leak_scc = scc_allocator.make_unique(scc_allocator);
  /system/netd/server/dns/
DnsTlsQueryMap.cpp 48 return std::make_unique<QueryFuture>(q, it->second.result.get_future());
  /system/netd/tests/dns_responder/
dns_responder_client.cpp 75 d = std::make_unique<test::DNSResponder>(server, listen_srv, 250,
  /system/update_engine/payload_generator/
zip_unittest.cc 74 new W(std::make_unique<MemoryExtentWriter>(out)));
  /system/update_engine/
real_system_state.cc 60 boot_control_ = std::make_unique<BootControlStub>();
  /system/update_engine/update_manager/
android_things_policy_unittest.cc 34 policy_ = std::make_unique<AndroidThingsPolicy>();

Completed in 648 milliseconds

<<21222324252627282930>>