OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ByRef
(Results
1 - 11
of
11
) sorted by null
/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/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/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/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
/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/AST/
Expr.cpp
[
all
...]
/external/clang/lib/CodeGen/
CodeGenFunction.h
[
all
...]
/external/clang/include/clang/AST/
Expr.h
[
all
...]
/external/clang/lib/Sema/
SemaDeclAttr.cpp
[
all
...]
Completed in 1873 milliseconds