Home
last modified time | relevance | path

Searched defs:WriteUInt32 (Results 1 – 4 of 4) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/
DWriteContext.cs150 …public void WriteUInt32(uint value) => WritingPrimitives.WriteUInt32(ref buffer, ref state, value); in WriteUInt32() method
DCodedOutputStream.cs337 public void WriteUInt32(uint value) in WriteUInt32() method in Google.Protobuf.CodedOutputStream
DWritingPrimitives.cs332 … public static void WriteUInt32(ref Span<byte> buffer, ref WriterInternalState state, uint value) in WriteUInt32() method in Google.Protobuf.WritingPrimitives
/third_party/protobuf/src/google/protobuf/
Dwire_format_lite.cc411 void WireFormatLite::WriteUInt32(int field_number, uint32_t value, in WriteUInt32() function in google::protobuf::internal::WireFormatLite