Searched
full:mutable (Results
376 -
400 of
1825) sorted by null
<<11121314151617181920>>
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
p1.cpp | 30 mutable constexpr int mi3 = 3; // expected-error-re {{non-static data member cannot be constexpr{{$}}}} expected-error {{'mutable' and 'const' cannot be mixed}}
|
/external/clang/test/CXX/special/class.copy/ |
p11.0x.copy.cpp | 143 namespace Mutable { 156 mutable A a; // expected-note {{deleted because field 'a' has a deleted copy constructor}}
|
p12-0x.cpp | 55 mutable TemplateCtor mtc; 62 mutable TemplateCtor mtc;
|
/external/clang/test/SemaCXX/ |
anonymous-union.cpp | 14 mutable double d; 27 mutable union { // expected-error{{anonymous union at class scope must not have a storage specifier}}
|
cxx1y-init-captures.cpp | 175 [a = 24] () mutable { 182 [a = 24] (auto param) mutable {
|
/external/deqp/framework/opengl/ |
gluContextInfo.hpp | 60 mutable T m_value; 61 mutable bool m_isComputed;
|
/external/eigen/Eigen/src/PaStiXSupport/ |
PaStiXSupport.h | 264 mutable ComputationInfo m_info; 265 mutable pastix_data_t *m_pastixdata; // Data structure for pastix 266 mutable int m_comm; // The MPI communicator identifier 267 mutable Matrix<int,IPARM_SIZE,1> m_iparm; // integer vector for the input parameters 268 mutable Matrix<double,DPARM_SIZE,1> m_dparm; // Scalar vector for the input parameters 269 mutable Matrix<Index,Dynamic,1> m_perm; // Permutation vector 270 mutable Matrix<Index,Dynamic,1> m_invp; // Inverse permutation vector 271 mutable int m_size; // Size of the matrix
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/ |
TestBoilerplate.java | 33 * <br>(2) if mutable(a), then a.clone() != a // note: the reverse is not necessarily true. 105 * Override if the tested objects are mutable.
|
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/ |
TestBoilerplate.java | 32 * <br>(2) if mutable(a), then a.clone() != a // note: the reverse is not necessarily true. 104 * Override if the tested objects are mutable.
|
/external/llvm/include/llvm/MC/ |
MCDisassembler.h | 106 // Marked mutable because we cache it inside the disassembler, rather than 108 mutable raw_ostream *CommentStream;
|
/external/llvm/include/llvm/Option/ |
Arg.h | 53 mutable unsigned Claimed : 1; 56 mutable unsigned OwnsValues : 1;
|
/external/llvm/include/llvm/Support/ |
ThreadPool.h | 83 // This lambda has to be marked mutable because MSVC 2013's std::bind call 85 return asyncImpl([Task](VoidTy) mutable -> VoidTy {
|
/external/opencv3/3rdparty/openexr/IlmThread/ |
IlmThreadMutex.h | 99 mutable CRITICAL_SECTION _mutex; 101 mutable pthread_mutex_t _mutex;
|
/external/protobuf/src/google/protobuf/ |
dynamic_message.h | 101 // mutable message of that type. 127 mutable Mutex prototypes_mutex_;
|
/external/protobuf/src/google/protobuf/stubs/ |
stl_util-inl.h | 71 // Return a mutable char* pointing to a string's internal buffer, 79 // mutable reference to a string's internal buffer. However, issue 530
|
stl_util.h | 71 // Return a mutable char* pointing to a string's internal buffer, 79 // mutable reference to a string's internal buffer. However, issue 530
|
/external/skia/include/gpu/ |
GrGpuResourceRef.h | 81 mutable bool fOwnRef; 82 mutable bool fPendingIO;
|
GrProgramElement.h | 135 mutable int32_t fRefCnt; 137 mutable int32_t fPendingExecutions;
|
/external/skia/src/core/ |
SkBitmapFilter.h | 60 mutable bool fPrecomputed; 61 mutable SkScalar fFilterTableScalar[SKBITMAP_FILTER_TABLE_SIZE];
|
/external/skia/src/image/ |
SkSurface.cpp | 113 // Our content isn't held by any image now, so we can consider that content mutable. 114 // Raster surfaces need to be told it's safe to consider its pixels mutable again.
|
/external/v8/src/base/ |
lazy-instance.h | 197 mutable OnceType once_; 201 mutable StorageType storage_;
|
/external/vboot_reference/scripts/image_signing/ |
align_rootfs.sh | 45 # Temporarily make immutable files on the dst rootfs mutable. 47 # mutable again.
|
/frameworks/av/include/media/ |
Drm.h | 151 mutable Mutex mEventLock; 152 mutable Mutex mNotifyLock;
|
/frameworks/compile/mclinker/include/mcld/Support/ |
Directory.h | 91 mutable FileStatus m_FileStatus; 92 mutable FileStatus m_SymLinkStatus;
|
/frameworks/native/include/gui/ |
SensorEventQueue.h | 100 mutable Mutex mLock; 101 mutable sp<Looper> mLooper;
|
Completed in 665 milliseconds
<<11121314151617181920>>