Searched defs:memberCount (Results 1 – 6 of 6) sorted by relevance
150 int memberCount = 0; in getMethodByPositionAndClassPosition() local
4138 … const int memberCount = (int)binary->getLeft()->getType().getReferentType()->getStruct()->size(); in checkRuntimeSizable() local4165 const int memberCount = (int)binary->getLeft()->getType().getStruct()->size(); in isRuntimeLength() local8750 size_t memberCount = tmpType->getStruct()->size(); in recordStructCopy() local
686 size_t memberCount = typeList1->size(); in typeCheck() local
2842 int memberCount = 0; in handleAssign() local6918 const int memberCount = (int)type.getStruct()->size(); in getStructBufferContentType() local
1443 const uint32_t memberCount = maxMembers + 1; in transformTypeStruct() local
165 JSONTEST_FIXTURE_LOCAL(ValueTest, memberCount) { in JSONTEST_FIXTURE_LOCAL() argument