Searched defs:write_fixed64 (Results 1 – 5 of 5) sorted by relevance
| /external/nanopb-c/tests/alltypes_proto3_callback/ |
| D | encode_alltypes_callback.c | 31 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_callback/ |
| D | encode_alltypes_callback.c | 31 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/ |
| D | encode_alltypes_callback.c | 31 static bool write_fixed64(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_fixed64() function
|
| /external/rust/crates/protobuf/2.27.1/src/ |
| D | coded_output_stream.rs | 463 pub fn write_fixed64(&mut self, field_number: u32, value: u64) -> ProtobufResult<()> { in write_fixed64() method
|
| /external/rust/crates/protobuf/src/coded_output_stream/ |
| D | mod.rs | 464 pub fn write_fixed64(&mut self, field_number: u32, value: u64) -> crate::Result<()> { in write_fixed64() method
|