Home
last modified time | relevance | path

Searched defs:WriteRawBytes (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/
DCodedOutputStream.cs523 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
DWritingPrimitives.cs418 …public static void WriteRawBytes(ref Span<byte> buffer, ref WriterInternalState state, byte[] valu… in WriteRawBytes() method in Google.Protobuf.WritingPrimitives
426 …public static void WriteRawBytes(ref Span<byte> buffer, ref WriterInternalState state, byte[] valu… in WriteRawBytes() method in Google.Protobuf.WritingPrimitives
434 …public static void WriteRawBytes(ref Span<byte> buffer, ref WriterInternalState state, ReadOnlySpa… in WriteRawBytes() method in Google.Protobuf.WritingPrimitives
/third_party/node/src/
Dnode_serdes.cc271 void SerializerContext::WriteRawBytes(const FunctionCallbackInfo<Value>& args) { in WriteRawBytes() function in node::__anone4c90bcf0111::SerializerContext