HomeSort by relevance Sort by last modified time
    Searched refs:ByRef (Results 1 - 25 of 27) 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/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;
90 ValueEq(ByRef(value)))).Times(1);
107 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;
89 ValueEq(ByRef(kOfflineMode)))).Times(1);
  /external/chromium_org/chrome/browser/download/
download_danger_prompt_browsertest.cc 21 using ::testing::ByRef;
download_ui_controller_unittest.cc 170 testing::ByRef(download_history_manager_observer_))))
186 RemoveObserver(testing::Eq(testing::ByRef(manager_observer_))))
  /external/clang/include/clang/Sema/
ScopeInfo.h 397 Capture(VarDecl *Var, bool Block, bool ByRef, bool IsNested,
402 ByRef ? Cap_ByRef : Cap_ByCopy),
Sema.h     [all...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-tuple.h 125 // ByRef<T>::type is T if T is a reference; otherwise it's const T&.
127 struct ByRef { typedef const T& type; }; // NOLINT
129 struct ByRef<T&> { typedef T& type; }; // NOLINT
131 // A handy wrapper for ByRef.
132 #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 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/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/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/chromium_org/components/leveldb_proto/
proto_database_impl_unittest.cc 168 .WillOnce(VerifyLoadEntries(testing::ByRef(model)));
  /external/clang/lib/Sema/
SemaLambda.cpp 697 bool ByRef,
713 if (ByRef) {
    [all...]
SemaExpr.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.h     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
gtest.h 758 // ByRef<T>::type is T if T is a reference; otherwise it's const T&.
760 struct ByRef { typedef const T& type; }; // NOLINT
762 struct ByRef<T&> { typedef T& type; }; // NOLINT
764 // A handy wrapper for ByRef.
765 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h 758 // ByRef<T>::type is T if T is a reference; otherwise it's const T&.
760 struct ByRef { typedef const T& type; }; // NOLINT
762 struct ByRef<T&> { typedef T& type; }; // NOLINT
764 // A handy wrapper for ByRef.
765 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h 758 // ByRef<T>::type is T if T is a reference; otherwise it's const T&.
760 struct ByRef { typedef const T& type; }; // NOLINT
762 struct ByRef<T&> { typedef T& type; }; // NOLINT
764 // A handy wrapper for ByRef.
765 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]

Completed in 690 milliseconds

1 2