Searched refs:ConstRef (Results 1 – 3 of 3) sorted by relevance
125 bool ConstRef = false; // A sequence of refs to the same bit. in operator <<() local137 ConstRef = (V.RefI.Pos == SV.RefI.Pos); in operator <<()141 if (ConstRef && V.RefI.Pos == SV.RefI.Pos) in operator <<()160 SeqRef = ConstRef = false; in operator <<()
1425 struct ConstRef { typedef const T& type; };1427 struct ConstRef<T&> { typedef T& type; };1431 typename ::testing::internal::ConstRef<T>::type
8238 const char *ConstRef in CheckConstructor() local8242 << FixItHint::CreateInsertion(ParamLoc, ConstRef); in CheckConstructor()