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

<<21222324252627282930>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/list_update_map_/
lu_map_.hpp 337 mutable entry_pointer m_p_l;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/list_update_map_/
lu_map_.hpp 325 mutable entry_pointer m_p_l;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/list_update_map_/
lu_map_.hpp 337 mutable entry_pointer m_p_l;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/list_update_map_/
lu_map_.hpp 325 mutable entry_pointer m_p_l;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/list_update_map_/
lu_map_.hpp 325 mutable entry_pointer m_p_l;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/list_update_map_/
lu_map_.hpp 325 mutable entry_pointer m_p_l;
  /art/compiler/driver/
compiler_driver.h 628 mutable ReaderWriterMutex freezing_constructor_lock_ DEFAULT_MUTEX_ACQUIRED_AFTER;
633 mutable Mutex compiled_classes_lock_ DEFAULT_MUTEX_ACQUIRED_AFTER;
638 mutable Mutex compiled_methods_lock_ DEFAULT_MUTEX_ACQUIRED_AFTER;
    [all...]
  /external/clang/include/clang/Sema/
AttributeList.h 103 mutable unsigned Invalid : 1;
106 mutable unsigned UsedAsTypeAttr : 1;
800 mutable AttributePool pool;
  /external/llvm/include/llvm/Support/
GenericDomTree.h 73 mutable int DFSNumIn, DFSNumOut;
220 mutable bool DFSInfoValid;
221 mutable unsigned int SlowQueries;
  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.h 146 mutable int _cached_size_;
260 mutable int _cached_size_;
360 mutable int _cached_size_;
390 return file_to_generate_.Mutable(index);
394 file_to_generate_.Mutable(index)->assign(value);
397 file_to_generate_.Mutable(index)->assign(value);
401 file_to_generate_.Mutable(index)->assign(
520 return proto_file_.Mutable(index);
    [all...]
  /external/tinyxml2/
tinyxml2.h 594 mutable StrPair value;
829 mutable StrPair name;
830 mutable StrPair value;
    [all...]
  /frameworks/base/include/androidfw/
ResourceTypes.h 525 mutable Mutex mDecodeLock;
529 char16_t mutable** mCache;
    [all...]
  /external/openfst/src/include/fst/
arc-map.h 34 #include <fst/mutable-fst.h>
856 mutable bool error_;
963 mutable bool error_;
    [all...]
  /art/compiler/dex/
local_value_numbering.h 405 mutable ScopedArenaVector<uint16_t> merge_names_;
  /art/runtime/
instrumentation.h 484 mutable ReaderWriterMutex deoptimized_methods_lock_ DEFAULT_MUTEX_ACQUIRED_AFTER;
  /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/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 63 mutable ExplodedGraph G;
  /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 442 struct Mutable { constexpr Mutable(int n) : k(n) {} mutable int k; };
465 // Can't fold return value due to 'mutable'.
468 int mutable_() { constexpr Mutable a = { f(103) }; return a.k; }
  /external/clang/test/OpenMP/
for_reduction_messages.cpp 13 mutable int a;
for_simd_firstprivate_messages.cpp 13 mutable int a;
for_simd_reduction_messages.cpp 13 mutable int a;
parallel_for_reduction_messages.cpp 13 mutable int a;

Completed in 1567 milliseconds

<<21222324252627282930>>