Home
last modified time | relevance | path

Searched refs:MoveImpl (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DFunctionExtras.h163 static void MoveImpl(void *LHSCallableAddr, void *RHSCallableAddr) noexcept { in MoveImpl() function
272 &CallImpl<CallableT>, &MoveImpl<CallableT>, &DestroyImpl<CallableT>}; in unique_function()
/external/perfetto/src/trace_processor/
Dtrace_storage.h795 ScopedStatsTracer(ScopedStatsTracer&& other) noexcept { MoveImpl(&other); } in ScopedStatsTracer()
798 MoveImpl(&other);
806 void MoveImpl(ScopedStatsTracer* other) { in MoveImpl() function