Searched defs:WriteUInt32 (Results 1 – 5 of 5) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf/ | ||
D | WriteContext.cs | 215 public void WriteUInt32(uint value) in WriteUInt32() method |
D | CodedOutputStream.cs | 335 public void WriteUInt32(uint value) in WriteUInt32() method in Google.Protobuf.CodedOutputStream |
D | WritingPrimitives.cs | 225 … 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/ | ||
D | proto_writer.cc | 163 inline Status WriteUInt32(int field_number, const DataPiece& data, in WriteUInt32() function |
/third_party/protobuf/src/google/protobuf/ | ||
D | wire_format_lite.cc | 417 void WireFormatLite::WriteUInt32(int field_number, uint32 value, in WriteUInt32() function in google::protobuf::internal::WireFormatLite |