Home
last modified time | relevance | path

Searched refs:WriteFixed64 (Results 1 – 14 of 14) sorted by relevance

/external/pigweed/pw_protobuf/
Dencoder_test.cc90 EXPECT_EQ(encoder.WriteFixed64(kTestProtoCyclesField, 0xdeadbeef8badf00d), in TEST()
114 EXPECT_EQ(encoder.WriteFixed64(kTestProtoCyclesField, 0xdeadbeef8badf00d), in TEST()
Dencoder_fuzzer.cc220 encoder.WriteFixed64(provider.ConsumeIntegral<uint32_t>(), in LLVMFuzzerTestOneInput()
/external/pigweed/pw_protobuf/public/pw_protobuf/
Dencoder.h156 Status WriteFixed64(uint32_t field_number, uint64_t value) { in WriteFixed64() function
182 return WriteFixed64(field_number, static_cast<uint64_t>(value)); in WriteSfixed64()
/external/protobuf/csharp/src/Google.Protobuf/
DUnknownField.cs128 output.WriteFixed64(value); in WriteTo()
DCodedOutputStream.cs239 public void WriteFixed64(ulong value) in WriteFixed64() method in Google.Protobuf.CodedOutputStream
DFieldCodec.cs331 …dCodec<ulong>(input => input.ReadFixed64(), (output, value) => output.WriteFixed64(value), 8, tag); in ForFixed64()
/external/protobuf/src/google/protobuf/util/internal/
Dproto_writer.cc203 inline Status WriteFixed64(int field_number, const DataPiece& data, in WriteFixed64() function
207 WireFormatLite::WriteFixed64(field_number, u64.ValueOrDie(), stream); in WriteFixed64()
668 status = WriteFixed64(field.number(), data, stream_.get()); in RenderPrimitiveField()
/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
DCodedInputStreamTest.cs450 output.WriteFixed64(1000); in SkipGroup()
/external/protobuf/csharp/src/Google.Protobuf.Test/
DCodedInputStreamTest.cs500 output.WriteFixed64(1000); in SkipGroup()
/external/protobuf/src/google/protobuf/
Dwire_format_lite.cc440 void WireFormatLite::WriteFixed64(int field_number, uint64 value, in WriteFixed64() function in google::protobuf::internal::WireFormatLite
Dwire_format_lite.h412 static void WriteFixed64(int field_number, uint64 value,
/external/protobuf/csharp/src/Google.Protobuf.Benchmarks/
DBenchmarkMessage1Proto3.cs1702 output.WriteFixed64(Field21); in WriteTo()
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DTestMessagesProto3.cs2057 output.WriteFixed64(OptionalFixed64); in WriteTo()
DUnittestProto3.cs1048 output.WriteFixed64(SingleFixed64); in WriteTo()