Home
last modified time | relevance | path

Searched refs:constness (Results 1 – 19 of 19) sorted by relevance

/external/chromium/testing/gmock/include/gmock/
Dgmock-generated-function-mockers.h343 #define GMOCK_MOCKER_(arity, constness, Method) \ argument
344 GTEST_CONCAT_TOKEN_(gmock##constness##arity##_##Method##_, __LINE__)
347 #define GMOCK_METHOD0_(tn, constness, ct, Method, F) \ argument
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 …]
Dgmock-generated-function-mockers.h.pump121 #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)
/external/ceres-solver/internal/ceres/gmock/
Dgmock.h9652 #define GMOCK_MOCKER_(arity, constness, Method) \
9653 GTEST_CONCAT_TOKEN_(gmock##constness##arity##_##Method##_, __LINE__)
9656 #define GMOCK_METHOD0_(tn, constness, ct, Method, F) \
9657 GMOCK_RESULT_(tn, F) ct Method() constness { \
9661 GMOCK_MOCKER_(0, constness, Method).SetOwnerAndName(this, #Method); \
9662 return GMOCK_MOCKER_(0, constness, Method).Invoke(); \
9665 gmock_##Method() constness { \
9666 GMOCK_MOCKER_(0, constness, Method).RegisterOwner(this); \
9667 return GMOCK_MOCKER_(0, constness, Method).With(); \
9669 mutable ::testing::FunctionMocker<F> GMOCK_MOCKER_(0, constness, Method)
[all …]
/external/clang/test/SemaCXX/
Dcstyle-cast.cpp193 void constness() in constness() function
Dreinterpret-cast.cpp56 void constness() in constness() function
Dfunctional-cast.cpp260 void constness() in constness() function
/external/clang/test/SemaObjCXX/
Darc-type-conversion.mm60 // It's acceptable to cast away constness.
72 // Not allowed to cast away constness
/external/eigen/doc/
DI13_FunctionsTakingEigenTypes.dox125 …k. One needs to pass a const reference to the matrix and internally the constness needs to be cast…
184 …ritable (non-const) parameters must take const references and cast away constness within the funct…
DA10_Eigen2SupportModes.dox79 That allowed to circumvent constness. This is no longer allowed in Eigen 3. If you have to map cons…
DA05_PortingFrom2To3.dox294 …static methods, which actually are the preferred way as they take care of such things as constness:
/external/chromium/base/
Dcallback.h.pump203 // conversion of its arguments. In particular, the argument's constness must
/external/webkit/Source/WebKit/chromium/
DChangeLog2086 (WebKit::WebPageSerializerImpl::endTagToString): Removed constness from argument.
/external/webkit/Source/WebKit/gtk/
DChangeLog14679 disable constness
/external/webkit/Tools/
DChangeLog-2009-06-164001 whose signatures differ only by constness (which can
/external/webkit/Source/JavaScriptCore/
DChangeLog-2007-10-14586 …* wtf/unicode/qt4/UnicodeQt4.h: Fix the constness of the src argument to toUpper to prevent build …
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-1613285 Remove the constness of the return type of QWebElement operator[].
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1646579 Fix constness of pointers.
DChangeLog-2006-12-3132251 (WebCore::Font::drawGlyphs): Fix constness in reinterpret_cast.
DChangeLog-2010-12-0691974 …(WebCore::RenderPath::fillContains): Remove constness, to avoid the need to pass around const Rend…