HomeSort by relevance Sort by last modified time
    Searched refs:constness (Results 1 - 6 of 6) 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 193 void constness() function
functional-cast.cpp 260 void constness() function
reinterpret-cast.cpp 13 // cast away constness, and is integral, enumeration, pointer or
56 void constness() function
  /external/ceres-solver/internal/ceres/gmock/
gmock.h     [all...]

Completed in 110 milliseconds