Searched defs:WriteUInt32 (Results 1 – 4 of 4) sorted by relevance
| /third_party/protobuf/csharp/src/Google.Protobuf/ | ||
| D | WriteContext.cs | 150 …public void WriteUInt32(uint value) => WritingPrimitives.WriteUInt32(ref buffer, ref state, value); in WriteUInt32() method |
| D | CodedOutputStream.cs | 337 public void WriteUInt32(uint value) in WriteUInt32() method in Google.Protobuf.CodedOutputStream |
| D | WritingPrimitives.cs | 332 … 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/ | ||
| D | wire_format_lite.cc | 411 void WireFormatLite::WriteUInt32(int field_number, uint32_t value, in WriteUInt32() function in google::protobuf::internal::WireFormatLite |