Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/
DWriteContext.cs215 public void WriteUInt32(uint value) in WriteUInt32() method
DCodedOutputStream.cs335 public void WriteUInt32(uint value) in WriteUInt32() method in Google.Protobuf.CodedOutputStream
DWritingPrimitives.cs225 … 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/util/internal/
Dproto_writer.cc163 inline Status WriteUInt32(int field_number, const DataPiece& data, in WriteUInt32() function
/third_party/protobuf/src/google/protobuf/
Dwire_format_lite.cc417 void WireFormatLite::WriteUInt32(int field_number, uint32 value, in WriteUInt32() function in google::protobuf::internal::WireFormatLite