Home
last modified time | relevance | path

Searched refs:PutInt32 (Results 1 – 7 of 7) sorted by relevance

/external/pigweed/pw_bytes/size_report/
Dbyte_builder_size_report.cc38 bb.PutInt32(0x482B3D9E, std::endian::big); in PutBytes()
/external/pigweed/pw_bytes/
Dbyte_builder_test.cc419 bb.PutInt32(0xFFFFFFF1); in TEST()
436 bb.PutInt32(0xF92927B2, std::endian::big); in TEST()
448 bb.PutInt32(-114743374, std::endian::big); in TEST()
804 bb.PutInt32(0xFFFFFFF1); in TEST()
848 bb.PutInt32(0xFFFFFFF1); in TEST()
/external/pigweed/pw_bytes/public/pw_bytes/
Dbyte_builder.h313 ByteBuilder& PutInt32(int32_t value,
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dsink.h302 bool PutInt32(HandlersPtr::Selector s, int32_t val) { in PutInt32() function
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/
Dtest_cpp.cc449 sink.PutInt32(s, 5); in CallAndVerify()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h6188 bool PutInt32(Handlers::Selector s, int32_t val);
6531 inline bool Sink::PutInt32(Handlers::Selector sel, int32_t val) {
/external/protobuf/php/ext/google/protobuf/
Dupb.h5936 bool PutInt32(HandlersPtr::Selector s, int32_t val) {