Home
last modified time | relevance | path

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

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