Searched refs:GetSpan (Results 1 – 7 of 7) sorted by relevance
/third_party/rust/crates/tracing/tracing-tower/src/ |
D | request_span.rs | 2 use super::GetSpan; 13 G: GetSpan<R>, 32 G: GetSpan<R> + Clone, 40 G: GetSpan<R> + Clone, in layer() 52 G: GetSpan<R> + Clone, 63 G: GetSpan<R> + Clone, 96 G: GetSpan<R> + Clone, 116 G: GetSpan<R> + Clone, in layer() 131 G: GetSpan<R> + Clone, 144 G: GetSpan<R> + Clone, [all …]
|
D | service_span.rs | 3 use crate::GetSpan; 31 G: GetSpan<S>, 40 G: GetSpan<S>, in layer() 53 G: GetSpan<S>, 66 G: GetSpan<S> + Clone, 87 G: GetSpan<T>, 106 G: GetSpan<T> + Clone, 116 G: GetSpan<T> + Clone, in layer() 131 G: GetSpan<T> + Clone, 144 G: GetSpan<T> + Clone, [all …]
|
D | lib.rs | 48 G: GetSpan<Self>, in instrument() 59 G: GetSpan<Request> + Clone, in trace_requests() 66 G: GetSpan<Self>, in trace_service() 81 G: GetSpan<T>, in with_traced_service() 88 G: GetSpan<R> + Clone, in with_traced_requests() 100 pub trait GetSpan<T>: crate::sealed::Sealed<T> { interface 106 impl<T, F> GetSpan<T> for F 118 impl<T> GetSpan<T> for tracing::Span {
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Buffers/ |
D | ArrayBufferWriter.cs | 185 public Span<T> GetSpan(int sizeHint = 0) in GetSpan() method in Google.Protobuf.Buffers.ArrayBufferWriter
|
/third_party/protobuf/csharp/src/Google.Protobuf/ |
D | WriteBufferHelper.cs | 135 buffer = state.writeBufferHelper.bufferWriter.GetSpan(); in RefreshBuffer()
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui_tables.cpp | 582 span_allocator.GetSpan(0, &table->Columns); in TableBeginInitMemory() 583 span_allocator.GetSpan(1, &table->DisplayOrderToIndex); in TableBeginInitMemory() 584 span_allocator.GetSpan(2, &table->RowCellData); in TableBeginInitMemory()
|
D | imgui_internal.h | 605 …inline void GetSpan(int n, ImSpan<T>* span) { span->set((T*)GetSpanPtrBegin(n), (T*)GetSpanPtr… in GetSpan() function
|