Searched defs:getCreateCount (Results 1 – 1 of 1) sorted by relevance
2852 template<typename Object> int getCreateCount (void) { return 100; } in getCreateCount() function2857 template<> int getCreateCount<Instance> (void) { return 20; } in getCreateCount() function2858 template<> int getCreateCount<Device> (void) { return 20; } in getCreateCount() function2859 template<> int getCreateCount<DeviceGroup> (void) { return 20; } in getCreateCount() function2861 template<> int getCreateCount<Instance> (void) { return 2; } in getCreateCount() function2862 template<> int getCreateCount<Device> (void) { return 2; } in getCreateCount() function2863 template<> int getCreateCount<DeviceGroup> (void) { return 2; } in getCreateCount() function