Searched defs:cff1_top_dict_values_mod_t (Results 1 – 3 of 3) sorted by relevance
83 struct cff1_top_dict_values_mod_t : cff1_top_dict_values_t struct85 void init (const cff1_top_dict_values_t *base_= &Null (cff1_top_dict_values_t)) in init()91 void fini () { SUPER::fini (); } in fini()93 unsigned get_count () const { return base->get_count () + SUPER::get_count (); } in get_count()94 const cff1_top_dict_val_t &get_value (unsigned int i) const in get_value()101 const cff1_top_dict_val_t &operator [] (unsigned int i) const { return get_value (i); } in operator []()103 void reassignSIDs (const remap_sid_t& sidmap) in reassignSIDs()110 typedef cff1_top_dict_values_t SUPER;111 const cff1_top_dict_values_t *base;
84 struct cff1_top_dict_values_mod_t : cff1_top_dict_values_t struct86 void init (const cff1_top_dict_values_t *base_= &Null(cff1_top_dict_values_t)) in init()92 void fini () { SUPER::fini (); } in fini()94 unsigned get_count () const { return base->get_count () + SUPER::get_count (); } in get_count()95 const cff1_top_dict_val_t &get_value (unsigned int i) const in get_value()102 const cff1_top_dict_val_t &operator [] (unsigned int i) const { return get_value (i); } in operator []()104 void reassignSIDs (const remap_sid_t& sidmap) in reassignSIDs()111 typedef cff1_top_dict_values_t SUPER;112 const cff1_top_dict_values_t *base;