Searched refs:constness (Results 1 - 5 of 5) sorted by relevance

/external/chromium/testing/gmock/include/gmock/
H A Dgmock-generated-function-mockers.h343 #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, Metho
[all...]
/external/clang/test/SemaCXX/
H A Dcstyle-cast.cpp193 void constness() function
H A Dreinterpret-cast.cpp13 // cast away constness, and is integral, enumeration, pointer or
56 void constness() function
H A Dfunctional-cast.cpp260 void constness() function
/external/ceres-solver/internal/ceres/gmock/
H A 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, Metho
[all...]

Completed in 285 milliseconds