Searched defs:Impl (Results 1 - 25 of 59) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebScopedMicrotaskSuppression.cpp40 class WebScopedMicrotaskSuppression::Impl : public WebCore::V8RecursionScope::MicrotaskSuppression { }; class in class:WebKit::WebScopedMicrotaskSuppression
46 m_impl.reset(new Impl());
/external/llvm/include/llvm/Transforms/Utils/
H A DSimplifyLibCalls.h30 /// Impl - A pointer to the actual implementation of the library call
32 LibCallSimplifierImpl *Impl; member in class:llvm::LibCallSimplifier
/external/clang/include/clang/AST/
H A DParentMap.h22 void* Impl; member in class:clang::ParentMap
/external/llvm/include/llvm/Object/
H A DError.h25 enum Impl { enum in struct:llvm::object::object_error
32 Impl V;
34 object_error(Impl V) : V(V) {}
35 operator Impl() const { return V; }
46 template <> struct is_error_code_enum<object::object_error::Impl> : true_type {
/external/chromium_org/third_party/skia/src/core/
H A DSkRefDict.cpp13 struct SkRefDict::Impl { struct in class:SkRefDict
14 Impl* fNext;
30 Impl* rec = fImpl;
45 Impl* rec = fImpl;
46 Impl* prev = NULL;
72 rec = new Impl;
81 Impl* rec = fImpl;
83 Impl* next = rec->fNext;
/external/skia/src/core/
H A DSkRefDict.cpp13 struct SkRefDict::Impl { struct in class:SkRefDict
14 Impl* fNext;
30 Impl* rec = fImpl;
45 Impl* rec = fImpl;
46 Impl* prev = NULL;
72 rec = new Impl;
81 Impl* rec = fImpl;
83 Impl* next = rec->fNext;
/external/clang/test/SemaTemplate/
H A Dqualified-id.cpp23 class Impl { class in namespace:test2
27 template <class T> class Magic : public Impl {
29 return Impl::foo();
/external/llvm/include/llvm/Analysis/
H A DLibCallSemantics.h129 mutable void *Impl; member in class:llvm::LibCallInfo
133 LibCallInfo() : Impl(0), Locations(0), NumLocations(0) {}
/external/llvm/include/llvm/Support/
H A DCrashRecoveryContext.h46 void *Impl; member in class:llvm::CrashRecoveryContext
50 CrashRecoveryContext() : Impl(0), head(0) {}
/external/openfst/src/include/fst/
H A Dinvert.h81 typedef ArcMapFstImpl< A, A, InvertMapper<A> > Impl; typedef in class:fst::InvertFst
82 using ImplToFst<Impl>::GetImpl;
H A Dproject.h101 typedef ArcMapFstImpl< A, A, ProjectMapper<A> > Impl; typedef in class:fst::ProjectFst
102 using ImplToFst<Impl>::GetImpl;
H A Dcomplement.h150 typedef ComplementFstImpl<A> Impl; typedef in class:fst::ComplementFst
153 : ImplToFst<Impl>(new Impl(fst)) {
164 : ImplToFst<Impl>(fst, safe) {}
182 Impl *GetImpl() const { return ImplToFst<Impl>::GetImpl(); }
H A Drational.h278 typedef RationalFstImpl<A> Impl; typedef in class:fst::RationalFst
290 : ImplToFst<Impl>(new Impl(RationalFstOptions())) {}
293 : ImplToFst<Impl>(new Impl(opts)) {}
297 : ImplToFst<Impl>(fst, safe) {}
301 Impl *GetImpl() const { return ImplToFst<Impl>::GetImpl(); }
H A Dconst-fst.h266 typedef ConstFstImpl<A, U> Impl; typedef in class:fst::ConstFst
269 ConstFst() : ImplToExpandedFst<Impl>(new Impl()) {}
272 : ImplToExpandedFst<Impl>(new Impl(fst)) {}
274 ConstFst(const ConstFst<A, U> &fst) : ImplToExpandedFst<Impl>(fst) {}
283 Impl* impl = Impl::Read(strm, opts);
290 Impl* impl = ImplToExpandedFst<Impl>
[all...]
H A Dfactor-weight.h408 typedef FactorWeightFstImpl<A, F> Impl; typedef in class:fst::FactorWeightFst
411 : ImplToFst<Impl>(new Impl(fst, FactorWeightOptions<A>())) {}
414 : ImplToFst<Impl>(new Impl(fst, opts)) {}
418 : ImplToFst<Impl>(fst, copy) {}
433 Impl *GetImpl() const { return ImplToFst<Impl>::GetImpl(); }
/external/chromium_org/content/browser/renderer_host/media/
H A Dweb_contents_audio_input_stream.cc23 class WebContentsAudioInputStream::Impl class in class:content::WebContentsAudioInputStream
24 : public base::RefCountedThreadSafe<WebContentsAudioInputStream::Impl>,
28 Impl(int render_process_id, int render_view_id,
53 friend class base::RefCountedThreadSafe<WebContentsAudioInputStream::Impl>;
62 virtual ~Impl();
104 DISALLOW_COPY_AND_ASSIGN(Impl);
107 WebContentsAudioInputStream::Impl::Impl( function in class:content::WebContentsAudioInputStream::Impl
121 // WAIS::Impl can be constructed on any thread, but will DCHECK that all
126 WebContentsAudioInputStream::Impl
[all...]
H A Dweb_contents_video_capture_device.cc953 // WebContentsVideoCaptureDevice::Impl manages a simple state machine and the
957 class WebContentsVideoCaptureDevice::Impl : public base::SupportsWeakPtr<Impl> { class in class:content::WebContentsVideoCaptureDevice
960 Impl(int render_process_id, int render_view_id);
961 virtual ~Impl();
963 // Asynchronous requests to change WebContentsVideoCaptureDevice::Impl state.
988 // It will assign the capture machine to the Impl class if it still exists
991 base::WeakPtr<WebContentsVideoCaptureDevice::Impl> impl,
1023 DISALLOW_COPY_AND_ASSIGN(Impl);
1026 WebContentsVideoCaptureDevice::Impl function in class:content::WebContentsVideoCaptureDevice::Impl
[all...]
/external/chromium_org/ui/views/corewm/
H A Dshadow_controller.cc73 // ShadowController::Impl ------------------------------------------------------
77 // only a single Impl (as it observes all window creation by way of an
79 class ShadowController::Impl : class in class:views::corewm::ShadowController
82 public base::RefCounted<Impl> {
85 static Impl* GetInstance();
100 friend class base::RefCounted<Impl>;
106 Impl();
107 virtual ~Impl();
136 static Impl* instance_;
138 DISALLOW_COPY_AND_ASSIGN(Impl);
236 ShadowController::Impl::Impl() function in class:views::corewm::ShadowController::Impl
[all...]
/external/llvm/lib/IR/
H A DPassRegistry.cpp77 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(pImpl); local
79 for (std::vector<const PassInfo*>::iterator I = Impl->ToFree.begin(),
80 E = Impl->ToFree.end(); I != E; ++I)
83 delete Impl;
89 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl()); local
90 PassRegistryImpl::MapType::const_iterator I = Impl->PassInfoMap.find(TI);
91 return I != Impl->PassInfoMap.end() ? I->second : 0;
96 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl()); local
98 I = Impl->PassInfoStringMap.find(Arg);
99 return I != Impl
108 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl()); local
125 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl()); local
137 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl()); local
170 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl()); local
185 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl()); local
191 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl()); local
[all...]
/external/chromium_org/third_party/skia/src/ports/
H A DSkXMLPullParser_expat.cpp126 struct SkXMLPullParser::Impl { struct in class:SkXMLPullParser
143 fImpl = new Impl;
/external/clang/lib/ARCMigrate/
H A DInternals.h52 void *Impl; // TransformActionsImpl. member in class:clang::arcmt::TransformActions
/external/llvm/include/llvm/CodeGen/
H A DPasses.h108 PassConfigImpl *Impl; // Internal data structures member in class:llvm::TargetPassConfig
/external/skia/src/ports/
H A DSkXMLPullParser_expat.cpp126 struct SkXMLPullParser::Impl { struct in class:SkXMLPullParser
143 fImpl = new Impl;
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Drational.h245 RationalFstImpl<A> *Impl() { return impl_; } function in class:fst::RationalFst
H A Dsymbol-table.h309 const SymbolTableImpl* Impl() const { function in class:fst::SymbolTable
328 impl_ = symbol_table.Impl();

Completed in 654 milliseconds

123