Home
last modified time | relevance | path

Searched refs:read_uint64 (Results 1 – 14 of 14) sorted by relevance

/external/rust/crates/protobuf/2.27.1/src/
Dcoded_input_stream.rs317 pub fn read_uint64(&mut self) -> ProtobufResult<u64> { in read_uint64() method
328 self.read_uint64().map(decode_zig_zag_64) in read_sint64()
431 target.push(self.read_uint64()?); in read_repeated_packed_uint64_into()
Dtypes.rs283 is.read_uint64() in read()
Drt.rs315 target.push(is.read_uint64()?); in read_repeated_uint64_into()
Dplugin.rs757 let tmp = is.read_uint64()?; in merge_from()
Ddescriptor.rs7997 let tmp = is.read_uint64()?; in merge_from()
/external/rust/crates/protobuf/src/reflect/
Dprotobuf_type_box.rs84 Type::TYPE_UINT64 => ReflectValueBox::U64(is.read_uint64()?), in read()
Dtypes.rs322 is.read_uint64() in read()
/external/rust/crates/protobuf/src/coded_input_stream/
Dmod.rs318 pub fn read_uint64(&mut self) -> crate::Result<u64> { in read_uint64() method
329 self.read_uint64().map(decode_zig_zag_64) in read_sint64()
/external/flac/src/flac/
Dencode.c172 static FLAC__bool read_uint64(FILE *f, FLAC__bool big_endian, FLAC__uint64 *val, const char *fn);
254 if(!read_uint64(e->fin, /*big_endian=*/false, &ds64_data_size, e->inbasefilename)) in get_sample_info_wave()
467 if(!read_uint64(e->fin, /*big_endian=*/false, &data_bytes, e->inbasefilename)) in get_sample_info_wave()
541 if(!read_uint64(e->fin, /*big_endian=*/false, &skip, e->inbasefilename)) in get_sample_info_wave()
2847 FLAC__bool read_uint64(FILE *f, FLAC__bool big_endian, FLAC__uint64 *val, const char *fn) in read_uint64() function
/external/rust/crates/protobuf/src/well_known_types/
Dwrappers.rs455 self.value = is.read_uint64()?; in merge_from()
/external/rust/crates/protobuf/src/
Dplugin.rs672 self.supported_features = ::std::option::Option::Some(is.read_uint64()?); in merge_from()
Ddescriptor.rs6988 self.positive_int_value = ::std::option::Option::Some(is.read_uint64()?); in merge_from()
/external/rust/crates/protobuf/2.27.1/src/well_known_types/
Dwrappers.rs539 let tmp = is.read_uint64()?; in merge_from()
/external/crosvm/system_api/src/protos/
DUserDataAuth.rs6712 let tmp = is.read_uint64()?; in merge_from()
6719 let tmp = is.read_uint64()?; in merge_from()
7701 let tmp = is.read_uint64()?; in merge_from()