Searched refs:groupList (Results 1 – 5 of 5) sorted by relevance
1115 } groupList[] = in init() local1193 for (int groupNdx = 0; groupNdx < DE_LENGTH_OF_ARRAY(groupList); groupNdx++) in init()1194 …p(m_eglTestCtx, groupList[groupNdx].api, groupList[groupNdx].apiBit, groupList[groupNdx].attribLis… in init()
59 @property(nonatomic, readonly, strong) NSArray<GPBUnknownFieldSet*> *groupList;
51 @synthesize groupList = mutableGroupList_;268 NSArray *otherGroupList = other.groupList;
1546 for (GPBUnknownFieldSet *subUnknownSet in field.groupList) {
550 NodeList groupList = doc.getElementsByTagName(GROUPS); in getLanguageName() local551 Node group = groupList.item(0); in getLanguageName()