Home
last modified time | relevance | path

Searched refs:constness (Results 1 – 17 of 17) 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/clang/test/SemaCXX/
Dcstyle-cast.cpp192 void constness() in constness() function
Dreinterpret-cast.cpp42 void constness() in constness() function
Dfunctional-cast.cpp259 void constness() in constness() function
/external/clang/test/SemaObjCXX/
Darc-type-conversion.mm63 // It's acceptable to cast away constness.
75 // Not allowed to cast away constness
/external/chromium/base/
Dcallback.h.pump203 // conversion of its arguments. In particular, the argument's constness must
/external/bluetooth/glib/gobject/
DChangeLog1248 * gparam.c (g_param_spec_internal): cast away any constness on
/external/webkit/Source/WebKit/chromium/
DChangeLog2086 (WebKit::WebPageSerializerImpl::endTagToString): Removed constness from argument.
/external/dbus/
DChangeLog.pre-1-03765 constness flag for input arguments.
3785 array directly. Second, rework constness to be less buggy.
3806 (invoke_object_method): Handle arg constness.
/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…