Searched defs:WriteRawBytes (Results 1 – 5 of 5) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf/ |
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
|
D | WritingPrimitives.cs | 418 …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/ |
D | node_serdes.cc | 272 void SerializerContext::WriteRawBytes(const FunctionCallbackInfo<Value>& args) { in WriteRawBytes() function in node::serdes::SerializerContext
|
/third_party/node/deps/v8/src/objects/ |
D | value-serializer.cc | 354 void ValueSerializer::WriteRawBytes(const void* source, size_t length) { in WriteRawBytes() function in v8::internal::ValueSerializer
|
/third_party/node/deps/v8/src/api/ |
D | api.cc | 3403 void ValueSerializer::WriteRawBytes(const void* source, size_t length) { in WriteRawBytes() function in v8::ValueSerializer
|