/aosp_15_r20/external/grpc-grpc/test/core/transport/binder/end2end/fuzzers/ |
H A D | fuzzer_utils.h | 45 absl::Status WriteInt64(int64_t /*data*/) override { in WriteInt64() function
|
/aosp_15_r20/external/openthread/src/lib/spinel/ |
H A D | spinel_encoder.hpp | 319 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/ |
D | pickle.h | 201 void WriteInt64(int64_t value) { WritePOD(value); } in WriteInt64() function
|
/aosp_15_r20/external/libchrome/base/ |
H A D | pickle.h | 198 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/ |
D | pickle.h | 201 void WriteInt64(int64_t value) { WritePOD(value); } in WriteInt64() function
|
/aosp_15_r20/external/perfetto/src/tracing/ |
H A D | traced_value.cc | 46 void TracedValue::WriteInt64(int64_t value) && { in WriteInt64() function in perfetto::TracedValue
|
/aosp_15_r20/external/cronet/base/ |
H A D | pickle.h | 223 void WriteInt64(int64_t value) { WritePOD(value); } in WriteInt64() function
|
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/ |
H A D | WriteContext.cs | 131 public void WriteInt64(long value) in WriteInt64() method
|
H A D | CodedOutputStream.cs | 201 public void WriteInt64(long value) in WriteInt64() method in Google.Protobuf.CodedOutputStream
|
H A D | WritingPrimitives.cs | 124 … 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 D | WriteContext.cs | 131 public void WriteInt64(long value) in WriteInt64() method
|
H A D | CodedOutputStream.cs | 201 public void WriteInt64(long value) in WriteInt64() method in Google.Protobuf.CodedOutputStream
|
H A D | WritingPrimitives.cs | 124 … 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 D | fake_binder.cc | 37 absl::Status FakeWritableParcel::WriteInt64(int64_t data) { in WriteInt64() function in grpc_binder::end2end_testing::FakeWritableParcel
|
/aosp_15_r20/external/flatbuffers/go/ |
H A D | encode.go | 203 func WriteInt64(buf []byte, n int64) { func
|
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/binder/wire_format/ |
H A D | binder_android.cc | 235 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/ |
D | binder_android.cc | 235 absl::Status WritableParcelAndroid::WriteInt64(int64_t data) { in WriteInt64() function in grpc_binder::WritableParcelAndroid
|
/aosp_15_r20/external/cronet/base/trace_event/ |
H A D | trace_event_stub.h | 189 void WriteInt64(int64_t) && {} in WriteInt64() function
|
/aosp_15_r20/external/protobuf/src/google/protobuf/util/internal/ |
H A D | proto_writer.cc | 174 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 D | proto_writer.cc | 174 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 D | encoder.h | 272 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 D | wire_format_lite.cc | 414 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 D | wire_format_lite.cc | 414 void WireFormatLite::WriteInt64(int field_number, int64_t value, in WriteInt64() function in google::protobuf::internal::WireFormatLite
|