Searched refs:hasRefs (Results 1 – 7 of 7) 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()
105 assert(!hasRefs() && "Cannot clear cache entry with references"); in clear()116 bool hasRefs() const { return RefCount > 0; } in hasRefs() function
81 if (Entries[E].hasRefs()) { in get()109 assert(!hasRefs() && "Cannot reset cache entry with references"); in reset()
6511 int parentType, int *hasRefs) in xmlSchemaParseLocalAttributes() argument6522 if ((item != NULL) && (hasRefs != NULL)) in xmlSchemaParseLocalAttributes()6523 *hasRefs = 1; in xmlSchemaParseLocalAttributes()7826 int hasRefs = 0; in xmlSchemaParseAttributeGroupDefinition() local7883 XML_SCHEMA_TYPE_ATTRIBUTEGROUP, &hasRefs) == -1) in xmlSchemaParseAttributeGroupDefinition()7885 if (hasRefs) in xmlSchemaParseAttributeGroupDefinition()11260 int min = 1, max = 1, isElemRef, hasRefs = 0; in xmlSchemaParseModelGroup() local11351 hasRefs++; in xmlSchemaParseModelGroup()11398 hasRefs++; in xmlSchemaParseModelGroup()11403 hasRefs++; in xmlSchemaParseModelGroup()[all …]