Home
last modified time | relevance | path

Searched defs:TakeOwnership (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dindexed_array_analysis.h351 Literal* TakeOwnership(Literal literal) { in TakeOwnership() function
356 StatusOr<Literal*> TakeOwnership(StatusOr<Literal> literal_or_error) { in TakeOwnership() function
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/ext/tracing/core/
H A Dslice.h47 static Slice TakeOwnership(std::unique_ptr<uint8_t[]> buf, size_t size) { in TakeOwnership() function
/aosp_15_r20/external/perfetto/include/perfetto/ext/tracing/core/
H A Dslice.h47 static Slice TakeOwnership(std::unique_ptr<uint8_t[]> buf, size_t size) { in TakeOwnership() function
/aosp_15_r20/external/perfetto/src/trace_processor/
H A Dtrace_blob.cc56 TraceBlob TraceBlob::TakeOwnership(std::unique_ptr<uint8_t[]> buf, in TakeOwnership() function in perfetto::trace_processor::TraceBlob
/aosp_15_r20/external/clang/lib/Serialization/
H A DASTReader.cpp660 bool TakeOwnership) { in setDeserializationListener()