HomeSort by relevance Sort by last modified time
    Searched refs:ByRef (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/media/base/
gmock_callback_support_unittest.cc 12 using testing::ByRef;
67 .WillOnce(RunCallback<0>(ByRef(src), &dst));
  /external/chromium_org/chrome/browser/download/
download_danger_prompt_browsertest.cc 19 using ::testing::ByRef;
81 EXPECT_CALL(download_, RemoveObserver(Eq(ByRef(download_observer_))));
  /external/chromium/testing/gmock/test/
gmock-actions_test.cc 59 using testing::ByRef;
    [all...]
gmock-generated-actions_test.cc 56 using testing::ByRef;
271 // Tests using InvokeArgument with ByRef() and a function that takes a
275 InvokeArgument<0>(ByRef(g_double));
276 // The above line calls ByRef() on a const value.
280 a = InvokeArgument<0>(ByRef(x)); // This calls ByRef() on a non-const.
    [all...]
gmock-matchers_test.cc 78 using testing::ByRef;
    [all...]
  /external/chromium_org/chrome_frame/test/
delete_chrome_history_test.cc 273 OnWindowClose(testing::Eq(testing::ByRef(dialog[i]))))
286 OnWindowClose(testing::Eq(testing::ByRef(progress_bar[i]))))
294 OnWindowClose(testing::Eq(testing::ByRef(progress_bar[i]))))
  /external/chromium_org/chromeos/dbus/
shill_ipconfig_client_unittest.cc 15 using testing::ByRef;
62 ValueEq(ByRef(kConnected)))).Times(1);
shill_device_client_unittest.cc 16 using testing::ByRef;
91 ValueEq(ByRef(value)))).Times(1);
109 ValueEq(ByRef(value)))).Times(0);
shill_service_client_unittest.cc 16 using testing::ByRef;
65 ValueEq(ByRef(value)))).Times(1);
shill_manager_client_unittest.cc 16 using testing::ByRef;
90 ValueEq(ByRef(kOfflineMode)))).Times(1);
  /external/clang/include/clang/Sema/
ScopeInfo.h 376 Capture(VarDecl *Var, bool Block, bool ByRef, bool IsNested,
381 ByRef ? Cap_ByRef : Cap_ByCopy),
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-tuple.h 115 // ByRef<T>::type is T if T is a reference; otherwise it's const T&.
117 struct ByRef { typedef const T& type; }; // NOLINT
119 struct ByRef<T&> { typedef T& type; }; // NOLINT
121 // A handy wrapper for ByRef.
122 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-tuple.h 117 // ByRef<T>::type is T if T is a reference; otherwise it's const T&.
119 struct ByRef { typedef const T& type; }; // NOLINT
121 struct ByRef<T&> { typedef T& type; }; // NOLINT
123 // A handy wrapper for ByRef.
124 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-tuple.h 115 // ByRef<T>::type is T if T is a reference; otherwise it's const T&.
117 struct ByRef { typedef const T& type; }; // NOLINT
119 struct ByRef<T&> { typedef T& type; }; // NOLINT
121 // A handy wrapper for ByRef.
122 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
  /external/gtest/include/gtest/internal/
gtest-tuple.h 115 // ByRef<T>::type is T if T is a reference; otherwise it's const T&.
117 struct ByRef { typedef const T& type; }; // NOLINT
119 struct ByRef<T&> { typedef T& type; }; // NOLINT
121 // A handy wrapper for ByRef.
122 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-tuple.h 115 // ByRef<T>::type is T if T is a reference; otherwise it's const T&.
117 struct ByRef { typedef const T& type; }; // NOLINT
119 struct ByRef<T&> { typedef T& type; }; // NOLINT
121 // A handy wrapper for ByRef.
122 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-tuple.h 115 // ByRef<T>::type is T if T is a reference; otherwise it's const T&.
117 struct ByRef { typedef const T& type; }; // NOLINT
119 struct ByRef<T&> { typedef T& type; }; // NOLINT
121 // A handy wrapper for ByRef.
122 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-tuple.h 115 // ByRef<T>::type is T if T is a reference; otherwise it's const T&.
117 struct ByRef { typedef const T& type; }; // NOLINT
119 struct ByRef<T&> { typedef T& type; }; // NOLINT
121 // A handy wrapper for ByRef.
122 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
  /external/open-vcdiff/gtest/include/gtest/internal/
gtest-tuple.h 114 // ByRef<T>::type is T if T is a reference; otherwise it's const T&.
116 struct ByRef { typedef const T& type; }; // NOLINT
118 struct ByRef<T&> { typedef T& type; }; // NOLINT
120 // A handy wrapper for ByRef.
121 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
  /external/protobuf/gtest/include/gtest/internal/
gtest-tuple.h 114 // ByRef<T>::type is T if T is a reference; otherwise it's const T&.
116 struct ByRef { typedef const T& type; }; // NOLINT
118 struct ByRef<T&> { typedef T& type; }; // NOLINT
120 // A handy wrapper for ByRef.
121 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-tuple.h 117 // ByRef<T>::type is T if T is a reference; otherwise it's const T&.
119 struct ByRef { typedef const T& type; }; // NOLINT
121 struct ByRef<T&> { typedef T& type; }; // NOLINT
123 // A handy wrapper for ByRef.
124 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
  /external/clang/lib/Sema/
SemaLambda.cpp 437 FieldDecl *Sema::checkInitCapture(SourceLocation Loc, bool ByRef,
447 if (ByRef) {
    [all...]
SemaExpr.cpp     [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-actions.h 842 // Allows the expression ByRef(x) to be printed as a reference to x.
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.h     [all...]

Completed in 780 milliseconds

1 2