Home
last modified time | relevance | path

Searched refs:groupList (Results 1 – 8 of 8) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/
DUnknownField.cs58 private List<UnknownFieldSet> groupList; field in Google.Protobuf.UnknownField
82 && 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()
/third_party/vk-gl-cts/modules/egl/
DteglCreateContextExtTests.cpp1115 } groupList[] = in init() local
1193 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()
/third_party/vk-gl-cts/scripts/
Dmustpass.py562 groupList = processedGroupPath.split('.')
566 if len(groupList) > 1:
567 for groupName in groupList[:-1]:
574 groupDstFileName = groupList[-1] + ".txt"
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
DRBStatisticsPanel.java55 JList groupList; field in RBStatisticsPanel
214 groupList = new JList(rbm.getGroupListingVector()); in initComponents()
226 groupScroll = new JScrollPane(groupList); in initComponents()
/third_party/protobuf/objectivec/
DGPBUnknownField.h64 @property(nonatomic, readonly, strong) NSArray<GPBUnknownFieldSet*> *groupList;
DGPBUnknownField.m52 @synthesize groupList = mutableGroupList_;
277 NSArray *otherGroupList = other.groupList;
DGPBUtilities.m2079 for (GPBUnknownFieldSet *subUnknownSet in field.groupList) {
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
DXLIFF2ICUConverter.java550 NodeList groupList = doc.getElementsByTagName(GROUPS); in getLanguageName() local
551 Node group = groupList.item(0); in getLanguageName()