Home
last modified time | relevance | path

Searched defs:WriteInt32 (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/grpc-grpc/test/core/transport/binder/end2end/fuzzers/
H A Dfuzzer_utils.h42 absl::Status WriteInt32(int32_t /*data*/) override { in WriteInt32() function
/aosp_15_r20/external/openthread/src/lib/spinel/
H A Dspinel_encoder.hpp283 otError WriteInt32(int32_t aInt32) { return WriteUint32(static_cast<uint32_t>(aInt32)); } in WriteInt32() function in ot::Spinel::Encoder
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/
H A DWriteContext.cs140 public void WriteInt32(int value) in WriteInt32() method
H A DCodedOutputStream.cs211 public void WriteInt32(int value) in WriteInt32() method in Google.Protobuf.CodedOutputStream
H A DWritingPrimitives.cs132 … public static void WriteInt32(ref Span<byte> buffer, ref WriterInternalState state, int value) in WriteInt32() method in Google.Protobuf.WritingPrimitives
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/
H A DWriteContext.cs140 public void WriteInt32(int value) in WriteInt32() method
H A DCodedOutputStream.cs211 public void WriteInt32(int value) in WriteInt32() method in Google.Protobuf.CodedOutputStream
H A DWritingPrimitives.cs132 … public static void WriteInt32(ref Span<byte> buffer, ref WriterInternalState state, int value) in WriteInt32() method in Google.Protobuf.WritingPrimitives
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/rttype/
Drttype.go201 func (c Cursor) WriteInt32(val int32) { func
/aosp_15_r20/external/grpc-grpc/test/core/transport/binder/end2end/
H A Dfake_binder.cc31 absl::Status FakeWritableParcel::WriteInt32(int32_t data) { in WriteInt32() function in grpc_binder::end2end_testing::FakeWritableParcel
/aosp_15_r20/external/flatbuffers/go/
H A Dencode.go194 func WriteInt32(buf []byte, n int32) { func
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/binder/wire_format/
H A Dbinder_android.cc229 absl::Status WritableParcelAndroid::WriteInt32(int32_t data) { in WriteInt32() 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.cc229 absl::Status WritableParcelAndroid::WriteInt32(int32_t data) { in WriteInt32() function in grpc_binder::WritableParcelAndroid
/aosp_15_r20/external/protobuf/src/google/protobuf/util/internal/
H A Dproto_writer.cc124 inline util::Status WriteInt32(int field_number, const DataPiece& data, in WriteInt32() function
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/internal/
H A Dproto_writer.cc124 inline util::Status WriteInt32(int field_number, const DataPiece& data, in WriteInt32() function
/aosp_15_r20/external/pigweed/pw_protobuf/public/pw_protobuf/
H A Dencoder.h243 Status WriteInt32(uint32_t field_number, int32_t value) { in WriteInt32() function
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Dwire_format_lite.cc409 void WireFormatLite::WriteInt32(int field_number, int32_t value, in WriteInt32() function in google::protobuf::internal::WireFormatLite
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Dwire_format_lite.cc409 void WireFormatLite::WriteInt32(int field_number, int32_t value, in WriteInt32() function in google::protobuf::internal::WireFormatLite