OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mutable
(Results
1151 - 1175
of
1473
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/external/clang/include/clang/Frontend/
ASTUnit.h
189
mutable
unsigned NumLines;
[
all
...]
/external/clang/include/clang/Parse/
Parser.h
104
mutable
IdentifierInfo *Ident_sealed;
117
mutable
IdentifierInfo *Ident_instancetype;
135
mutable
IdentifierInfo *Ident_final;
136
mutable
IdentifierInfo *Ident_override;
[
all
...]
/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
std::unique_ptr<ExprSet> Removables;
/external/clang/lib/CodeGen/
CGCleanup.h
243
mutable
struct ExtInfo *ExtInfo;
/external/clang/test/CodeGenCXX/
const-init-cxx11.cpp
433
struct
Mutable
{ constexpr
Mutable
(int n) : k(n) {}
mutable
int k; };
456
// Can't fold return value due to '
mutable
'.
459
int mutable_() { constexpr
Mutable
a = { f(103) }; return a.k; }
/external/clang/test/OpenMP/
for_reduction_messages.cpp
13
mutable
int a;
parallel_for_reduction_messages.cpp
13
mutable
int a;
simd_reduction_messages.cpp
13
mutable
int a;
/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/llvm/lib/Support/
DAGDeltaAlgorithm.cpp
75
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/opencv/cv/src/
_cvkdtree.hpp
324
mutable
bbf_pqueue tmp_pq;
/external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusPen.h
516
mutable
Status lastResult;
/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
646
mutable
uint32_t fTypeMask;
/external/skia/src/effects/
SkTableColorFilter.cpp
68
mutable
const SkBitmap* fBitmap; // lazily allocated
/frameworks/av/media/libstagefright/
OMXClient.cpp
141
mutable
Mutex mLock;
/frameworks/av/services/audioflinger/
AudioMixer.h
195
mutable
AudioBufferProvider::Buffer buffer; // 8 bytes
/frameworks/av/services/audiopolicy/
AudioPolicyService.h
487
mutable
Mutex mLock; // prevents concurrent access to AudioPolicy manager functions changing
/frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.h
500
mutable
Mutex mLatestRequestMutex;
Completed in 1642 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>