/external/gmock/include/gmock/ |
gmock-generated-function-mockers.h | 349 #define GMOCK_MOCKER_(arity, constness, Method) \ 350 GTEST_CONCAT_TOKEN_(gmock##constness##arity##_##Method##_, __LINE__) 353 #define GMOCK_METHOD0_(tn, constness, ct, Method, ...) \ 355 ) constness { \ 360 GMOCK_MOCKER_(0, constness, Method).SetOwnerAndName(this, #Method); \ 361 return GMOCK_MOCKER_(0, constness, Method).Invoke(); \ 364 gmock_##Method() constness { \ 365 GMOCK_MOCKER_(0, constness, Method).RegisterOwner(this); \ 366 return GMOCK_MOCKER_(0, constness, Method).With(); \ 368 mutable ::testing::FunctionMocker<__VA_ARGS__> GMOCK_MOCKER_(0, constness, \ [all...] |
/external/google-breakpad/src/testing/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...] |
/external/vixl/src/vixl/a64/ |
decoder-a64.h | 126 explicit DecoderVisitor(VisitorConstness constness = kConstVisitor) 127 : constness_(constness) {}
|
/external/v8/test/mjsunit/ |
const-eval-init.js | 41 // Test constness of the global 'x'. 55 // Test constness of the global 'x'.
|
/external/clang/test/SemaCXX/ |
cstyle-cast.cpp | 193 void constness() function
|
functional-cast.cpp | 261 void constness() function
|
reinterpret-cast.cpp | 13 // cast away constness, and is integral, enumeration, pointer or 56 void constness() function
|
/prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/ |
htmlunit-core-js-2.14.jar | |
/prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/ |
rhino-1.7R3.jar | |