Searched defs:isRef (Results 1 – 8 of 8) sorted by relevance
59 static const bool isRef = std::is_reference<T>::value; variable
437 static const bool isRef = std::is_reference<T>::value; variable
70 static const bool isRef = std::is_reference<T>::value; variable
633 static const bool isRef = std::is_reference<T>::value; variable
208 bool isRef() const { return Access & RefAccess; } in isRef() function
350 bool isRef() { return (used_for_reference != 0); } in isRef() function
602 bool isRef () in isRef() function
1470 var isRef = line.match(/reference\spath='(\w*_?\w*\.?d?\.ts)'/); variable