Searched defs:arg_stack_t (Results 1 – 1 of 1) sorted by relevance
428 struct arg_stack_t : cff_stack_t<ARG, 513> struct430 void push_int (int v) in push_int()436 void push_fixed (int32_t v) in push_fixed()442 void push_real (double v) in push_real()448 ARG& pop_num () { return this->pop (); } in pop_num()450 int pop_int () { return this->pop ().to_int (); } in pop_int()452 unsigned int pop_uint () in pop_uint()463 void push_longint_from_substr (byte_str_ref_t& str_ref) in push_longint_from_substr()469 bool push_fixed_from_substr (byte_str_ref_t& str_ref) in push_fixed_from_substr()479 typedef cff_stack_t<ARG, 513> S;