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