Searched refs:WriteFixed32 (Results 1 – 9 of 9) sorted by relevance
/external/protobuf/src/google/protobuf/util/internal/ |
D | proto_writer.cc | 143 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/ |
D | CodedInputStreamTest.cs | 444 output.WriteFixed32(100); in SkipGroup() 488 output.WriteFixed32(100); in SkipGroup_WrongEndGroupTag()
|
D | GeneratedMessageTest.cs | 689 output.WriteFixed32(123); in ExtraEndGroupThrows()
|
/external/protobuf/csharp/src/Google.Protobuf/ |
D | CodedOutputStream.cs | 248 public void WriteFixed32(uint value) in WriteFixed32() method in Google.Protobuf.CodedOutputStream
|
D | FieldCodec.cs | 104 …ldCodec<uint>(input => input.ReadFixed32(), (output, value) => output.WriteFixed32(value), 4, tag); in ForFixed32()
|
/external/protobuf/src/google/protobuf/ |
D | wire_format_lite.cc | 370 void WireFormatLite::WriteFixed32(int field_number, uint32 value, in WriteFixed32() function in google::protobuf::internal::WireFormatLite
|
D | wire_format_lite.h | 380 static void WriteFixed32 (field_number, uint32 value, output);
|
/external/protobuf/csharp/src/Google.Protobuf.Conformance/ |
D | Conformance.cs | 2208 output.WriteFixed32(OptionalFixed32); in WriteTo()
|
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/ |
D | UnittestProto3.cs | 960 output.WriteFixed32(SingleFixed32); in WriteTo()
|