Home
last modified time | relevance | path

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

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