Home
last modified time | relevance | path

Searched defs:parsed_values_t (Results 1 – 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-cff-interp-common.hh552 struct parsed_values_t struct
554 void init () in init()
559 void fini () { values.fini_deep (); } in fini()
561 void add_op (op_code_t op, const byte_str_ref_t& str_ref = byte_str_ref_t ()) in add_op()
569 void add_op (op_code_t op, const byte_str_ref_t& str_ref, const VAL &v) in add_op()
577 bool has_op (op_code_t op) const in has_op()
584 unsigned get_count () const { return values.length; } in get_count()
585 const VAL &get_value (unsigned int i) const { return values[i]; } in get_value()
586 const VAL &operator [] (unsigned int i) const { return get_value (i); } in operator []()
588 unsigned int opStart;
[all …]