Searched refs:mutable (Results 1 - 25 of 573) sorted by relevance

1234567891011>>

/external/libchrome/base/threading/
H A Dthread_checker_impl.h37 // Members are mutable so that CalledOnValidThread() can set them.
40 mutable base::Lock lock_;
43 mutable PlatformThreadRef thread_id_;
51 mutable TaskToken task_token_;
57 mutable SequenceToken sequence_token_;
/external/webrtc/webrtc/base/
H A Dthread_checker_impl.h40 mutable CriticalSection lock_;
41 // This is mutable so that CalledOnValidThread can set it.
43 mutable PlatformThreadRef valid_thread_;
/external/libchrome/base/
H A Dsequence_checker_impl.h40 mutable Lock lock_;
41 mutable std::unique_ptr<Core> core_;
/external/webrtc/webrtc/system_wrappers/source/
H A Dtrace_posix.h31 volatile mutable uint32_t prev_api_tick_count_;
32 volatile mutable uint32_t prev_tick_count_;
H A Dtrace_win.h30 volatile mutable uint32_t prev_api_tick_count_;
31 volatile mutable uint32_t prev_tick_count_;
/external/skia/src/core/
H A DSkColorSpace_XYZ.h52 mutable SkMatrix44 fFromXYZD50;
53 mutable SkOnce fFromXYZOnce;
55 mutable sk_sp<SkData> fDstStorage;
56 mutable const uint8_t* fToDstGammaTables[3];
57 mutable SkOnce fToDstGammaOnce;
/external/skqp/src/core/
H A DSkColorSpace_XYZ.h52 mutable SkMatrix44 fFromXYZD50;
53 mutable SkOnce fFromXYZOnce;
55 mutable sk_sp<SkData> fDstStorage;
56 mutable const uint8_t* fToDstGammaTables[3];
57 mutable SkOnce fToDstGammaOnce;
/external/skia/src/sksl/ir/
H A DSkSLVariable.h58 mutable Modifiers fModifiers;
66 mutable int fReadCount;
69 mutable int fWriteCount;
/external/skqp/src/sksl/ir/
H A DSkSLVariable.h50 mutable Modifiers fModifiers;
58 mutable int fReadCount;
61 mutable int fWriteCount;
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DLibCallSemantics.h129 mutable void *Impl;
130 mutable const LibCallLocationInfo *Locations;
131 mutable unsigned NumLocations;
/external/llvm/include/llvm/IR/
H A DMangler.h30 mutable DenseMap<const GlobalValue*, unsigned> AnonGlobalIDs;
33 mutable unsigned NextAnonGlobalID;
/external/skia/include/private/
H A DGrSurfaceProxyRef.h64 mutable bool fOwnRef;
65 mutable bool fPendingIO;
/external/skia/src/gpu/
H A DGrColorSpaceInfo.h36 mutable sk_sp<GrColorSpaceXform> fColorXformFromSRGB;
38 mutable bool fInitializedColorSpaceXformFromSRGB;
/external/skia/src/shaders/gradients/
H A DSkGradientBitmapCache.h27 mutable Entry* fHead;
28 mutable Entry* fTail;
/external/skqp/include/private/
H A DGrSurfaceProxyRef.h64 mutable bool fOwnRef;
65 mutable bool fPendingIO;
/external/skqp/src/gpu/
H A DGrColorSpaceInfo.h36 mutable sk_sp<GrColorSpaceXform> fColorXformFromSRGB;
38 mutable bool fInitializedColorSpaceXformFromSRGB;
/external/skqp/src/shaders/gradients/
H A DSkGradientBitmapCache.h27 mutable Entry* fHead;
28 mutable Entry* fTail;
/external/swiftshader/src/OpenGL/compiler/preprocessor/
H A DMacro.h43 mutable bool disabled;
44 mutable int expansionCount;
/external/llvm/include/llvm/Support/
H A DStreamingMemoryObject.h49 mutable std::vector<unsigned char> Bytes;
51 mutable size_t BytesRead; // Bytes read from stream
53 mutable size_t ObjectSize; // 0 if unknown, set if wrapper seen or EOF reached
54 mutable bool EOFReached;
/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_contentlayoutitem.h21 mutable uint32_t m_dwStatus;
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DStreamingMemoryObject.h49 mutable std::vector<unsigned char> Bytes;
51 mutable size_t BytesRead; // Bytes read from stream
53 mutable size_t ObjectSize; // 0 if unknown, set if wrapper seen or EOF reached
54 mutable bool EOFReached;
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Support/
H A DStreamingMemoryObject.h49 mutable std::vector<unsigned char> Bytes;
51 mutable size_t BytesRead; // Bytes read from stream
53 mutable size_t ObjectSize; // 0 if unknown, set if wrapper seen or EOF reached
54 mutable bool EOFReached;
/external/clang/include/clang/AST/
H A DNSAPI.h235 mutable IdentifierInfo *ClassIds[NumClassIds];
237 mutable Selector NSStringSelectors[NumNSStringMethods];
240 mutable Selector NSArraySelectors[NumNSArrayMethods];
243 mutable Selector NSDictionarySelectors[NumNSDictionaryMethods];
246 mutable Selector NSSetSelectors[NumNSSetMethods];
249 mutable Selector NSNumberClassSelectors[NumNSNumberLiteralMethods];
250 mutable Selector NSNumberInstanceSelectors[NumNSNumberLiteralMethods];
252 mutable Selector objectForKeyedSubscriptSel, objectAtIndexedSubscriptSel,
256 mutable IdentifierInfo *BOOLId, *NSIntegerId, *NSUIntegerId;
257 mutable IdentifierInf
[all...]
/external/flatbuffers/tests/
H A Dgenerate_code.sh17 ../flatc --cpp --java --csharp --go --binary --python --js --ts --php --grpc --gen-mutable --reflect-names --gen-object-api --no-includes --cpp-ptr-type flatbuffers::unique_ptr --no-fb-import -I include_test monster_test.fbs monsterdata_test.json
18 ../flatc --cpp --java --csharp --go --binary --python --js --ts --php --gen-mutable --reflect-names --no-fb-import --cpp-ptr-type flatbuffers::unique_ptr -o namespace_test namespace_test/namespace_test1.fbs namespace_test/namespace_test2.fbs
19 ../flatc --cpp --js --ts --php --gen-mutable --reflect-names --gen-object-api --cpp-ptr-type flatbuffers::unique_ptr -o union_vector ./union_vector/union_vector.fbs
23 ../flatc --cpp --gen-mutable --reflect-names --gen-object-api --cpp-ptr-type flatbuffers::unique_ptr monster.fbs
/external/piex/src/binary_parse/
H A Dcached_paged_byte_array.h64 mutable std::mutex mutex_;
67 mutable std::vector<CachedPage> cached_pages_;

Completed in 826 milliseconds

1234567891011>>