Searched refs:WriteFixed64 (Results 1 – 14 of 14) sorted by relevance
/external/pigweed/pw_protobuf/ |
D | encoder_test.cc | 90 EXPECT_EQ(encoder.WriteFixed64(kTestProtoCyclesField, 0xdeadbeef8badf00d), in TEST() 114 EXPECT_EQ(encoder.WriteFixed64(kTestProtoCyclesField, 0xdeadbeef8badf00d), in TEST()
|
D | encoder_fuzzer.cc | 220 encoder.WriteFixed64(provider.ConsumeIntegral<uint32_t>(), in LLVMFuzzerTestOneInput()
|
/external/pigweed/pw_protobuf/public/pw_protobuf/ |
D | encoder.h | 156 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/ |
D | UnknownField.cs | 128 output.WriteFixed64(value); in WriteTo()
|
D | CodedOutputStream.cs | 239 public void WriteFixed64(ulong value) in WriteFixed64() method in Google.Protobuf.CodedOutputStream
|
D | FieldCodec.cs | 331 …dCodec<ulong>(input => input.ReadFixed64(), (output, value) => output.WriteFixed64(value), 8, tag); in ForFixed64()
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | proto_writer.cc | 203 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/ |
D | CodedInputStreamTest.cs | 450 output.WriteFixed64(1000); in SkipGroup()
|
/external/protobuf/csharp/src/Google.Protobuf.Test/ |
D | CodedInputStreamTest.cs | 500 output.WriteFixed64(1000); in SkipGroup()
|
/external/protobuf/src/google/protobuf/ |
D | wire_format_lite.cc | 440 void WireFormatLite::WriteFixed64(int field_number, uint64 value, in WriteFixed64() function in google::protobuf::internal::WireFormatLite
|
D | wire_format_lite.h | 412 static void WriteFixed64(int field_number, uint64 value,
|
/external/protobuf/csharp/src/Google.Protobuf.Benchmarks/ |
D | BenchmarkMessage1Proto3.cs | 1702 output.WriteFixed64(Field21); in WriteTo()
|
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/ |
D | TestMessagesProto3.cs | 2057 output.WriteFixed64(OptionalFixed64); in WriteTo()
|
D | UnittestProto3.cs | 1048 output.WriteFixed64(SingleFixed64); in WriteTo()
|