OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mutable
(Results
51 - 75
of
1023
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/hardware/intel/img/hwcomposer/merrifield/common/observers/
VsyncEventObserver.h
38
mutable
Mutex mLock;
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/observers/
VsyncEventObserver.h
38
mutable
Mutex mLock;
/hardware/qcom/display/msm8974/libqdutils/
idle_invalidator.h
45
mutable
Locker mLock;
/system/core/libpixelflinger/codeflinger/
CodeCache.h
72
mutable
int32_t mCount;
98
mutable
int64_t when;
111
mutable
pthread_mutex_t mLock;
112
mutable
int64_t mWhen;
/external/icu/icu4c/source/i18n/
collationtailoring.h
67
mutable
Locale actualLocale;
82
mutable
UHashtable *maxExpansions;
83
mutable
UInitOnce maxExpansionsInitOnce;
/external/llvm/include/llvm/Analysis/
LibCallSemantics.h
130
mutable
void *Impl;
131
mutable
const LibCallLocationInfo *Locations;
132
mutable
unsigned NumLocations;
/external/llvm/include/llvm/Support/
ManagedStatic.h
43
mutable
void *Ptr;
44
mutable
void (*DeleterFn)(void*);
45
mutable
const ManagedStaticBase *Next;
/external/llvm/utils/TableGen/
CodeGenTarget.h
68
mutable
DenseMap<const Record*,
70
mutable
std::unique_ptr<CodeGenRegBank> RegBank;
71
mutable
std::vector<Record*> RegAltNameIndices;
72
mutable
SmallVector<MVT::SimpleValueType, 8> LegalValueTypes;
77
mutable
std::unique_ptr<CodeGenSchedModels> SchedModels;
79
mutable
std::vector<const CodeGenInstruction*> InstrsByEnum;
/external/clang/test/SemaCXX/
return-stack-addr.cpp
152
(void) [=]()
mutable
-> int& { return a; };
153
(void) [=]()
mutable
-> int& { return b; };
157
(void) [=]()
mutable
-> int& { int &a = b; return a; };
/external/clang/include/clang/AST/
ASTContext.h
92
mutable
SmallVector<Type *, 0> Types;
93
mutable
llvm::FoldingSet<ExtQuals> ExtQualNodes;
94
mutable
llvm::FoldingSet<ComplexType> ComplexTypes;
95
mutable
llvm::FoldingSet<PointerType> PointerTypes;
96
mutable
llvm::FoldingSet<AdjustedType> AdjustedTypes;
97
mutable
llvm::FoldingSet<BlockPointerType> BlockPointerTypes;
98
mutable
llvm::FoldingSet<LValueReferenceType> LValueReferenceTypes;
99
mutable
llvm::FoldingSet<RValueReferenceType> RValueReferenceTypes;
100
mutable
llvm::FoldingSet<MemberPointerType> MemberPointerTypes;
101
mutable
llvm::FoldingSet<ConstantArrayType> ConstantArrayTypes
[
all
...]
RawCommentList.h
128
mutable
StringRef RawText;
129
mutable
const char *BriefText;
131
mutable
bool RawTextValid : 1; ///< True if RawText is valid
132
mutable
bool BriefTextValid : 1; ///< True if BriefText is valid
/external/clang/test/PCH/
cxx0x-default-delete.cpp
40
struct C {
mutable
A a; };
/external/eigen/demos/opengl/
camera.h
104
mutable
Eigen::Affine3f mViewMatrix;
105
mutable
Eigen::Matrix4f mProjectionMatrix;
107
mutable
bool mViewIsUptodate;
108
mutable
bool mProjIsUptodate;
/external/guava/guava-tests/benchmark/com/google/common/collect/
SortedCopyBenchmark.java
40
@Param boolean
mutable
;
field in class:SortedCopyBenchmark
86
if (
mutable
) {
105
if (
mutable
) {
120
if (
mutable
) {
/external/lldb/include/lldb/Interpreter/
CommandHistory.h
70
mutable
Mutex m_mutex;
/external/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugAbbrev.h
46
mutable
DWARFAbbreviationDeclarationSetMap::const_iterator PrevAbbrOffsetPos;
/external/openfst/src/include/fst/
lock.h
85
mutable
int count_;
/external/protobuf/src/google/protobuf/compiler/python/
python_generator.h
153
mutable
Mutex mutex_;
154
mutable
const FileDescriptor* file_; // Set in Generate(). Under mutex_.
155
mutable
string file_descriptor_serialized_;
156
mutable
io::Printer* printer_; // Set in Generate(). Under mutex_.
/external/skia/include/gpu/
GrGpuResource.h
128
mutable
int32_t fRefCnt;
129
mutable
int32_t fPendingReads;
130
mutable
int32_t fPendingWrites;
319
mutable
size_t fGpuMemorySize;
/frameworks/compile/mclinker/include/mcld/Support/
GCFactoryListTraits.h
55
mutable
SentinelNode mSentinel;
/hardware/qcom/display/msm8084/libcopybit/
copybit_priv.h
55
mutable
int mCount;
/hardware/qcom/display/msm8084/libgralloc/
ionalloc.h
67
mutable
Locker mLock;
/hardware/qcom/display/msm8226/libcopybit/
copybit_priv.h
55
mutable
int mCount;
/hardware/qcom/display/msm8226/libgralloc/
ionalloc.h
67
mutable
Locker mLock;
/hardware/qcom/display/msm8960/libcopybit/
copybit_priv.h
55
mutable
int mCount;
Completed in 2081 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>