Home
last modified time | relevance | path

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

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