Home
last modified time | relevance | path

Searched refs:childListSize (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.Serialization.Xml/tests/Performance/
H A DPerformanceTestsCommon.cs110 …eWihtMoreProperties(int height, int parentId, int currentId, int collectionSize, int childListSize) in CreateSimpleTypeWihtMoreProperties() argument
112 int index = parentId * childListSize + (currentId + 1); in CreateSimpleTypeWihtMoreProperties()
119 SimpleTypeList = new List<SimpleTypeWihtMoreProperties>(childListSize) in CreateSimpleTypeWihtMoreProperties()
127 for (int i = 0; i < childListSize; ++i) in CreateSimpleTypeWihtMoreProperties()
129 …eList.Add(CreateSimpleTypeWihtMoreProperties(height - 1, index, i, collectionSize, childListSize)); in CreateSimpleTypeWihtMoreProperties()
135 …impleTypeWithFields(int height, int parentId, int currentId, int collectionSize, int childListSize) in CreateSimpleTypeWithFields() argument
137 int index = parentId * childListSize + (currentId + 1); in CreateSimpleTypeWithFields()
144 SimpleTypeList = new List<SimpleTypeWithMoreFields>(childListSize) in CreateSimpleTypeWithFields()
152 for (int i = 0; i < childListSize; ++i) in CreateSimpleTypeWithFields()
154 …impleTypeList.Add(CreateSimpleTypeWithFields(height - 1, index, i, collectionSize, childListSize)); in CreateSimpleTypeWithFields()
/dports/textproc/xerces-c3/xerces-c-3.2.3/src/xercesc/validators/schema/
H A DTraverseSchema.cpp8114 XMLSize_t childListSize = (childURIList) ? childURIList->size() : 0; in isWildCardSubset() local
8116 for (XMLSize_t i=0; i<childListSize; i++) { in isWildCardSubset()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/xerces-c/src/xercesc/validators/schema/
H A DTraverseSchema.cpp8111 XMLSize_t childListSize = (childURIList) ? childURIList->size() : 0; in isWildCardSubset() local
8113 for (XMLSize_t i=0; i<childListSize; i++) { in isWildCardSubset()