Searched defs:parsed_values_t (Results 1 – 1 of 1) sorted by relevance
514 struct parsed_values_t struct516 void init () in init()521 void fini () { values.fini (); } in fini()523 void alloc (unsigned n) in alloc()528 …oid add_op (op_code_t op, const byte_str_ref_t& str_ref = byte_str_ref_t (), const VAL &v = VAL ()) in add_op()538 bool has_op (op_code_t op) const in has_op()545 unsigned get_count () const { return values.length; } in get_count()546 const VAL &operator [] (unsigned int i) const { return values[i]; } in operator []()548 unsigned int opStart;549 hb_vector_t<VAL> values;