Searched refs:getDefs (Results 1 – 4 of 4) sorted by relevance
281 Records.getDefs().begin(), E = Records.getDefs().end(); I != E; ++I) { in run()
73 const std::map<std::string, Record *> &Defs = Records.getDefs(); in run()
2005 const std::map<std::string, Record*> &Defs = RK.getDefs(); in operator <<()2023 for (std::map<std::string, Record*>::const_iterator I = getDefs().begin(), in getAllDerivedDefinitions()2024 E = getDefs().end(); I != E; ++I) in getAllDerivedDefinitions()
1657 const std::map<std::string, Record*> &getDefs() const { return Defs; } in getDefs() function