HomeSort by relevance Sort by last modified time
    Searched full:byref (Results 151 - 175 of 418) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
LambdaCapture.h 63 /// \param Kind The kind of capture (this, byref, bycopy), which must
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
LambdaCapture.h 63 /// \param Kind The kind of capture (this, byref, bycopy), which must
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
LambdaCapture.h 63 /// \param Kind The kind of capture (this, byref, bycopy), which must
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
LambdaCapture.h 63 /// \param Kind The kind of capture (this, byref, bycopy), which must
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
LambdaCapture.h 63 /// \param Kind The kind of capture (this, byref, bycopy), which must
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
LambdaCapture.h 63 /// \param Kind The kind of capture (this, byref, bycopy), which must
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
LambdaCapture.h 63 /// \param Kind The kind of capture (this, byref, bycopy), which must
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
LambdaCapture.h 63 /// \param Kind The kind of capture (this, byref, bycopy), which must
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
closure.go 328 // byref++
331 // func(byval int, &byref *int, a int) {
333 // (*&byref)++
334 // }(byval, &byref, 42)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
closure.go 328 // byref++
331 // func(byval int, &byref *int, a int) {
333 // (*&byref)++
334 // }(byval, &byref, 42)
  /external/python/cpython2/Modules/_ctypes/
callproc.c 1599 byref(PyObject *self, PyObject *args) function
    [all...]
  /external/python/cpython3/Modules/_ctypes/
callproc.c 1494 byref(PyObject *self, PyObject *args) function
    [all...]
  /external/google-breakpad/src/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/googletest/googletest/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/libvpx/libvpx/third_party/googletest/src/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/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 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/protobuf/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/swiftshader/third_party/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/v8/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/vulkan-validation-layers/tests/gtest-1.7.0/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
  /prebuilts/ndk/r16/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
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/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/google-breakpad/src/testing/test/
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...]
  /external/googletest/googlemock/test/
gmock-generated-actions_test.cc 56 using testing::ByRef;
270 // Tests using InvokeArgument with ByRef() and a function that takes a
274 InvokeArgument<0>(ByRef(g_double));
275 // The above line calls ByRef() on a const value.
279 a = InvokeArgument<0>(ByRef(x)); // This calls ByRef() on a non-const.
    [all...]

Completed in 2271 milliseconds

1 2 3 4 5 67 8 91011>>