Searched defs:getCreateCount (Results 1 – 1 of 1) sorted by relevance
2352 template<typename Object> int getCreateCount (void) { return 100; } in getCreateCount() function2355 template<> int getCreateCount<Instance> (void) { return 20; } in getCreateCount() function2356 template<> int getCreateCount<Device> (void) { return 20; } in getCreateCount() function2357 template<> int getCreateCount<DeviceGroup> (void) { return 20; } in getCreateCount() function