Home
last modified time | relevance | path

Searched refs:groupList (Results 1 - 5 of 5) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/
H A 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 in MergeFrom()
[all...]
/third_party/vk-gl-cts/modules/egl/
H A DteglCreateContextExtTests.cpp1119 } groupList[] = in init() local
1197 for (int groupNdx = 0; groupNdx < DE_LENGTH_OF_ARRAY(groupList); groupNdx++) in init()
1198 addChild(new CreateContextExtGroup(m_eglTestCtx, groupList[groupNdx].api, groupList[groupNdx].apiBit, groupList[groupNdx].attribList, groupList[groupNdx].name, groupList[groupNdx].description)); in init()
/third_party/protobuf/objectivec/
H A DGPBUnknownField.h64 @property(nonatomic, readonly, strong) NSArray<GPBUnknownFieldSet*> *groupList; variable
91 * Add a value to the groupList.
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
H A DRBStatisticsPanel.java55 JList groupList; field in RBStatisticsPanel
214 groupList = new JList(rbm.getGroupListingVector()); in initComponents()
226 groupScroll = new JScrollPane(groupList); in initComponents()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
H A DXLIFF2ICUConverter.java550 NodeList groupList = doc.getElementsByTagName(GROUPS); in getLanguageName()
551 Node group = groupList.item(0); in getLanguageName()

Completed in 5 milliseconds