Searched refs:ConstVRef (Results 1 – 1 of 1) sorted by relevance
638 void constRef(const dependent<int>& ConstVRef) { in constRef() argument642 for (int I = 0; I < ConstVRef.size(); ++I) { in constRef()643 sum += ConstVRef[I]; in constRef()649 for (auto I = ConstVRef.begin(), E = ConstVRef.end(); I != E; ++I) { in constRef()