Searched defs:WriteRawBytes (Results 1 – 5 of 5) sorted by relevance
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/ |
D | WritingPrimitives.cs | 547 …public static void WriteRawBytes(ref Span<byte> buffer, ref WriterInternalState state, byte[] valu… in WriteRawBytes() method in Google.Protobuf.WritingPrimitives 555 …public static void WriteRawBytes(ref Span<byte> buffer, ref WriterInternalState state, byte[] valu… in WriteRawBytes() method in Google.Protobuf.WritingPrimitives 563 …public static void WriteRawBytes(ref Span<byte> buffer, ref WriterInternalState state, ReadOnlySpa… in WriteRawBytes() method in Google.Protobuf.WritingPrimitives
|
D | CodedOutputStream.cs | 523 internal void WriteRawBytes(byte[] value) in WriteRawBytes() method in Google.Protobuf.CodedOutputStream 531 internal void WriteRawBytes(byte[] value, int offset, int length) in WriteRawBytes() method in Google.Protobuf.CodedOutputStream
|
/external/protobuf/csharp/src/Google.Protobuf/ |
D | WritingPrimitives.cs | 547 …public static void WriteRawBytes(ref Span<byte> buffer, ref WriterInternalState state, byte[] valu… in WriteRawBytes() method in Google.Protobuf.WritingPrimitives 555 …public static void WriteRawBytes(ref Span<byte> buffer, ref WriterInternalState state, byte[] valu… in WriteRawBytes() method in Google.Protobuf.WritingPrimitives 563 …public static void WriteRawBytes(ref Span<byte> buffer, ref WriterInternalState state, ReadOnlySpa… in WriteRawBytes() method in Google.Protobuf.WritingPrimitives
|
D | CodedOutputStream.cs | 523 internal void WriteRawBytes(byte[] value) in WriteRawBytes() method in Google.Protobuf.CodedOutputStream 531 internal void WriteRawBytes(byte[] value, int offset, int length) in WriteRawBytes() method in Google.Protobuf.CodedOutputStream
|
/external/tensorflow/tensorflow/core/lib/io/ |
D | proto_encode_helper.h | 61 void WriteRawBytes(StringPiece v) { EncodeBytes(v.data(), v.size()); } in WriteRawBytes() function
|