Searched defs:GetSpan (Results 1 – 2 of 2) sorted by relevance
| /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/rust/crates/quote/src/ | ||
| D | runtime.rs | 195 pub struct GetSpan<T>(pub(crate) GetSpanInner<T>); struct |