Home
last modified time | relevance | path

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

12

/external/grpc-grpc/test/core/transport/binder/end2end/fuzzers/
Dfuzzer_utils.h45 absl::Status WriteInt64(int64_t /*data*/) override { in WriteInt64() function
/external/openthread/src/lib/spinel/
Dspinel_encoder.hpp303 otError WriteInt64(int64_t aInt64) { return WriteUint64(static_cast<uint64_t>(aInt64)); } in WriteInt64() function in ot::Spinel::Encoder
/external/libchrome/base/
Dpickle.h198 void WriteInt64(int64_t value) { WritePOD(value); } in WriteInt64() function
/external/perfetto/src/tracing/
Dtraced_value.cc46 void TracedValue::WriteInt64(int64_t value) && { in WriteInt64() function in perfetto::TracedValue
/external/cronet/stable/base/
Dpickle.h247 void WriteInt64(int64_t value) { WritePOD(value); } in WriteInt64() function
/external/cronet/tot/base/
Dpickle.h247 void WriteInt64(int64_t value) { WritePOD(value); } in WriteInt64() function
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf/
DWriteContext.cs131 public void WriteInt64(long value) in WriteInt64() method
DCodedOutputStream.cs201 public void WriteInt64(long value) in WriteInt64() method in Google.Protobuf.CodedOutputStream
DWritingPrimitives.cs124 … public static void WriteInt64(ref Span<byte> buffer, ref WriterInternalState state, long value) in WriteInt64() method in Google.Protobuf.WritingPrimitives
/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf/
DWriteContext.cs131 public void WriteInt64(long value) in WriteInt64() method
DCodedOutputStream.cs201 public void WriteInt64(long value) in WriteInt64() method in Google.Protobuf.CodedOutputStream
DWritingPrimitives.cs124 … public static void WriteInt64(ref Span<byte> buffer, ref WriterInternalState state, long value) in WriteInt64() method in Google.Protobuf.WritingPrimitives
/external/protobuf/csharp/src/Google.Protobuf/
DWriteContext.cs131 public void WriteInt64(long value) in WriteInt64() method
DCodedOutputStream.cs201 public void WriteInt64(long value) in WriteInt64() method in Google.Protobuf.CodedOutputStream
DWritingPrimitives.cs124 … public static void WriteInt64(ref Span<byte> buffer, ref WriterInternalState state, long value) in WriteInt64() method in Google.Protobuf.WritingPrimitives
/external/grpc-grpc/test/core/transport/binder/end2end/
Dfake_binder.cc37 absl::Status FakeWritableParcel::WriteInt64(int64_t data) { in WriteInt64() function in grpc_binder::end2end_testing::FakeWritableParcel
/external/flatbuffers/go/
Dencode.go203 func WriteInt64(buf []byte, n int64) { func
/external/grpc-grpc/src/core/ext/transport/binder/wire_format/
Dbinder_android.cc235 absl::Status WritableParcelAndroid::WriteInt64(int64_t data) { in WriteInt64() function in grpc_binder::WritableParcelAndroid
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/binder/wire_format/
Dbinder_android.cc235 absl::Status WritableParcelAndroid::WriteInt64(int64_t data) { in WriteInt64() function in grpc_binder::WritableParcelAndroid
/external/protobuf/src/google/protobuf/util/internal/
Dproto_writer.cc174 inline util::Status WriteInt64(int field_number, const DataPiece& data, in WriteInt64() function
/external/cronet/tot/third_party/protobuf/src/google/protobuf/util/internal/
Dproto_writer.cc174 inline util::Status WriteInt64(int field_number, const DataPiece& data, in WriteInt64() function
/external/cronet/stable/third_party/protobuf/src/google/protobuf/util/internal/
Dproto_writer.cc174 inline util::Status WriteInt64(int field_number, const DataPiece& data, in WriteInt64() function
/external/pigweed/pw_protobuf/public/pw_protobuf/
Dencoder.h272 Status WriteInt64(uint32_t field_number, int64_t value) { in WriteInt64() function
/external/protobuf/src/google/protobuf/
Dwire_format_lite.cc414 void WireFormatLite::WriteInt64(int field_number, int64_t value, in WriteInt64() function in google::protobuf::internal::WireFormatLite
/external/cronet/stable/third_party/protobuf/src/google/protobuf/
Dwire_format_lite.cc414 void WireFormatLite::WriteInt64(int field_number, int64_t value, in WriteInt64() function in google::protobuf::internal::WireFormatLite

12