Searched defs:push_int (Results 1 – 6 of 6) sorted by relevance
38 struct push_int struct40 push_int(stack<long>& eval_) in push_int() function43 void operator()(char const* str, char const* /*end*/) const in operator ()()50 stack<long>& eval;
34 struct push_int struct36 push_int(stack<long>& eval_) in push_int() function39 void operator()(char const* str, char const* /*end*/) const in operator ()()46 stack<long>& eval;
110 struct push_int struct112 push_int(vector<int>& code_) in push_int() argument115 void operator()(char const* str, char const* /*end*/) const in operator ()()124 vector<int>& code;
201 fn push_int<T: Into<i64>>(&mut self, x: T) { in push_int() method
106 pub fn push_int(&mut self, i: i64) { in push_int() method
430 void push_int (int v) in push_int() function