Home
last modified time | relevance | path

Searched defs:WriteLength (Results 1 – 10 of 10) sorted by relevance

/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf/
DWriteContext.cs272 public void WriteLength(int length) in WriteLength() method
DCodedOutputStream.cs398 public void WriteLength(int length) in WriteLength() method in Google.Protobuf.CodedOutputStream
DWritingPrimitives.cs405 … public static void WriteLength(ref Span<byte> buffer, ref WriterInternalState state, int length) in WriteLength() method in Google.Protobuf.WritingPrimitives
/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf/
DWriteContext.cs272 public void WriteLength(int length) in WriteLength() method
DCodedOutputStream.cs398 public void WriteLength(int length) in WriteLength() method in Google.Protobuf.CodedOutputStream
DWritingPrimitives.cs405 … public static void WriteLength(ref Span<byte> buffer, ref WriterInternalState state, int length) in WriteLength() method in Google.Protobuf.WritingPrimitives
/external/protobuf/csharp/src/Google.Protobuf/
DWriteContext.cs272 public void WriteLength(int length) in WriteLength() method
DCodedOutputStream.cs398 public void WriteLength(int length) in WriteLength() method in Google.Protobuf.CodedOutputStream
DWritingPrimitives.cs405 … public static void WriteLength(ref Span<byte> buffer, ref WriterInternalState state, int length) in WriteLength() method in Google.Protobuf.WritingPrimitives
/external/pigweed/pw_bluetooth_sapphire/host/sdp/
Ddata_element.cc73 size_t WriteLength(MutableByteBuffer* buf, size_t length) { in WriteLength() function