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.hh514 struct parsed_values_t struct
516 void init () in init()
521 void fini () { values.fini (); } in fini()
523 void alloc (unsigned n) in alloc()
528 void add_op (op_code_t op, const byte_str_ref_t& str_ref = byte_str_ref_t ()) in add_op()
538 void add_op (op_code_t op, const byte_str_ref_t& str_ref, const VAL &v) in add_op()
548 bool has_op (op_code_t op) const in has_op()
555 unsigned get_count () const { return values.length; } in get_count()
556 const VAL &operator [] (unsigned int i) const { return values[i]; } in operator []()
558 unsigned int opStart;
[all …]