/external/chromium/testing/gmock/include/gmock/ |
gmock-generated-function-mockers.h | 343 #define GMOCK_MOCKER_(arity, constness, Method) \ 344 GTEST_CONCAT_TOKEN_(gmock##constness##arity##_##Method##_, __LINE__) 347 #define GMOCK_METHOD0_(tn, constness, ct, Method, F) \ 348 GMOCK_RESULT_(tn, F) ct Method() constness { \ 352 GMOCK_MOCKER_(0, constness, Method).SetOwnerAndName(this, #Method); \ 353 return GMOCK_MOCKER_(0, constness, Method).Invoke(); \ 356 gmock_##Method() constness { \ 357 GMOCK_MOCKER_(0, constness, Method).RegisterOwner(this); \ 358 return GMOCK_MOCKER_(0, constness, Method).With(); \ 360 mutable ::testing::FunctionMocker<F> GMOCK_MOCKER_(0, constness, Method [all...] |
gmock-generated-function-mockers.h.pump | 121 #define GMOCK_MOCKER_(arity, constness, Method) \ 122 GTEST_CONCAT_TOKEN_(gmock##constness##arity##_##Method##_, __LINE__) 133 #define GMOCK_METHOD$i[[]]_(tn, constness, ct, Method, F) \ 134 GMOCK_RESULT_(tn, F) ct Method($arg_as) constness { \ 138 GMOCK_MOCKER_($i, constness, Method).SetOwnerAndName(this, #Method); \ 139 return GMOCK_MOCKER_($i, constness, Method).Invoke($as); \ 142 gmock_##Method($matcher_as) constness { \ 143 GMOCK_MOCKER_($i, constness, Method).RegisterOwner(this); \ 144 return GMOCK_MOCKER_($i, constness, Method).With($as); \ 146 mutable ::testing::FunctionMocker<F> GMOCK_MOCKER_($i, constness, Method [all...] |
/external/chromium/chrome/browser/sync/ |
js_event_router.h | 27 // away the constness).
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/detail/ |
config_def.hpp | 33 // can't strip constness. Consider counting_iterator, which normally 39 // Furthermore, Borland 5.5.1 drops constness in enough ways that we 41 // Using reference constness gives it an extra hint that it can
|
/external/chromium_org/v8/test/mjsunit/ |
const-eval-init.js | 41 // No constness of the global 'x'. 55 // No constness of the global 'x'.
|
/external/clang/include/clang/AST/ |
DeclVisitor.h | 64 /// This class does not preserve constness of Decl pointers (see also 72 /// This class preserves constness of Decl pointers (see also DeclVisitor).
|
StmtVisitor.h | 173 /// This class does not preserve constness of Stmt pointers (see also 183 /// This class preserves constness of Stmt pointers (see also StmtVisitor).
|
/external/v8/test/mjsunit/ |
const-eval-init.js | 41 // No constness of the global 'x'. 55 // No constness of the global 'x'.
|
/system/core/include/sysutils/ |
List.h | 86 template <class> class Constness 89 typedef _ListIterator<U, Constness> _Iter; 90 typedef typename Constness<U>::NodePtr _NodePtr; 91 typedef typename Constness<U>::Type _Type; 267 * _ListIterator of the same type but different constness.
|
/system/core/include/utils/ |
List.h | 85 template <class> class Constness 88 typedef _ListIterator<U, Constness> _Iter; 89 typedef typename Constness<U>::NodePtr _NodePtr; 90 typedef typename Constness<U>::Type _Type; 266 * _ListIterator of the same type but different constness.
|
/system/netd/ |
List.h | 86 template <class> class Constness 89 typedef _ListIterator<U, Constness> _Iter; 90 typedef typename Constness<U>::NodePtr _NodePtr; 91 typedef typename Constness<U>::Type _Type; 267 * _ListIterator of the same type but different constness.
|
/external/clang/test/Analysis/ |
malloc-sizeof.c | 31 // Don't warn when the types differ only by constness.
|
/ndk/sources/cxx-stl/gabi++/src/ |
pbase_type_info.cc | 62 // Handle the annoying constness problem
|
/external/clang/test/SemaCXX/ |
address-space-conversion.cpp | 45 // It's acceptable to cast away constness. 153 // ... but don't try to cast away constness!
|
reinterpret-cast.cpp | 13 // cast away constness, and is integral, enumeration, pointer or 56 void constness() function
|
cstyle-cast.cpp | 193 void constness() function
|
static-cast.cpp | 165 // Casting away constness
|
/external/clang/test/SemaObjCXX/ |
arc-type-conversion.mm | 60 // It's acceptable to cast away constness. 72 // Not allowed to cast away constness
|
/external/eigen/Eigen/src/Core/util/ |
ForwardDeclarations.h | 20 // When constness must affect traits, it has to be constness on template parameters on which T itself depends.
|
/external/chromium/base/win/ |
scoped_variant.h | 140 // it as such and cast away the constness here.
|
/external/chromium_org/base/win/ |
scoped_variant.h | 139 // it as such and cast away the constness here.
|
/external/openfst/src/include/fst/script/ |
script-impl.h | 153 // constness where it's needed. Return values should be implemented as a
|
/external/eigen/doc/ |
I13_FunctionsTakingEigenTypes.dox | 125 The solution which is preferred at the moment is based on a little \em hack. One needs to pass a const reference to the matrix and internally the constness needs to be cast away. The correct implementation for C98 compliant compilers would be 184 - Functions taking writable (non-const) parameters must take const references and cast away constness within the function body.
|
/external/chromium_org/ui/base/clipboard/ |
clipboard.cc | 169 // It's OK to cast away constness here since we map the handle as
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
MallocSizeofChecker.cpp | 139 // we ignore constness of pointer types.
|