Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/test/core/transport/binder/end2end/fuzzers/
H A Dfuzzer_utils.h45 absl::Status WriteInt64(int64_t /*data*/) override { in WriteInt64() function
/aosp_15_r20/external/openthread/src/lib/spinel/
H A Dspinel_encoder.hpp319 otError WriteInt64(int64_t aInt64) { return WriteUint64(static_cast<uint64_t>(aInt64)); } in WriteInt64() function in ot::Spinel::Encoder
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/4/external/libchrome/base/
Dpickle.h201 void WriteInt64(int64_t value) { WritePOD(value); } in WriteInt64() function
/aosp_15_r20/external/libchrome/base/
H A Dpickle.h198 void WriteInt64(int64_t value) { WritePOD(value); } in WriteInt64() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/
Dpickle.h201 void WriteInt64(int64_t value) { WritePOD(value); } in WriteInt64() function
/aosp_15_r20/external/perfetto/src/tracing/
H A Dtraced_value.cc46 void TracedValue::WriteInt64(int64_t value) && { in WriteInt64() function in perfetto::TracedValue
/aosp_15_r20/external/cronet/base/
H A Dpickle.h223 void WriteInt64(int64_t value) { WritePOD(value); } in WriteInt64() function
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/
H A DWriteContext.cs131 public void WriteInt64(long value) in WriteInt64() method
H A DCodedOutputStream.cs201 public void WriteInt64(long value) in WriteInt64() method in Google.Protobuf.CodedOutputStream
H A DWritingPrimitives.cs124 … public static void WriteInt64(ref Span<byte> buffer, ref WriterInternalState state, long value) in WriteInt64() method in Google.Protobuf.WritingPrimitives
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/
H A DWriteContext.cs131 public void WriteInt64(long value) in WriteInt64() method
H A DCodedOutputStream.cs201 public void WriteInt64(long value) in WriteInt64() method in Google.Protobuf.CodedOutputStream
H A DWritingPrimitives.cs124 … public static void WriteInt64(ref Span<byte> buffer, ref WriterInternalState state, long value) in WriteInt64() method in Google.Protobuf.WritingPrimitives
/aosp_15_r20/external/grpc-grpc/test/core/transport/binder/end2end/
H A Dfake_binder.cc37 absl::Status FakeWritableParcel::WriteInt64(int64_t data) { in WriteInt64() function in grpc_binder::end2end_testing::FakeWritableParcel
/aosp_15_r20/external/flatbuffers/go/
H A Dencode.go203 func WriteInt64(buf []byte, n int64) { func
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/binder/wire_format/
H A Dbinder_android.cc235 absl::Status WritableParcelAndroid::WriteInt64(int64_t data) { in WriteInt64() function in grpc_binder::WritableParcelAndroid
/aosp_15_r20/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
/aosp_15_r20/external/cronet/base/trace_event/
H A Dtrace_event_stub.h189 void WriteInt64(int64_t) && {} in WriteInt64() function
/aosp_15_r20/external/protobuf/src/google/protobuf/util/internal/
H A Dproto_writer.cc174 inline util::Status WriteInt64(int field_number, const DataPiece& data, in WriteInt64() function
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/internal/
H A Dproto_writer.cc174 inline util::Status WriteInt64(int field_number, const DataPiece& data, in WriteInt64() function
/aosp_15_r20/external/pigweed/pw_protobuf/public/pw_protobuf/
H A Dencoder.h272 Status WriteInt64(uint32_t field_number, int64_t value) { in WriteInt64() function
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Dwire_format_lite.cc414 void WireFormatLite::WriteInt64(int field_number, int64_t value, in WriteInt64() function in google::protobuf::internal::WireFormatLite
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Dwire_format_lite.cc414 void WireFormatLite::WriteInt64(int field_number, int64_t value, in WriteInt64() function in google::protobuf::internal::WireFormatLite