Searched defs:Persistent (Results 1 – 4 of 4) sorted by relevance
| /external/e2fsprogs/scrub/ |
| D | e2scrub_all.timer.in | 8 Persistent=true key
|
| /external/v8/include/ |
| D | v8.h | 100 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/ |
| D | Indexing.cpp | 554 bool Persistent = requestedToGetTU; in clang_indexSourceFile_Impl() local
|
| /external/clang/lib/Frontend/ |
| D | ASTUnit.cpp | 1735 ASTUnit *Unit, bool Persistent, StringRef ResourceFilesPath, in LoadFromCompilerInvocationAction()
|