HomeSort by relevance Sort by last modified time
    Searched full:constness (Results 1 - 25 of 96) sorted by null

1 2 3 4

  /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...]
gmock-generated-function-mockers.h.pump 121 #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
    [all...]
  /external/chromium/chrome/browser/sync/
js_event_router.h 27 // away the constness).
  /external/clang/include/clang/AST/
DeclVisitor.h 63 /// This class does not preserve constness of Decl pointers (see also
71 /// This class preserves constness of Decl pointers (see also DeclVisitor).
StmtVisitor.h 172 /// This class does not preserve constness of Stmt pointers (see also
182 /// This class preserves constness of Stmt pointers (see also StmtVisitor).
  /external/v8/test/mjsunit/
const-eval-init.js 41 // No constness of the global 'x'.
55 // No constness of the global 'x'.
  /frameworks/native/include/utils/
List.h 85 template <class> class Constness
88 typedef _ListIterator<U, Constness> _Iter;
89 typedef typename Constness<U>::NodePtr _NodePtr;
90 typedef typename Constness<U>::Type _Type;
266 * _ListIterator of the same type but different constness.
  /system/core/include/sysutils/
List.h 86 template <class> class Constness
89 typedef _ListIterator<U, Constness> _Iter;
90 typedef typename Constness<U>::NodePtr _NodePtr;
91 typedef typename Constness<U>::Type _Type;
267 * _ListIterator of the same type but different constness.
  /system/netd/
List.h 86 template <class> class Constness
89 typedef _ListIterator<U, Constness> _Iter;
90 typedef typename Constness<U>::NodePtr _NodePtr;
91 typedef typename Constness<U>::Type _Type;
267 * _ListIterator of the same type but different constness.
  /external/clang/test/Analysis/
malloc-sizeof.c 31 // Don't warn when the types differ only by constness.
  /ndk/sources/cxx-stl/gabi++/src/
pbase_type_info.cc 62 // Handle the annoying constness problem
  /external/clang/test/SemaCXX/
address-space-conversion.cpp 45 // It's acceptable to cast away constness.
153 // ... but don't try to cast away constness!
reinterpret-cast.cpp 13 // cast away constness, and is integral, enumeration, pointer or
56 void constness() function
cstyle-cast.cpp 193 void constness() function
static-cast.cpp 165 // Casting away constness
  /external/ceres-solver/internal/ceres/gmock/
gmock.h     [all...]
  /external/clang/test/SemaObjCXX/
arc-type-conversion.mm 60 // It's acceptable to cast away constness.
72 // Not allowed to cast away constness
  /external/eigen/Eigen/src/Core/util/
ForwardDeclarations.h 20 // When constness must affect traits, it has to be constness on template parameters on which T itself depends.
  /external/ceres-solver/internal/ceres/
iterative_schur_complement_solver.cc 98 // We need to strip the constness of the block_diagonal_FtF_inverse
  /external/chromium/base/win/
scoped_variant.h 140 // it as such and cast away the constness here.
  /external/openfst/src/include/fst/script/
script-impl.h 153 // constness where it's needed. Return values should be implemented as a
  /external/webkit/Source/JavaScriptCore/assembler/
MacroAssemblerCodeRef.h 107 // (I guess on RVTC function pointers have a different constness to GCC/MSVC?)
  /external/eigen/doc/
I13_FunctionsTakingEigenTypes.dox 125 The solution which is preferred at the moment is based on a little \em hack. One needs to pass a const reference to the matrix and internally the constness needs to be cast away. The correct implementation for C98 compliant compilers would be
184 - Functions taking writable (non-const) parameters must take const references and cast away constness within the function body.
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocSizeofChecker.cpp 139 // we ignore constness of pointer types.
  /external/oprofile/opjitconv/
parse_dump.c 42 /* symbol_name can be malloced so we cast away the constness. */

Completed in 653 milliseconds

1 2 3 4