/external/oprofile/opjitconv/ |
parse_dump.c | 42 /* symbol_name can be malloced so we cast away the constness. */
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/ |
iterator_adaptor.hpp | 239 // const. If const, a conforming compiler strips constness for the
|
/external/clang/lib/Sema/ |
SemaCast.cpp | 453 /// DestType casts away constness as defined in C++ 5.2.11p8ff. This is used by 469 // Casting away constness is defined in C++ 5.2.11p8 with reference to 624 // C++ 5.2.7p1: The dynamic_cast operator shall not cast away constness. [all...] |
/external/chromium_org/third_party/skia/include/core/ |
SkTemplates.h | 61 // This relies on the fact that reinterpret_cast can add constness, but cannot remove it.
|
SkBitmap.h | 36 the constness is considered to apply to the bitmap's configuration, not
|
/external/clang/test/SemaCXX/ |
functional-cast.cpp | 260 void constness() function
|
/external/eigen/Eigen/src/Core/ |
SolveTriangular.h | 168 * This function will const_cast it, so constness isn't honored here.
|
/external/eigen/doc/ |
A10_Eigen2SupportModes.dox | 79 That allowed to circumvent constness. This is no longer allowed in Eigen 3. If you have to map const data in Eigen 3, map it as a const-qualified type. However, rather than explictly constructing Map objects, we strongly encourage you to use the static Map methods instead, as they take care of all of this for you:
|
A05_PortingFrom2To3.dox | 294 There also are related convenience static methods, which actually are the preferred way as they take care of such things as constness:
|
/external/skia/include/core/ |
SkTemplates.h | 61 // This relies on the fact that reinterpret_cast can add constness, but cannot remove it.
|
SkBitmap.h | 36 the constness is considered to apply to the bitmap's configuration, not
|
/external/chromium/base/ |
callback.h.pump | 203 // conversion of its arguments. In particular, the argument's constness must
|
callback.h | 200 // conversion of its arguments. In particular, the argument's constness must
|
/external/chromium_org/ppapi/proxy/ |
serialized_var.h | 64 // Constness
|
/external/eigen/Eigen/src/Core/util/ |
XprHelper.h | 284 * Note that if no evaluation occur, then the constness of T is preserved.
|
/external/srtp/test/ |
srtp_driver.c | 681 * the compiler would fret about the constness of the policy 880 * the compiler would fret about the constness of the policy [all...] |
/external/chromium_org/base/ |
callback.h.pump | 336 // conversion of its arguments. In particular, the argument's constness must
|
callback.h | 336 // conversion of its arguments. In particular, the argument's constness must
|
/external/chromium_org/chrome/browser/password_manager/ |
password_form_manager_unittest.cc | 62 // Marked mutable to get around constness of Autofill().
|
/external/llvm/unittests/ADT/ |
IntervalMapTest.cpp | 44 // Default constructor and cross-constness compares.
|
/external/chromium_org/third_party/openssl/openssl/crypto/objects/ |
objects.h | [all...] |
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
objects.h | [all...] |
/external/openssl/crypto/objects/ |
objects.h | [all...] |
/external/openssl/include/openssl/ |
objects.h | [all...] |
/external/chromium_org/chrome/browser/ui/autofill/ |
autofill_dialog_controller_browsertest.cc | 87 // Ignore constness for testing. [all...] |