OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mutable
(Results
1001 - 1025
of
1259
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h
332
mutable
ilist_half_node<clang::ento::BugReport> Sentinel;
/external/clang/lib/ARCMigrate/
TransUnbridgedCasts.cpp
66
mutable
OwningPtr<ExprSet> Removables;
/external/clang/lib/CodeGen/
CGCleanup.h
234
mutable
struct ExtInfo *ExtInfo;
/external/clang/test/CodeGenCXX/
const-init-cxx11.cpp
428
struct
Mutable
{ constexpr
Mutable
(int n) : k(n) {}
mutable
int k; };
451
// Can't fold return value due to '
mutable
'.
454
int mutable_() { constexpr
Mutable
a = { f(103) }; return a.k; }
/external/eigen/Eigen/src/Core/
ProductBase.h
174
mutable
PlainObject m_result;
/external/gtest/include/gtest/internal/
gtest-param-util.h
336
// value_ needs to be
mutable
to be accessed in Current().
339
mutable
scoped_ptr<const T> value_;
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-param-util.h
336
// value_ needs to be
mutable
to be accessed in Current().
339
mutable
scoped_ptr<const T> value_;
/external/llvm/lib/Support/
DAGDeltaAlgorithm.cpp
73
mutable
std::set<changeset_ty> FailedTestsCache;
/external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util.h
336
// value_ needs to be
mutable
to be accessed in Current().
339
mutable
scoped_ptr<const T> value_;
/external/mesa3d/src/gtest/include/gtest/internal/
gtest-param-util.h
336
// value_ needs to be
mutable
to be accessed in Current().
339
mutable
scoped_ptr<const T> value_;
/external/open-vcdiff/gtest/include/gtest/internal/
gtest-param-util.h
356
// value_ needs to be
mutable
to be accessed in Current().
359
mutable
scoped_ptr<const T> value_;
/external/opencv/cv/src/
_cvkdtree.hpp
324
mutable
bbf_pqueue tmp_pq;
/external/protobuf/gtest/include/gtest/internal/
gtest-param-util.h
354
// value_ needs to be
mutable
to be accessed in Current().
357
mutable
scoped_ptr<const T> value_;
/external/protobuf/src/google/protobuf/
dynamic_message.cc
219
mutable
int cached_byte_size_;
/external/regex-re2/util/
pcre.h
512
mutable
int32_t hit_limit_; // Hit limit during execution (bool)?
/external/skia/include/core/
SkMatrix.h
601
mutable
uint32_t fTypeMask;
/external/skia/src/core/
SkPathRef.h
543
mutable
int32_t fGenerationID;
/external/skia/src/effects/
SkTableColorFilter.cpp
67
mutable
const SkBitmap* fBitmap; // lazily allocated
/external/v8/src/
lithium-allocator.h
395
mutable
UseInterval* current_interval_;
/frameworks/av/media/libstagefright/
OMXClient.cpp
132
mutable
Mutex mLock;
/frameworks/rs/cpp/util/
RefBase.h
192
mutable
volatile int32_t mCount;
/frameworks/rs/server/
RefBase.h
191
mutable
volatile int32_t mCount;
/hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.h
379
mutable
Locker mDrawLock;
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-param-util.h
336
// value_ needs to be
mutable
to be accessed in Current().
339
mutable
scoped_ptr<const T> value_;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
shared_ptr.h
516
mutable
weak_ptr<_Tp> _M_weak_this;
Completed in 1673 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>