Searched defs:Persistent (Results 1 – 3 of 3) sorted by relevance
/external/v8/include/ |
D | v8.h | 120 class Persistent; variable 313 template<class F, class M> friend class Persistent; variable 621 template<class F1, class F2> friend class Persistent; variable 692 V8_INLINE Persistent() : PersistentBase<T>(0) { } in Persistent() function 699 V8_INLINE Persistent(Isolate* isolate, Local<S> that) in Persistent() function 709 V8_INLINE Persistent(Isolate* isolate, const Persistent<S, M2>& that) in Persistent() function 719 V8_INLINE Persistent(const Persistent& that) : PersistentBase<T>(0) { in Persistent() function 723 V8_INLINE Persistent(const Persistent<S, M2>& that) : PersistentBase<T>(0) { in Persistent() function 764 template<class F1, class F2> friend class Persistent; variable 767 explicit V8_INLINE Persistent(T* that) : PersistentBase<T>(that) {} in Persistent() function [all …]
|
/external/clang/tools/libclang/ |
D | Indexing.cpp | 601 bool Persistent = requestedToGetTU; in clang_indexSourceFile_Impl() local
|
/external/clang/lib/Frontend/ |
D | ASTUnit.cpp | 1727 ASTUnit *Unit, bool Persistent, StringRef ResourceFilesPath, in LoadFromCompilerInvocationAction()
|