Home
last modified time | relevance | path

Searched defs:TraceImpl (Results 1 – 8 of 8) sorted by relevance

/external/federated-compute/fcp/tracing/
Dtext_tracing_span_impl.cc28 void TextTracingSpanImpl::TraceImpl(DetachedBuffer&& buf, in TraceImpl() function in fcp::tracing_internal::TextTracingSpanImpl
Dtest_tracing_span_impl.cc35 void TestTracingSpanImpl::TraceImpl(DetachedBuffer&& buf, in TraceImpl() function in fcp::tracing_internal::TestTracingSpanImpl
Dtest_tracing_recorder_impl.cc41 void TestTracingRecorderImpl::TraceImpl(TracingSpanId id, DetachedBuffer&& buf, in TraceImpl() function in fcp::tracing_internal::TestTracingRecorderImpl
Dtext_tracing_recorder_impl.cc43 void TextTracingRecorderImpl::TraceImpl(TracingSpanId id, in TraceImpl() function in fcp::tracing_internal::TextTracingRecorderImpl
/external/kotlinx.atomicfu/atomicfu/src/jvmMain/kotlin/kotlinx/atomicfu/
DTrace.kt48 private class TraceImpl(size: Int, private val format: TraceFormat) : TraceBase() { class
/external/cronet/stable/base/allocator/partition_allocator/src/partition_alloc/pointers/
Dinstance_tracer.cc54 void InstanceTracer::TraceImpl(uint64_t owner_id, in TraceImpl() function in base::internal::InstanceTracer
/external/cronet/tot/base/allocator/partition_allocator/src/partition_alloc/pointers/
Dinstance_tracer.cc54 void InstanceTracer::TraceImpl(uint64_t owner_id, in TraceImpl() function in base::internal::InstanceTracer
/external/perfetto/ui/src/core/
Dtrace_impl.ts174 export class TraceImpl implements Trace { class