Searched defs:WriteFixed32 (Results 1 - 5 of 5) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf/ | ||
H A D | WriteContext.cs | 158 public void WriteFixed32(uint value) in WriteFixed32() method |
H A D | CodedOutputStream.cs | 231 public void WriteFixed32(uint value)
in WriteFixed32() method in Google.Protobuf.CodedOutputStream |
H A D | WritingPrimitives.cs | 147 public static void WriteFixed32(ref Span<byte> buffer, ref WriterInternalState state, uint value) in WriteFixed32() method in Google.Protobuf.WritingPrimitives |
/third_party/protobuf/src/google/protobuf/util/internal/ | ||
H A D | proto_writer.cc | 153 inline Status WriteFixed32(int field_number, const DataPiece& data, in WriteFixed32() function |
/third_party/protobuf/src/google/protobuf/ | ||
H A D | wire_format_lite.cc | 437 void WireFormatLite::WriteFixed32(int field_number, uint32 value, in WriteFixed32() function in google::protobuf::internal::WireFormatLite |
Completed in 7 milliseconds