Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/transport/binder/end2end/fuzzers/
Dfuzzer_utils.h42 absl::Status WriteInt32(int32_t /*data*/) override { in WriteInt32() function
/external/openthread/src/lib/spinel/
Dspinel_encoder.hpp269 otError WriteInt32(int32_t aInt32) { return WriteUint32(static_cast<uint32_t>(aInt32)); } in WriteInt32() function in ot::Spinel::Encoder
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf/
DWriteContext.cs140 public void WriteInt32(int value) in WriteInt32() method
DCodedOutputStream.cs211 public void WriteInt32(int value) in WriteInt32() method in Google.Protobuf.CodedOutputStream
DWritingPrimitives.cs132 … public static void WriteInt32(ref Span<byte> buffer, ref WriterInternalState state, int value) in WriteInt32() method in Google.Protobuf.WritingPrimitives
/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf/
DWriteContext.cs140 public void WriteInt32(int value) in WriteInt32() method
DCodedOutputStream.cs211 public void WriteInt32(int value) in WriteInt32() method in Google.Protobuf.CodedOutputStream
DWritingPrimitives.cs132 … public static void WriteInt32(ref Span<byte> buffer, ref WriterInternalState state, int value) in WriteInt32() method in Google.Protobuf.WritingPrimitives
/external/protobuf/csharp/src/Google.Protobuf/
DWriteContext.cs140 public void WriteInt32(int value) in WriteInt32() method
DCodedOutputStream.cs211 public void WriteInt32(int value) in WriteInt32() method in Google.Protobuf.CodedOutputStream
DWritingPrimitives.cs132 … public static void WriteInt32(ref Span<byte> buffer, ref WriterInternalState state, int value) in WriteInt32() method in Google.Protobuf.WritingPrimitives
/external/grpc-grpc/test/core/transport/binder/end2end/
Dfake_binder.cc31 absl::Status FakeWritableParcel::WriteInt32(int32_t data) { in WriteInt32() function in grpc_binder::end2end_testing::FakeWritableParcel
/external/flatbuffers/go/
Dencode.go194 func WriteInt32(buf []byte, n int32) { func
/external/grpc-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
/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
/external/cronet/stable/base/android/
Dbinder.cc254 BinderStatusOr<void> ParcelWriter::WriteInt32(int32_t value) const { in WriteInt32() function in base::android::ParcelWriter
/external/cronet/tot/base/android/
Dbinder.cc254 BinderStatusOr<void> ParcelWriter::WriteInt32(int32_t value) const { in WriteInt32() function in base::android::ParcelWriter
/external/protobuf/src/google/protobuf/util/internal/
Dproto_writer.cc124 inline util::Status WriteInt32(int field_number, const DataPiece& data, in WriteInt32() function
/external/cronet/tot/third_party/protobuf/src/google/protobuf/util/internal/
Dproto_writer.cc124 inline util::Status WriteInt32(int field_number, const DataPiece& data, in WriteInt32() function
/external/cronet/stable/third_party/protobuf/src/google/protobuf/util/internal/
Dproto_writer.cc124 inline util::Status WriteInt32(int field_number, const DataPiece& data, in WriteInt32() function
/external/pigweed/pw_protobuf/public/pw_protobuf/
Dencoder.h243 Status WriteInt32(uint32_t field_number, int32_t value) { in WriteInt32() function
/external/protobuf/src/google/protobuf/
Dwire_format_lite.cc409 void WireFormatLite::WriteInt32(int field_number, int32_t value, in WriteInt32() function in google::protobuf::internal::WireFormatLite
/external/cronet/stable/third_party/protobuf/src/google/protobuf/
Dwire_format_lite.cc409 void WireFormatLite::WriteInt32(int field_number, int32_t value, in WriteInt32() function in google::protobuf::internal::WireFormatLite
/external/cronet/tot/third_party/protobuf/src/google/protobuf/
Dwire_format_lite.cc409 void WireFormatLite::WriteInt32(int field_number, int32_t value, in WriteInt32() function in google::protobuf::internal::WireFormatLite