Searched defs:FactoryRegistry (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/common/
H A DtcuFactoryRegistry.hpp82 class FactoryRegistry class in namespace:tcu
85 FactoryRegistry (void) {} function in class:tcu::FactoryRegistry
86 ~FactoryRegistry (void) {}
108 inline Factory* FactoryRegistry<Factory>::getFactoryByName (const std::string& name)
114 inline const Factory* FactoryRegistry<Factory>::getFactoryByName (const std::string& name) const
120 inline Factory* FactoryRegistry<Factory>::getFactoryByIndex (size_t index)
126 inline const Factory* FactoryRegistry<Factory>::getFactoryByIndex (size_t index) const

Completed in 401 milliseconds