Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/quote/src/
Druntime.rs195 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 Druntime.rs195 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 Ddecoder.cc36 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 Dmessage_framer_unittest.cc52 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 Dcpdf_flateencoder.cpp80 pdfium::span<const uint8_t> CPDF_FlateEncoder::GetSpan() const { in GetSpan() function in CPDF_FlateEncoder
H A Dcpdf_stream_acc.cpp74 pdfium::span<const uint8_t> CPDF_StreamAcc::GetSpan() const { in GetSpan() function in CPDF_StreamAcc
/aosp_15_r20/external/pdfium/core/fxcrt/
H A Dcfx_memorystream.cpp35 pdfium::span<const uint8_t> CFX_MemoryStream::GetSpan() const { in GetSpan() function in CFX_MemoryStream
H A Dbinary_buffer.cpp56 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 Dbitmap.h80 base::span<const uint32_t> GetSpan() const { in GetSpan() function
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf.Test/Buffers/
H A DArrayBufferWriter.cs185 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 DArrayBufferWriter.cs185 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 Dcfx_psrenderer_unittest.cpp35 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 DByteStringTest.cs422 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 DByteStringTest.cs422 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 Dweights.h104 absl::Span<const T> GetSpan() const { in GetSpan() function
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_observability/grpc_observability/
H A Dpython_census_context.h238 Span& GetSpan() { return span_; } in GetSpan() function
/aosp_15_r20/external/golang-protobuf/types/descriptorpb/
H A Ddescriptor.pb.go3221 func (x *SourceCodeInfo_Location) GetSpan() []int32 { func