Searched refs:ConstRef (Results 1 – 3 of 3) sorted by relevance
1021 struct ConstRef { typedef const T& type; }; argument1023 struct ConstRef<T&> { typedef T& type; };1027 typename ::testing::internal::ConstRef<T>::type
124 bool ConstRef = false; // A sequence of refs to the same bit. in operator <<() local136 ConstRef = (V.RefI.Pos == SV.RefI.Pos); in operator <<()140 if (ConstRef && V.RefI.Pos == SV.RefI.Pos) in operator <<()159 SeqRef = ConstRef = false; in operator <<()
10334 const char *ConstRef in CheckConstructor() local10338 << FixItHint::CreateInsertion(ParamLoc, ConstRef); in CheckConstructor()