HomeSort by relevance Sort by last modified time
    Searched refs:constness (Results 1 - 5 of 5) sorted by null

  /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...]
  /external/v8/test/mjsunit/
const-eval-init.js 41 // No constness of the global 'x'.
55 // No constness of the global 'x'.
  /external/clang/test/SemaCXX/
cstyle-cast.cpp 192 void constness() function
functional-cast.cpp 259 void constness() function
reinterpret-cast.cpp 42 void constness() function

Completed in 397 milliseconds