Searched defs:cff1_top_dict_values_mod_t (Results 1 – 1 of 1) sorted by relevance
87 struct cff1_top_dict_values_mod_t : cff1_top_dict_values_t struct89 void init (const cff1_top_dict_values_t *base_= &Null(cff1_top_dict_values_t)) in init()95 void fini () { SUPER::fini (); } in fini()97 unsigned get_count () const { return base->get_count () + SUPER::get_count (); } in get_count()98 const cff1_top_dict_val_t &get_value (unsigned int i) const in get_value()105 const cff1_top_dict_val_t &operator [] (unsigned int i) const { return get_value (i); } in operator []()107 void reassignSIDs (const remap_sid_t& sidmap) in reassignSIDs()114 typedef cff1_top_dict_values_t SUPER;115 const cff1_top_dict_values_t *base;