Searched refs:get_i64 (Results 1 – 5 of 5) sorted by relevance
442 pub fn get_i64(&self) -> Result<i64, Error> { in get_i64() method502 .get_i64() in as_u64()527 FlexBufferType::Int => self.get_i64().unwrap_or_default(), in as_i64()554 FlexBufferType::Int => self.get_i64().unwrap_or_default() as f64, in as_f64()
133 assert_eq!(read_hp.get_i64(), Ok(80)); in main()
155 static inline int64_t get_i64(const uint8_t *tab) in get_i64() function
147 assert!(n.get_i64().is_err()); in null_reader()
357 assert_eq!(r.idx(0).get_i64().unwrap(), -42); in store_indirects()