Searched refs:mapLengthOfType (Results 1 – 2 of 2) sorted by relevance
37 static const std::map<MetadataObjectType, int32_t> mapLengthOfType = { variable
411 auto iteratorOfLengthMap = mapLengthOfType.find(type); in GenerateObjects()412 if (iteratorOfLengthMap != mapLengthOfType.end()) { in GenerateObjects()