Home
last modified time | relevance | path

Searched refs:WriteFixed32 (Results 1 – 9 of 9) sorted by relevance

/external/protobuf/src/google/protobuf/util/internal/
Dproto_writer.cc143 inline Status WriteFixed32(int field_number, const DataPiece& data, in WriteFixed32() function
147 WireFormatLite::WriteFixed32(field_number, u32.ValueOrDie(), stream); in WriteFixed32()
590 status = WriteFixed32(field.number(), data, stream_.get()); in RenderPrimitiveField()
/external/protobuf/csharp/src/Google.Protobuf.Test/
DCodedInputStreamTest.cs444 output.WriteFixed32(100); in SkipGroup()
488 output.WriteFixed32(100); in SkipGroup_WrongEndGroupTag()
DGeneratedMessageTest.cs689 output.WriteFixed32(123); in ExtraEndGroupThrows()
/external/protobuf/csharp/src/Google.Protobuf/
DCodedOutputStream.cs248 public void WriteFixed32(uint value) in WriteFixed32() method in Google.Protobuf.CodedOutputStream
DFieldCodec.cs104 …ldCodec<uint>(input => input.ReadFixed32(), (output, value) => output.WriteFixed32(value), 4, tag); in ForFixed32()
/external/protobuf/src/google/protobuf/
Dwire_format_lite.cc370 void WireFormatLite::WriteFixed32(int field_number, uint32 value, in WriteFixed32() function in google::protobuf::internal::WireFormatLite
Dwire_format_lite.h380 static void WriteFixed32 (field_number, uint32 value, output);
/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs2208 output.WriteFixed32(OptionalFixed32); in WriteTo()
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs960 output.WriteFixed32(SingleFixed32); in WriteTo()