Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/
DAsyncFileSystem.h55 Persistent, enumerator
/external/v8/include/
Dv8.h103 template <class T> class Persistent; variable
334 template <class S> inline Persistent(Persistent<S> that) in Persistent() function
344 template <class S> inline Persistent(S* that) : Handle<T>(that) { } in Persistent() function
350 template <class S> explicit inline Persistent(Handle<S> that) in Persistent() function
3306 template <class T> friend class Persistent; variable
/external/clang/tools/libclang/
DIndexing.cpp636 bool Persistent = requestedToGetTU; in clang_indexSourceFile_Impl() local
/external/clang/lib/Frontend/
DASTUnit.cpp1745 bool Persistent, in LoadFromCompilerInvocationAction()