/aosp_15_r20/external/rust/android-crates-io/crates/quote/src/ |
D | runtime.rs | 195 pub struct GetSpan<T>(pub(crate) GetSpanInner<T>); struct 201 impl GetSpan<Span> { implementation 222 impl<T> Deref for GetSpan<T> { implementation
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/quote-1.0.36/src/ |
H A D | runtime.rs | 195 pub struct GetSpan<T>(pub(crate) GetSpanInner<T>); struct 201 impl GetSpan<Span> { implementation 222 impl<T> Deref for GetSpan<T> { implementation
|
/aosp_15_r20/external/openscreen/cast/standalone_receiver/ |
H A D | decoder.cc | 36 absl::Span<const uint8_t> Decoder::Buffer::GetSpan() const { in GetSpan() function in openscreen::cast::Decoder::Buffer 41 absl::Span<uint8_t> Decoder::Buffer::GetSpan() { in GetSpan() function in openscreen::cast::Decoder::Buffer
|
/aosp_15_r20/external/openscreen/cast/common/channel/ |
H A D | message_framer_unittest.cc | 52 absl::Span<uint8_t> GetSpan(size_t size) { in GetSpan() function in openscreen::cast::message_serialization::CastFramerTest 55 absl::Span<uint8_t> GetSpan() { return GetSpan(cast_message_serial_.size()); } in GetSpan() function in openscreen::cast::message_serialization::CastFramerTest
|
/aosp_15_r20/external/pdfium/core/fpdfapi/parser/ |
H A D | cpdf_flateencoder.cpp | 80 pdfium::span<const uint8_t> CPDF_FlateEncoder::GetSpan() const { in GetSpan() function in CPDF_FlateEncoder
|
H A D | cpdf_stream_acc.cpp | 74 pdfium::span<const uint8_t> CPDF_StreamAcc::GetSpan() const { in GetSpan() function in CPDF_StreamAcc
|
/aosp_15_r20/external/pdfium/core/fxcrt/ |
H A D | cfx_memorystream.cpp | 35 pdfium::span<const uint8_t> CFX_MemoryStream::GetSpan() const { in GetSpan() function in CFX_MemoryStream
|
H A D | binary_buffer.cpp | 56 pdfium::span<const uint8_t> BinaryBuffer::GetSpan() const { in GetSpan() function in fxcrt::BinaryBuffer
|
/aosp_15_r20/external/cronet/net/disk_cache/blockfile/ |
H A D | bitmap.h | 80 base::span<const uint32_t> GetSpan() const { in GetSpan() function
|
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf.Test/Buffers/ |
H A D | ArrayBufferWriter.cs | 185 public Span<T> GetSpan(int sizeHint = 0) in GetSpan() method in Google.Protobuf.Buffers.TestArrayBufferWriter
|
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test/Buffers/ |
H A D | ArrayBufferWriter.cs | 185 public Span<T> GetSpan(int sizeHint = 0) in GetSpan() method in Google.Protobuf.Buffers.TestArrayBufferWriter
|
/aosp_15_r20/external/pdfium/core/fxge/win32/ |
H A D | cfx_psrenderer_unittest.cpp | 35 pdfium::span<const uint8_t> GetSpan() const { return data_; } in GetSpan() function in __anon94d781180111::TestWriteStream
|
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf.Test/ |
H A D | ByteStringTest.cs | 422 public override Span<T> GetSpan() => new Span<T>(_pointer, _length); in GetSpan() method in Google.Protobuf.ByteStringTest.UnmanagedMemoryManager
|
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
H A D | ByteStringTest.cs | 422 public override Span<T> GetSpan() => new Span<T>(_pointer, _length); in GetSpan() method in Google.Protobuf.ByteStringTest.UnmanagedMemoryManager
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
H A D | weights.h | 104 absl::Span<const T> GetSpan() const { in GetSpan() function
|
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_observability/grpc_observability/ |
H A D | python_census_context.h | 238 Span& GetSpan() { return span_; } in GetSpan() function
|
/aosp_15_r20/external/golang-protobuf/types/descriptorpb/ |
H A D | descriptor.pb.go | 3221 func (x *SourceCodeInfo_Location) GetSpan() []int32 { func
|