Searched refs:Impl (Results 101 - 119 of 119) sorted by relevance

12345

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Drmepsilon.h492 RmEpsilonFstImpl<A> *Impl() { return impl_; } function in class:fst::RmEpsilonFst
H A Dsynchronize.h388 SynchronizeFstImpl<A> *Impl() { return impl_; } function in class:fst::SynchronizeFst
H A Dcompose.h753 ComposeFstImplBase<A> *Impl() { return impl_; } function in class:fst::ComposeFst
H A Ddeterminize.h608 DeterminizeFstImplBase<A> *Impl() { return impl_; } function in class:fst::DeterminizeFst
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.databinding_1.4.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2298 Impl = new LibCallSimplifierImpl(DL, TLI, this, UnsafeFPShrink);
2302 delete Impl;
2307 return Impl->optimizeCall(CI);
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h532 ProgramStateRef getPersistentState(ProgramState &Impl);
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp133 else if (ObjCImplDecl *Impl = dyn_cast<ObjCImplDecl>(DC))
134 CurrentClass = Impl->getClassInterface();
3211 else if (ObjCImplDecl *Impl = dyn_cast<ObjCImplDecl>(ClassDecl))
3212 CurrentClass = Impl->getClassInterface();
H A DSemaCodeComplete.cpp4870 if (ObjCCategoryImplDecl *Impl = CatDecl->getImplementation())
4871 AddObjCMethods(Impl, WantInstanceMethods, WantKind, SelIdents,
4883 if (ObjCImplementationDecl *Impl = IFace->getImplementation())
4884 AddObjCMethods(Impl, WantInstanceMethods, WantKind, SelIdents,
6809 if (ObjCImplementationDecl *Impl = dyn_cast<ObjCImplementationDecl>(D)) {
6810 SearchDecl = Impl->getClassInterface();
H A DSemaObjCProperty.cpp2067 else if (ObjCImplDecl *Impl = dyn_cast<ObjCImplDecl>(CD))
2068 CurrentClass = Impl->getClassInterface();
/external/openfst/src/include/fst/
H A Dfst.h686 // This method is needed for Impl's that implement Write methods.
930 ofst->SetImpl(reinterpret_cast<typename G::Impl *>(ifst.GetImpl()), false);
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp166 if (const ObjCImplementationDecl *Impl = dyn_cast<ObjCImplementationDecl>(D))
167 return canModify(Impl->getClassInterface());
/external/clang/include/clang/AST/
H A DASTContext.h2290 const ObjCImplementationDecl *Impl) const;
/external/clang/tools/libclang/
H A DCIndex.cpp4850 if (ObjCCategoryImplDecl *Impl
4852 return MakeCXCursor(Impl, TU);
4870 } else if (ObjCImplementationDecl *Impl = IFace->getImplementation())
4871 return MakeCXCursor(Impl, TU);
/external/chromium_org/third_party/sqlite/src/src/
H A Dos_unix.c4233 static const sqlite3_io_methods *FINDER##Impl(const char *z, unixFile *p){ \
4238 = FINDER##Impl;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c[all...]
/external/sqlite/dist/
H A Dsqlite3.c[all...]
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 936 milliseconds

12345