Searched refs:hasRefs (Results 1 – 5 of 5) sorted by relevance
77 assert(!hasRefs() && "Cannot clear cache entry with references"); in clear()87 bool hasRefs() const { return RefCount > 0; } in hasRefs() function
49 if (Entries[E].hasRefs()) { in get()75 assert(!hasRefs() && "Cannot reset cache entry with references"); in reset()
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()
6484 int parentType, int *hasRefs) in xmlSchemaParseLocalAttributes() argument6495 if ((item != NULL) && (hasRefs != NULL)) in xmlSchemaParseLocalAttributes()6496 *hasRefs = 1; in xmlSchemaParseLocalAttributes()7799 int hasRefs = 0; in xmlSchemaParseAttributeGroupDefinition() local7856 XML_SCHEMA_TYPE_ATTRIBUTEGROUP, &hasRefs) == -1) in xmlSchemaParseAttributeGroupDefinition()7858 if (hasRefs) in xmlSchemaParseAttributeGroupDefinition()11234 int min = 1, max = 1, isElemRef, hasRefs = 0; in xmlSchemaParseModelGroup() local11325 hasRefs++; in xmlSchemaParseModelGroup()11372 hasRefs++; in xmlSchemaParseModelGroup()11377 hasRefs++; in xmlSchemaParseModelGroup()[all …]