Home
last modified time | relevance | path

Searched defs:write_fixed32 (Results 1 – 4 of 4) sorted by relevance

/external/nanopb-c/tests/alltypes_callback/
Dencode_alltypes_callback.c25 static bool write_fixed32(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_fixed32() function
/external/nanopb-c/tests/alltypes_proto3_callback/
Dencode_alltypes_callback.c25 static bool write_fixed32(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_fixed32() function
/external/grpc-grpc/third_party/nanopb/tests/alltypes_callback/
Dencode_alltypes_callback.c25 static bool write_fixed32(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_fixed32() function
/external/rust/crates/protobuf/src/
Dcoded_output_stream.rs420 pub fn write_fixed32(&mut self, field_number: u32, value: u32) -> ProtobufResult<()> { in write_fixed32() method