Searched refs:isRef (Results 1 – 4 of 4) sorted by relevance
84 static const bool isRef = std::is_reference<T>::value; variable88 typedef typename std::conditional<isRef, wrap, T>::type storage_type;
334 bit isRef = MR.Value{1};353 bit isRef = 0;357 bit isRef = 1;361 bit isRef = 1;
163 bool isRef() const { return Access & RefAccess; } in isRef() function
546 int isRef; member7126 int isRef = 0, occurs = XML_SCHEMAS_ATTR_USE_OPTIONAL; in xmlSchemaParseLocalAttribute() local7146 isRef = 1; in xmlSchemaParseLocalAttribute()7155 if (isRef) { in xmlSchemaParseLocalAttribute()7268 if (! isRef) { in xmlSchemaParseLocalAttribute()7409 if (! isRef) { in xmlSchemaParseLocalAttribute()7447 if (isRef) { in xmlSchemaParseLocalAttribute()7462 if (isRef) { in xmlSchemaParseLocalAttribute()8477 int min, max, isRef = 0; in xmlSchemaParseElement() local8503 isRef = 1; in xmlSchemaParseElement()[all …]