Home
last modified time | relevance | path

Searched defs:read_uint64 (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/protobuf/src/
Dcoded_input_stream.rs310 pub fn read_uint64(&mut self) -> ProtobufResult<u64> { in read_uint64() method
/external/flac/src/flac/
Dencode.c2809 FLAC__bool read_uint64(FILE *f, FLAC__bool big_endian, FLAC__uint64 *val, const char *fn) in read_uint64() function