Searched refs:ConstRef (Results 1 – 5 of 5) sorted by relevance
43 using ConstRef = const T&; member56 static ConstRef ToConstRef(const StorageType* storage, size_t offset) { in ToConstRef()90 using ConstRef = bool;260 using ConstRef = typename Traits::ConstRef;333 ConstRef at(size_t offset) const {
724 TEST_F(BindTest, ConstRef) { in TEST_F() argument728 Callback<int()> const_ref_cb = Bind(&Identity, ConstRef(n)); in TEST_F()741 Bind(&GetCopies, ConstRef(counter)); in TEST_F()755 Bind(&FunctionWithScopedRefptrFirstParam, base::ConstRef(refptr), 1); in TEST_F()
441 static inline internal::ConstRefWrapper<T> ConstRef(const T& o) {
115 bool ConstRef = false; // A sequence of refs to the same bit. in operator <<() local127 ConstRef = (V.RefI.Pos == SV.RefI.Pos); in operator <<()131 if (ConstRef && V.RefI.Pos == SV.RefI.Pos) in operator <<()150 SeqRef = ConstRef = false; in operator <<()
6901 const char *ConstRef in CheckConstructor() local6905 << FixItHint::CreateInsertion(ParamLoc, ConstRef); in CheckConstructor()