Searched refs:hasRefs (Results 1 – 3 of 3) sorted by relevance
100 assert(!hasRefs() && "Cannot clear cache entry with references"); in clear()111 bool hasRefs() const { return RefCount > 0; } in hasRefs() function
69 if (Entries[E].hasRefs()) { in get()97 assert(!hasRefs() && "Cannot reset cache entry with references"); in reset()
6471 int parentType, int *hasRefs) in xmlSchemaParseLocalAttributes() argument6482 if ((item != NULL) && (hasRefs != NULL)) in xmlSchemaParseLocalAttributes()6483 *hasRefs = 1; in xmlSchemaParseLocalAttributes()7786 int hasRefs = 0; in xmlSchemaParseAttributeGroupDefinition() local7843 XML_SCHEMA_TYPE_ATTRIBUTEGROUP, &hasRefs) == -1) in xmlSchemaParseAttributeGroupDefinition()7845 if (hasRefs) in xmlSchemaParseAttributeGroupDefinition()11221 int min = 1, max = 1, isElemRef, hasRefs = 0; in xmlSchemaParseModelGroup() local11312 hasRefs++; in xmlSchemaParseModelGroup()11359 hasRefs++; in xmlSchemaParseModelGroup()11364 hasRefs++; in xmlSchemaParseModelGroup()[all …]