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