/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).
|
/external/v8/test/mjsunit/ |
const-eval-init.js | 41 // No constness of the global 'x'. 55 // No constness of the global 'x'.
|
/frameworks/native/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/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/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.
|
/external/clang/include/clang/AST/ |
StmtVisitor.h | 172 /// This class does not preserve constness of Stmt pointers (see also 182 /// This class preserves constness of Stmt pointers (see also StmtVisitor).
|
/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 | 192 void constness() function
|
static-cast.cpp | 165 // Casting away constness
|
functional-cast.cpp | 259 void constness() function
|
/external/clang/test/SemaObjCXX/ |
arc-type-conversion.mm | 60 // It's acceptable to cast away constness. 72 // Not allowed to cast away constness
|
/external/chromium/base/win/ |
scoped_variant.h | 140 // 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/webkit/Source/JavaScriptCore/assembler/ |
MacroAssemblerCodeRef.h | 107 // (I guess on RVTC function pointers have a different constness to GCC/MSVC?)
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
MallocSizeofChecker.cpp | 138 // we ignore constness of pointer types.
|
/external/oprofile/opjitconv/ |
parse_dump.c | 42 /* symbol_name can be malloced so we cast away the constness. */
|
/external/clang/lib/Sema/ |
SemaCast.cpp | 452 /// DestType casts away constness as defined in C++ 5.2.11p8ff. This is used by 468 // Casting away constness is defined in C++ 5.2.11p8 with reference to 615 // C++ 5.2.7p1: The dynamic_cast operator shall not cast away constness. 784 /// and casting away constness. [all...] |
/external/chromium/base/ |
callback.h.pump | 203 // conversion of its arguments. In particular, the argument's constness must
|
callback.h | 200 // conversion of its arguments. In particular, the argument's constness must
|
/external/srtp/test/ |
srtp_driver.c | 681 * the compiler would fret about the constness of the policy 880 * the compiler would fret about the constness of the policy [all...] |
/external/llvm/unittests/ADT/ |
IntervalMapTest.cpp | 44 // Default constructor and cross-constness compares.
|