Searched refs:linkCount (Results 1 – 1 of 1) sorted by relevance
200 size_t linkCount = typeSize / sizeof(Type *); in create() local214 sg->mLinks.reserve(linkCount); in create()215 for (size_t ct=0; ct < linkCount; ct++) { in create()