Lines Matching refs:Constructors
38 const ConstructorMap &constructors() const { return Constructors; }
42 ConstructorMap Constructors;
47 assert(Constructors.find(MatcherName) == Constructors.end());
48 Constructors[MatcherName] = Callback;
396 for (ConstructorMap::iterator it = Constructors.begin(),
397 end = Constructors.end();
413 RegistryData->constructors().find(MatcherName);
414 if (it == RegistryData->constructors().end()) {