Home
last modified time | relevance | path

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

/aosp_15_r20/external/nanopb-c/tests/alltypes_proto3_callback/
H A Ddecode_alltypes_callback.c38 static bool read_fixed32(pb_istream_t *stream, const pb_field_t *field, void **arg) in read_fixed32() function
/aosp_15_r20/external/nanopb-c/tests/alltypes_callback/
H A Ddecode_alltypes_callback.c38 static bool read_fixed32(pb_istream_t *stream, const pb_field_t *field, void **arg) in read_fixed32() function
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf/src/
Dcoded_input_stream.rs342 pub fn read_fixed32(&mut self) -> ProtobufResult<u32> { in read_fixed32() method
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/coded_input_stream/
Dmod.rs343 pub fn read_fixed32(&mut self) -> crate::Result<u32> { in read_fixed32() method