Searched refs:WriteStringToBuffer (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/ |
H A D | WritingPrimitives.cs | 185 … buffer[indexOfLengthDelimiter] = (byte)WriteStringToBuffer(buffer, ref state, value); in WriteString() 202 WriteStringToBuffer(buffer, ref state, value); in WriteString() 314 …private static int WriteStringToBuffer(Span<byte> buffer, ref WriterInternalState state, string va… in WriteStringToBuffer() method in Google.Protobuf.WritingPrimitives
|
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/ |
H A D | WritingPrimitives.cs | 185 … buffer[indexOfLengthDelimiter] = (byte)WriteStringToBuffer(buffer, ref state, value); in WriteString() 202 WriteStringToBuffer(buffer, ref state, value); in WriteString() 314 …private static int WriteStringToBuffer(Span<byte> buffer, ref WriterInternalState state, string va… in WriteStringToBuffer() method in Google.Protobuf.WritingPrimitives
|