Home
last modified time | relevance | path

Searched defs:WriteRawBytes (Results 1 – 5 of 5) 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.cc272 void SerializerContext::WriteRawBytes(const FunctionCallbackInfo<Value>& args) { in WriteRawBytes() function in node::serdes::SerializerContext
/third_party/node/deps/v8/src/objects/
Dvalue-serializer.cc354 void ValueSerializer::WriteRawBytes(const void* source, size_t length) { in WriteRawBytes() function in v8::internal::ValueSerializer
/third_party/node/deps/v8/src/api/
Dapi.cc3403 void ValueSerializer::WriteRawBytes(const void* source, size_t length) { in WriteRawBytes() function in v8::ValueSerializer