Searched defs:ArgStack (Results 1 – 1 of 1) sorted by relevance
509 struct ArgStack : Stack<ARG, 513> struct511 void push_int (int v) in push_int()517 void push_fixed (int32_t v) in push_fixed()523 void push_real (double v) in push_real()529 ARG& pop_num () { return this->pop (); } in pop_num()531 int pop_int () { return this->pop ().to_int (); } in pop_int()533 unsigned int pop_uint () in pop_uint()544 void push_longint_from_substr (SubByteStr& substr) in push_longint_from_substr()550 bool push_fixed_from_substr (SubByteStr& substr) in push_fixed_from_substr()559 hb_array_t<const ARG> get_subarray (unsigned int start) const in get_subarray()[all …]