Home
last modified time | relevance | path

Searched defs:Persistent (Results 1 – 4 of 4) sorted by relevance

/external/e2fsprogs/scrub/
De2scrub_all.timer.in8 Persistent=true key
/external/v8/include/
Dv8.h100 class Persistent; variable
313 template<class F, class M> friend class Persistent; variable
604 template<class F1, class F2> friend class Persistent; variable
670 V8_INLINE Persistent() : PersistentBase<T>(nullptr) {} in Persistent() function
677 V8_INLINE Persistent(Isolate* isolate, Local<S> that) in Persistent() function
687 V8_INLINE Persistent(Isolate* isolate, const Persistent<S, M2>& that) in Persistent() function
697 V8_INLINE Persistent(const Persistent& that) : PersistentBase<T>(nullptr) { in Persistent() function
701 V8_INLINE Persistent(const Persistent<S, M2>& that) : PersistentBase<T>(0) { in Persistent() function
743 template<class F1, class F2> friend class Persistent; variable
746 explicit V8_INLINE Persistent(T* that) : PersistentBase<T>(that) {} in Persistent() function
[all …]
/external/clang/tools/libclang/
DIndexing.cpp554 bool Persistent = requestedToGetTU; in clang_indexSourceFile_Impl() local
/external/clang/lib/Frontend/
DASTUnit.cpp1735 ASTUnit *Unit, bool Persistent, StringRef ResourceFilesPath, in LoadFromCompilerInvocationAction()