Searched refs:read_uint64 (Results 1 – 14 of 14) sorted by relevance
/external/rust/crates/protobuf/2.27.1/src/ |
D | coded_input_stream.rs | 317 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()
|
D | types.rs | 283 is.read_uint64() in read()
|
D | rt.rs | 315 target.push(is.read_uint64()?); in read_repeated_uint64_into()
|
D | plugin.rs | 757 let tmp = is.read_uint64()?; in merge_from()
|
D | descriptor.rs | 7997 let tmp = is.read_uint64()?; in merge_from()
|
/external/rust/crates/protobuf/src/reflect/ |
D | protobuf_type_box.rs | 84 Type::TYPE_UINT64 => ReflectValueBox::U64(is.read_uint64()?), in read()
|
D | types.rs | 322 is.read_uint64() in read()
|
/external/rust/crates/protobuf/src/coded_input_stream/ |
D | mod.rs | 318 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/ |
D | encode.c | 172 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/ |
D | wrappers.rs | 455 self.value = is.read_uint64()?; in merge_from()
|
/external/rust/crates/protobuf/src/ |
D | plugin.rs | 672 self.supported_features = ::std::option::Option::Some(is.read_uint64()?); in merge_from()
|
D | descriptor.rs | 6988 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/ |
D | wrappers.rs | 539 let tmp = is.read_uint64()?; in merge_from()
|
/external/crosvm/system_api/src/protos/ |
D | UserDataAuth.rs | 6712 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()
|