Home
last modified time | relevance | path

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

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