Searched refs:groupList (Results 1 – 8 of 8) sorted by relevance
58 private List<UnknownFieldSet> groupList; field in Google.Protobuf.UnknownField82 && Lists.Equals(groupList, otherField.groupList); in Equals()95 hash = hash * 47 + Lists.GetHashCode(groupList); in GetHashCode()139 if (groupList != null) in WriteTo()141 foreach (UnknownFieldSet value in groupList) in WriteTo()183 if (groupList != null) in GetSerializedSize()185 result += CodedOutputStream.ComputeTagSize(fieldNumber) * 2 * groupList.Count; in GetSerializedSize()186 foreach (UnknownFieldSet value in groupList) in GetSerializedSize()205 groupList = AddAll(groupList, other.groupList); in MergeFrom()271 groupList = Add(groupList, value); in AddGroup()
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()
562 groupList = processedGroupPath.split('.')566 if len(groupList) > 1:567 for groupName in groupList[:-1]:574 groupDstFileName = groupList[-1] + ".txt"
55 JList groupList; field in RBStatisticsPanel214 groupList = new JList(rbm.getGroupListingVector()); in initComponents()226 groupScroll = new JScrollPane(groupList); in initComponents()
64 @property(nonatomic, readonly, strong) NSArray<GPBUnknownFieldSet*> *groupList;
52 @synthesize groupList = mutableGroupList_;277 NSArray *otherGroupList = other.groupList;
2079 for (GPBUnknownFieldSet *subUnknownSet in field.groupList) {
550 NodeList groupList = doc.getElementsByTagName(GROUPS); in getLanguageName() local551 Node group = groupList.item(0); in getLanguageName()