Home
last modified time | relevance | path

Searched defs:GetSpan (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf.Test/Buffers/
DArrayBufferWriter.cs185 public Span<T> GetSpan(int sizeHint = 0) in GetSpan() method in Google.Protobuf.Buffers.ArrayBufferWriter
/third_party/rust/crates/quote/src/
Druntime.rs195 pub struct GetSpan<T>(pub(crate) GetSpanInner<T>); struct
201 impl GetSpan<Span> { impl
222 impl<T> Deref for GetSpan<T> { implementation