Home
last modified time | relevance | path

Searched defs:WriteInt64 (Results 1 – 7 of 7) sorted by relevance

/external/perfetto/src/tracing/
Dtraced_value.cc40 void TracedValue::WriteInt64(int64_t value) && { in WriteInt64() function in perfetto::TracedValue
/external/libchrome/base/
Dpickle.h198 void WriteInt64(int64_t value) { WritePOD(value); } in WriteInt64() function
/external/flatbuffers/go/
Dencode.go203 func WriteInt64(buf []byte, n int64) { func
/external/protobuf/csharp/src/Google.Protobuf/
DCodedOutputStream.cs213 public void WriteInt64(long value) in WriteInt64() method in Google.Protobuf.CodedOutputStream
/external/pigweed/pw_protobuf/public/pw_protobuf/
Dencoder.h92 Status WriteInt64(uint32_t field_number, int64_t value) { in WriteInt64() function
/external/protobuf/src/google/protobuf/util/internal/
Dproto_writer.cc173 inline Status WriteInt64(int field_number, const DataPiece& data, in WriteInt64() function
/external/protobuf/src/google/protobuf/
Dwire_format_lite.cc410 void WireFormatLite::WriteInt64(int field_number, int64 value, in WriteInt64() function in google::protobuf::internal::WireFormatLite