Searched defs:getCreateCount (Results 1 – 1 of 1) sorted by relevance
2271 template<typename Object> int getCreateCount (void) { return 100; } in getCreateCount() function2274 template<> int getCreateCount<Instance> (void) { return 20; } in getCreateCount() function2275 template<> int getCreateCount<Device> (void) { return 20; } in getCreateCount() function