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

<<11121314151617181920>>

  /external/llvm/unittests/MC/
DwarfLineTables.cpp 42 Ctx = llvm::make_unique<MCContext>(MAI.get(), MRI.get(), nullptr);
  /external/llvm/utils/TableGen/
DAGISelEmitter.cpp 161 llvm::make_unique<ScopeMatcher>(PatternMatchers);
  /external/nos/host/android/hals/oemlock/
OemLock.cpp 60 auto unlock = std::make_unique<CarrierUnlock>();
  /external/skia/src/core/
SkFontDescriptor.cpp 93 result->fFontData = skstd::make_unique<SkFontData>(
  /external/skqp/src/core/
SkFontDescriptor.cpp 93 result->fFontData = skstd::make_unique<SkFontData>(
  /external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
identify_lstm_split_inputs.cc 58 auto lstm_cell_op = absl::make_unique<LstmCellOperator>();
  /frameworks/base/cmds/statsd/src/metrics/
EventMetricProducer.cpp 69 mProto = std::make_unique<ProtoOutputStream>();
  /frameworks/base/core/jni/
android_content_res_ApkAssets.cpp 129 std::unique_ptr<ResXMLTree> xml_tree = util::make_unique<ResXMLTree>(nullptr /*dynamicRefTable*/);
  /frameworks/base/tools/aapt2/compile/
InlineXmlFormatParser.cpp 125 auto new_doc = util::make_unique<xml::XmlResource>(doc->file);
  /frameworks/native/libs/ui/
GraphicBufferAllocator.cpp 46 mAllocator(std::make_unique<Gralloc2::Allocator>(
  /hardware/google/av/codec2/vndk/bufferpool/
BufferPoolClient.cpp 249 std::make_unique<BufferStatusChannel>(*fmqDesc);
270 outChannel = std::make_unique<BufferStatusChannel>(desc);
314 auto clientBuffer = std::make_unique<ClientBuffer>(
386 auto clientBuffer = std::make_unique<ClientBuffer>(
  /hardware/interfaces/automotive/vehicle/2.0/default/common/src/
VehicleObjectPool.cpp 99 auto newPool(std::make_unique<InternalPool>(type, vecSize));
  /hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
Composer.h 49 return std::make_unique<ComposerImpl>(std::move(hal));
  /hardware/interfaces/graphics/composer/2.1/vts/functional/
VtsHalGraphicsComposerV2_1TargetTest.cpp 75 mComposer = std::make_unique<Composer>(
352 ASSERT_NO_FATAL_FAILURE(mGralloc = std::make_unique<Gralloc>());
354 mWriter = std::make_unique<CommandWriterBase>(1024);
355 mReader = std::make_unique<TestCommandReader>();
  /hardware/libhardware/tests/input/evdev/
MouseInputMapper_test.cpp 39 mMapper = std::make_unique<MouseInputMapper>();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeDeserializer.h 45 Mapping = llvm::make_unique<MappingInfo>(Record.content());
  /prebuilts/clang/host/darwin-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/darwin-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/darwin-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
TypeDeserializer.h 57 Mapping = llvm::make_unique<MappingInfo>(Record.content());
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
TypeDeserializer.h 57 Mapping = llvm::make_unique<MappingInfo>(Record.content());
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Tooling/Refactoring/
RefactoringActionRulesInternal.h 149 return llvm::make_unique<Rule>(std::make_tuple(Requirements...));
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/
DIContext.h 250 return llvm::make_unique<Derived>(static_cast<const Derived &>(*this));
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Tooling/Refactoring/
RefactoringActionRulesInternal.h 149 return llvm::make_unique<Rule>(std::make_tuple(Requirements...));
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/
DIContext.h 250 return llvm::make_unique<Derived>(static_cast<const Derived &>(*this));
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Tooling/Refactoring/
RefactoringActionRulesInternal.h 149 return llvm::make_unique<Rule>(std::make_tuple(Requirements...));

Completed in 960 milliseconds

<<11121314151617181920>>