Searched refs:WriteAsciiStringToBuffer (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 | 198 WriteAsciiStringToBuffer(buffer, ref state, value, length); in WriteString() 218 …private static void WriteAsciiStringToBuffer(Span<byte> buffer, ref WriterInternalState state, str… in WriteAsciiStringToBuffer() method in Google.Protobuf.WritingPrimitives
|
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/ |
H A D | WritingPrimitives.cs | 198 WriteAsciiStringToBuffer(buffer, ref state, value, length); in WriteString() 218 …private static void WriteAsciiStringToBuffer(Span<byte> buffer, ref WriterInternalState state, str… in WriteAsciiStringToBuffer() method in Google.Protobuf.WritingPrimitives
|