Searched defs:getCreateCount (Results 1 – 1 of 1) sorted by relevance
2639 template<typename Object> int getCreateCount (void) { return 100; } in getCreateCount() function2642 template<> int getCreateCount<Instance> (void) { return 20; } in getCreateCount() function2643 template<> int getCreateCount<Device> (void) { return 20; } in getCreateCount() function2644 template<> int getCreateCount<DeviceGroup> (void) { return 20; } in getCreateCount() function