Home
last modified time | relevance | path

Searched defs:WriteUInt32 (Results 1 – 6 of 6) 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/lzma/CPP/7zip/Archive/7z/
D7zOut.cpp155 void COutArchive::WriteUInt32(UInt32 value) in WriteUInt32() function in NArchive::N7z::COutArchive
/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