Home
last modified time | relevance | path

Searched refs:ReadOnlyMemory (Results 1 – 10 of 10) sorted by relevance

/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf/
DByteString.cs58 private readonly ReadOnlyMemory<byte> bytes;
63 internal static ByteString AttachBytes(ReadOnlyMemory<byte> bytes) in AttachBytes()
82 private ByteString(ReadOnlyMemory<byte> bytes) in ByteString()
124 public ReadOnlyMemory<byte> Memory
DUnsafeByteOperations.cs76 public static ByteString UnsafeWrap(ReadOnlyMemory<byte> bytes) in UnsafeWrap()
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf/
DByteString.cs58 private readonly ReadOnlyMemory<byte> bytes;
63 internal static ByteString AttachBytes(ReadOnlyMemory<byte> bytes) in AttachBytes()
82 private ByteString(ReadOnlyMemory<byte> bytes) in ByteString()
124 public ReadOnlyMemory<byte> Memory
DUnsafeByteOperations.cs76 public static ByteString UnsafeWrap(ReadOnlyMemory<byte> bytes) in UnsafeWrap()
/external/protobuf/csharp/src/Google.Protobuf/
DByteString.cs58 private readonly ReadOnlyMemory<byte> bytes;
63 internal static ByteString AttachBytes(ReadOnlyMemory<byte> bytes) in AttachBytes()
82 private ByteString(ReadOnlyMemory<byte> bytes) in ByteString()
124 public ReadOnlyMemory<byte> Memory
DUnsafeByteOperations.cs76 public static ByteString UnsafeWrap(ReadOnlyMemory<byte> bytes) in UnsafeWrap()
/external/flatbuffers/net/FlatBuffers/
DByteBuffer.cs62 public abstract ReadOnlyMemory<byte> ReadOnlyMemory { get; } property in Google.FlatBuffers.ByteBufferAllocator
110 public override ReadOnlyMemory<byte> ReadOnlyMemory => _buffer; field in Google.FlatBuffers.ByteArrayAllocator
278 public ReadOnlyMemory<byte> ToReadOnlyMemory(int pos, int len) in ToReadOnlyMemory()
280 return _buffer.ReadOnlyMemory.Slice(pos, len); in ToReadOnlyMemory()
/external/protobuf/csharp/src/Google.Protobuf.Test/Buffers/
DArrayBufferWriter.cs88 public ReadOnlyMemory<T> WrittenMemory => _buffer.AsMemory(0, _index);
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf.Test/Buffers/
DArrayBufferWriter.cs88 public ReadOnlyMemory<T> WrittenMemory => _buffer.AsMemory(0, _index);
/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf.Test/Buffers/
DArrayBufferWriter.cs88 public ReadOnlyMemory<T> WrittenMemory => _buffer.AsMemory(0, _index);