Searched defs:cff1_top_dict_values_mod_t (Results 1 – 1 of 1) sorted by relevance
106 struct cff1_top_dict_values_mod_t : cff1_top_dict_values_t struct108 void init (const cff1_top_dict_values_t *base_= &Null (cff1_top_dict_values_t)) in init()114 void fini () { SUPER::fini (); } in fini()116 unsigned get_count () const { return base->get_count () + SUPER::get_count (); } in get_count()117 const cff1_top_dict_val_t &get_value (unsigned int i) const in get_value()124 const cff1_top_dict_val_t &operator [] (unsigned int i) const { return get_value (i); } in operator []()126 void reassignSIDs (const remap_sid_t& sidmap) in reassignSIDs()133 typedef cff1_top_dict_values_t SUPER;134 const cff1_top_dict_values_t *base;