Searched refs:put_int (Results 1 – 2 of 2) sorted by relevance
178 def put_int(i): function184 put_int(4) # MinValue185 put_int(5) # MaxValue187 put_int(7) # KeyColumn
714 fn put_int(&mut self, n: i64, nbytes: usize) { in put_int() method