Searched defs:do_int (Results 1 – 9 of 9) sorted by relevance
11 void do_int(int) {} in do_int() function
45 void do_int(int v) { std::cout << "PUSH(" << v << ')' << std::endl; } in do_int() function
33 void do_int(int v) { std::cout << "PUSH(" << v << ')' << std::endl; } in do_int() function
42 void do_int(int n) { std::cout << "push " << n << std::endl; } in do_int() function
41 auto do_int = [](auto& ctx) { std::cout << "push " << _attr(ctx) << std::endl; }; in __anon19f07fbb0202() variable
33 void do_int(char const* str, char const* end) in do_int() function
34 void do_int(char const* str, char const* end) in do_int() function
641 def do_int(value, default=0, base=10): function
747 def do_int(value, default=0, base=10): function