Searched refs:allTypes (Results 1 – 7 of 7) sorted by relevance
20 AType* PartType::allTypes = NULL; member in PartType58 while (allTypes != NULL) { in ~PartType()59 tempType = allTypes; in ~PartType()60 allTypes = allTypes->next; in ~PartType()247 if (allTypes == NULL) { // first entry in AddType()248 allTypes = tempType; in AddType()286 AType* theItem = allTypes; in operator =()313 AType* theItem = allTypes; in TypeName()334 AType* theItem = allTypes; in UTypeName()359 AType* theItem = allTypes; in GetHexType()[all …]
35 static AType* allTypes; // Linked list holding all the data variable
179 final IItemMetadata [] allTypes = IItemMetadata.Factory.getAllTypes (); in initialize() local180 m_typeSortComparators = new ItemComparator [allTypes.length]; in initialize()182 for (int t = 0; t < allTypes.length; ++ t) in initialize()185 final long typeAttrIDSet = allTypes [t].getAttributeIDs (); in initialize()203 m_metrics = new int [allTypes.length]; in initialize()
242 private void assertMessageMerged(TestAllTypes allTypes) in assertMessageMerged() argument244 assertEquals(3, allTypes.getOptionalInt32()); in assertMessageMerged()245 assertEquals(2, allTypes.getOptionalInt64()); in assertMessageMerged()246 assertEquals("hello", allTypes.getOptionalString()); in assertMessageMerged()250 private void assertMessageMerged(TestAllTypesLite allTypes) in assertMessageMerged() argument252 assertEquals(3, allTypes.getOptionalInt32()); in assertMessageMerged()253 assertEquals(2, allTypes.getOptionalInt64()); in assertMessageMerged()254 assertEquals("hello", allTypes.getOptionalString()); in assertMessageMerged()
592 private transient final TypeSet allTypes;595 InterfaceSet(TypeSet allTypes) {596 this.allTypes = allTypes;602 return (interfaces = FluentIterable.from(allTypes)
1614 final IItemMetadata [] allTypes = IItemMetadata.Factory.getAllTypes (); local1616 ATTRIBUTE_SETS = new long [allTypes.length];1617 for (int t = 0; t < allTypes.length; ++ t)1619 ATTRIBUTE_SETS [allTypes [t].getTypeID ()] = allTypes [t].getAttributeIDs ();
6877 allTypes = ["*/"] + ["*"]; variable7166 "*": allTypes7537 s.accepts[ s.dataTypes[0] ] + ( s.dataTypes[ 0 ] !== "*" ? ", " + allTypes + "; q=0.01" : "" ) :