Home
last modified time | relevance | path

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

/external/pigweed/pw_protobuf/public/pw_protobuf/
Dencoder.h142 Status WriteFixed32(uint32_t field_number, uint32_t value) { in WriteFixed32() function
171 return WriteFixed32(field_number, static_cast<uint32_t>(value)); in WriteSfixed32()
/external/protobuf/csharp/src/Google.Protobuf/
DUnknownField.cs120 output.WriteFixed32(value); in WriteTo()
DCodedOutputStream.cs248 public void WriteFixed32(uint value) in WriteFixed32() method in Google.Protobuf.CodedOutputStream
DFieldCodec.cs276 …ldCodec<uint>(input => input.ReadFixed32(), (output, value) => output.WriteFixed32(value), 4, tag); in ForFixed32()
/external/protobuf/src/google/protobuf/util/internal/
Dproto_writer.cc153 inline Status WriteFixed32(int field_number, const DataPiece& data, in WriteFixed32() function
157 WireFormatLite::WriteFixed32(field_number, u32.ValueOrDie(), stream); in WriteFixed32()
648 status = WriteFixed32(field.number(), data, stream_.get()); in RenderPrimitiveField()
/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
DCodedInputStreamTest.cs444 output.WriteFixed32(100); in SkipGroup()
488 output.WriteFixed32(100); in SkipGroup_WrongEndGroupTag()
DGeneratedMessageTest.cs691 output.WriteFixed32(123); in ExtraEndGroupThrows()
/external/protobuf/csharp/src/Google.Protobuf.Test/
DCodedInputStreamTest.cs494 output.WriteFixed32(100); in SkipGroup()
538 output.WriteFixed32(100); in SkipGroup_WrongEndGroupTag()
DGeneratedMessageTest.cs691 output.WriteFixed32(123); in ExtraEndGroupThrows()
/external/pigweed/pw_protobuf/
Dencoder_fuzzer.cc212 encoder.WriteFixed32(provider.ConsumeIntegral<uint32_t>(), in LLVMFuzzerTestOneInput()
/external/protobuf/src/google/protobuf/
Dwire_format_lite.cc435 void WireFormatLite::WriteFixed32(int field_number, uint32 value, in WriteFixed32() function in google::protobuf::internal::WireFormatLite
Dwire_format_lite.h410 static void WriteFixed32(int field_number, uint32 value,
/external/protobuf/csharp/src/Google.Protobuf.Benchmarks/
DBenchmarkMessage1Proto3.cs1718 output.WriteFixed32(Field203); in WriteTo()
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DTestMessagesProto3.cs2053 output.WriteFixed32(OptionalFixed32); in WriteTo()
DUnittestProto3.cs1044 output.WriteFixed32(SingleFixed32); in WriteTo()