Home
last modified time | relevance | path

Searched defs:get_small_int (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/serde_json/src/lexical/
Dcached.rs64 pub fn get_small_int(&self, index: usize) -> u64 { in get_small_int() method
/external/python/cpython3/Misc/
Dcoverity_model.c41 static PyObject *get_small_int(sdigit ival) in get_small_int() function
/external/rust/crates/minimal-lexical/src/
Dbellerophon.rs388 pub fn get_small_int(&self, index: usize) -> u64 { in get_small_int() method
/external/python/cpython3/Objects/
Dlongobject.c58 get_small_int(sdigit ival) in get_small_int() function