HomeSort by relevance Sort by last modified time
    Searched refs:mutable (Results 601 - 625 of 1023) sorted by null

<<21222324252627282930>>

  /external/lldb/source/Core/
ConstString.cpp 173 mutable Mutex m_mutex;
  /external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DynamicLoaderDarwinKernel.h 368 mutable lldb_private::Mutex m_mutex;
  /external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DynamicLoaderMacOSXDYLD.h 373 mutable lldb_private::Mutex m_mutex;
  /external/lldb/source/Plugins/ObjectFile/ELF/
ObjectFileELF.h 198 mutable std::unique_ptr<lldb_private::FileSpecList> m_filespec_ap;
  /external/llvm/include/llvm/ADT/
EquivalenceClasses.h 71 mutable const ECValue *Leader, *Next;
  /external/llvm/include/llvm/ExecutionEngine/Orc/
LazyEmittingLayer.h 216 mutable std::unique_ptr<StringMap<const GlobalValue*>> MangledSymbols;
  /external/llvm/include/llvm/IR/
DataLayout.h 148 mutable void *LayoutMap;
Instruction.h 48 mutable ilist_half_node<Instruction> Sentinel;
LegacyPassManagers.h 262 mutable DenseMap<AnalysisID, const PassInfo *> AnalysisPassInfos;
  /external/llvm/include/llvm/Support/
SourceMgr.h 69 mutable void *LineNoCache;
  /external/openfst/src/include/fst/
cache.h 485 mutable bool cache_start_; // Is the start state cached?
488 mutable StateId min_unexpanded_state_id_; // minimum never-expanded state Id
628 mutable uint32 flags;
629 mutable int ref_count;
752 // Use this to make a mutable arc iterator for a CacheBaseImpl-derived Fst,
complement.h 317 mutable A arc_;
concat.h 28 #include <fst/mutable-fst.h>
lookahead-matcher.h 331 mutable M matcher_;
572 mutable M matcher_;
577 mutable bool reach_set_state_; // reachable_.SetState called?
805 mutable bool lookahead_;
string.h 28 #include <fst/mutable-fst.h>
visit.h 27 #include <fst/mutable-fst.h>
193 // Copies input FST to mutable FST following queue order.
  /external/openfst/src/include/fst/extensions/far/
stlist.h 260 mutable EntryType *entry_; // Pointer to the currently read entry
  /external/openfst/src/include/fst/script/
compile-impl.h 200 mutable VectorFst<A> fst_;
fst-class.h 23 #include <fst/mutable-fst.h>
107 // Warning: calling this method casts the FST to a mutable FST.
112 // Warning: calling this method casts the FST to a mutable FST.
  /external/protobuf/src/google/protobuf/
unknown_field_set.h 107 // Get a mutable pointer to a field in the set, where
214 mutable union {
  /external/skia/include/core/
SkImageDecoder.h 411 mutable bool fShouldCancelDecode;
  /external/skia/src/animator/
SkScript2.h 209 mutable Primed fPrimed : 1; // mark when next instruction generates branch
  /external/skia/src/gpu/gl/
GrGLCaps.h 372 mutable SkTHashMap<ReadPixelsSupportedFormat, bool> fReadPixelsSupportedCache;
  /external/skia/src/ports/
SkFontMgr_fontconfig.cpp 412 mutable SkAutoFcPattern fPattern;
452 mutable SkAutoFcConfig fFC;
573 mutable SkMutex fTFCacheMutex;
574 mutable SkTypefaceCache fTFCache;
    [all...]
  /external/skia/tests/
TDPQueueTest.cpp 70 mutable int fIndex;

Completed in 1094 milliseconds

<<21222324252627282930>>