HomeSort by relevance Sort by last modified time
    Searched refs:ConstRef (Results 1 - 6 of 6) sorted by null

  /external/libchrome/base/
bind_unittest.cc 655 // ConstRef() wrapper support.
656 // - Binding w/o ConstRef takes a copy.
657 // - Binding a ConstRef takes a reference.
658 // - Binding ConstRef to a function ConstRef does not copy on invoke.
659 TEST_F(BindTest, ConstRef) {
663 Callback<int()> const_ref_cb = Bind(&Identity, ConstRef(n));
674 Bind(&GetCopies, ConstRef(counter));
691 Bind(&FunctionWithScopedRefptrFirstParam, base::ConstRef(refptr), 1);
bind_helpers.h 16 // base::ConstRef(), and base::IgnoreResult().
31 // ConstRef() allows binding a constant reference to an argument rather
75 // EXAMPLE OF ConstRef():
81 // Closure has_ref = Bind(&foo, ConstRef(n));
90 // Note that because ConstRef() takes a reference on |n|, |n| must outlive all
672 static inline internal::ConstRefWrapper<T> ConstRef(const T& o) {
  /external/libweave/third_party/chromium/base/
bind_unittest.cc 656 // ConstRef() wrapper support.
657 // - Binding w/o ConstRef takes a copy.
658 // - Binding a ConstRef takes a reference.
659 // - Binding ConstRef to a function ConstRef does not copy on invoke.
660 TEST_F(BindTest, ConstRef) {
664 Callback<int()> const_ref_cb = Bind(&Identity, ConstRef(n));
675 Bind(&GetCopies, ConstRef(counter));
692 Bind(&FunctionWithScopedRefptrFirstParam, base::ConstRef(refptr), 1);
bind_helpers.h 16 // base::ConstRef(), and base::IgnoreResult().
31 // ConstRef() allows binding a constant reference to an argument rather
75 // EXAMPLE OF ConstRef():
81 // Closure has_ref = Bind(&foo, ConstRef(n));
90 // Note that because ConstRef() takes a reference on |n|, |n| must outlive all
611 static inline internal::ConstRefWrapper<T> ConstRef(const T& o) {
  /external/llvm/lib/Target/Hexagon/
BitTracker.cpp 114 bool ConstRef = false; // A sequence of refs to the same bit.
126 ConstRef = (V.RefI.Pos == SV.RefI.Pos);
130 if (ConstRef && V.RefI.Pos == SV.RefI.Pos)
149 SeqRef = ConstRef = false;
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]

Completed in 331 milliseconds