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;
156 bool isRef() const { return AccessTy & Refs; } in isRef() function
546 int isRef; member7113 int isRef = 0, occurs = XML_SCHEMAS_ATTR_USE_OPTIONAL; in xmlSchemaParseLocalAttribute() local7133 isRef = 1; in xmlSchemaParseLocalAttribute()7142 if (isRef) { in xmlSchemaParseLocalAttribute()7255 if (! isRef) { in xmlSchemaParseLocalAttribute()7396 if (! isRef) { in xmlSchemaParseLocalAttribute()7434 if (isRef) { in xmlSchemaParseLocalAttribute()7449 if (isRef) { in xmlSchemaParseLocalAttribute()8464 int min, max, isRef = 0; in xmlSchemaParseElement() local8490 isRef = 1; in xmlSchemaParseElement()[all …]