Searched refs:Impl (Results 1 - 25 of 83) sorted by relevance

1234

/external/chromium/chrome/browser/chromeos/input_method/
H A Dcandidate_window.h30 class Impl;
31 Impl* impl_;
H A Dcandidate_window.cc559 class CandidateWindowController::Impl : public CandidateWindowView::Observer { class in class:chromeos::CandidateWindowController
561 Impl();
562 virtual ~Impl();
1255 bool CandidateWindowController::Impl::Init() {
1259 &CandidateWindowController::Impl::OnHideAuxiliaryText;
1261 &CandidateWindowController::Impl::OnHideLookupTable;
1263 &CandidateWindowController::Impl::OnSetCursorLocation;
1265 &CandidateWindowController::Impl::OnUpdateAuxiliaryText;
1267 &CandidateWindowController::Impl::OnUpdateLookupTable;
1275 &CandidateWindowController::Impl
1303 CandidateWindowController::Impl::Impl() function in class:chromeos::CandidateWindowController::Impl
[all...]
/external/llvm/lib/VMCore/
H A DPassRegistry.cpp76 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(pImpl); local
78 for (std::vector<const PassInfo*>::iterator I = Impl->ToFree.begin(),
79 E = Impl->ToFree.end(); I != E; ++I)
82 delete Impl;
88 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl()); local
89 PassRegistryImpl::MapType::const_iterator I = Impl->PassInfoMap.find(TI);
90 return I != Impl->PassInfoMap.end() ? I->second : 0;
95 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl()); local
97 I = Impl->PassInfoStringMap.find(Arg);
98 return I != Impl
107 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl()); local
124 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl()); local
136 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl()); local
169 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl()); local
184 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl()); local
190 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl()); local
[all...]
/external/skia/include/core/
H A DSkRefDict.h50 struct Impl;
51 Impl* fImpl;
/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;
71 rec = new Impl;
80 Impl* rec = fImpl;
82 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/lib/Analysis/
H A DLibCallSemantics.cpp28 delete getMap(Impl);
45 StringMap<const LibCallFunctionInfo*> *Map = getMap(Impl);
50 Impl = Map = new StringMap<const LibCallFunctionInfo*>();
/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/openfst/src/include/fst/
H A Dmatcher-fst.h70 typedef AddOnImpl<typename M::FST, D> Impl; typedef in class:fst::NullMatcherFstInit
71 NullMatcherFstInit(Impl **) {}
92 typedef AddOnImpl<F, D> Impl; typedef in class:fst::MatcherFst
94 MatcherFst() : ImplToExpandedFst<Impl>(new Impl(F(), N)) {}
97 : ImplToExpandedFst<Impl>(CreateImpl(fst, N)) {}
100 : ImplToExpandedFst<Impl>(CreateImpl(fst, N)) {}
104 : ImplToExpandedFst<Impl>(fst, safe) {}
114 Impl *impl = Impl
[all...]
H A Dconst-fst.h265 typedef ConstFstImpl<A, U> Impl; typedef in class:fst::ConstFst
268 ConstFst() : ImplToExpandedFst<Impl>(new Impl()) {}
271 : ImplToExpandedFst<Impl>(new Impl(fst)) {}
273 ConstFst(const ConstFst<A, U> &fst) : ImplToExpandedFst<Impl>(fst) {}
282 Impl* impl = Impl::Read(strm, opts);
289 Impl* impl = ImplToExpandedFst<Impl>
[all...]
H A Drelabel.h392 typedef RelabelFstImpl<A> Impl; typedef in class:fst::RelabelFst
397 : ImplToFst<Impl>(new Impl(fst, ipairs, opairs, RelabelFstOptions())) {}
403 : ImplToFst<Impl>(new Impl(fst, ipairs, opairs, opts)) {}
408 : ImplToFst<Impl>(new Impl(fst, fst.InputSymbols(), new_isymbols,
416 : ImplToFst<Impl>(new Impl(fst, fst.InputSymbols(), new_isymbols,
424 : ImplToFst<Impl>(ne
[all...]
H A Dedit-fst.h692 typedef EditFstImpl<A, WrappedFstT, MutableFstT> Impl; typedef in class:fst::EditFst
694 EditFst() : ImplToMutableFst<Impl>(new Impl()) {}
697 ImplToMutableFst<Impl>(new Impl(fst)) {}
700 ImplToMutableFst<Impl>(new Impl(fst)) {}
704 ImplToMutableFst<Impl>(fst, safe) {}
721 SetImpl(new Impl(fst));
730 Impl* imp
[all...]
H A Dstate-map.h335 typedef StateMapFstImpl<A, B, C> Impl; typedef in class:fst::StateMapFst
339 : ImplToFst<Impl>(new Impl(fst, mapper, opts)) {}
342 : ImplToFst<Impl>(new Impl(fst, mapper, opts)) {}
345 : ImplToFst<Impl>(new Impl(fst, mapper, StateMapFstOptions())) {}
348 : ImplToFst<Impl>(new Impl(fst, mapper, StateMapFstOptions())) {}
352 : ImplToFst<Impl>(fs
[all...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h382 ImplTy Impl; member in class:clang::ento::ExplodedNodeSet
387 Impl.insert(N);
393 if (N && !static_cast<ExplodedNode*>(N)->isSink()) Impl.insert(N);
399 unsigned size() const { return Impl.size(); }
400 bool empty() const { return Impl.empty(); }
401 bool erase(ExplodedNode *N) { return Impl.erase(N); }
403 void clear() { Impl.clear(); }
407 Impl = S.Impl;
409 Impl
[all...]
/external/clang/lib/AST/
H A DParentMap.cpp35 ParentMap::ParentMap(Stmt* S) : Impl(0) {
39 Impl = M;
44 delete (MapTy*) Impl;
49 BuildParentMap(*(MapTy*) Impl, S);
54 MapTy* M = (MapTy*) Impl;
/external/chromium/testing/gmock/include/gmock/
H A Dgmock-actions.h349 template <typename Impl>
352 explicit PolymorphicAction(const Impl& impl) : impl_(impl) {}
366 explicit MonomorphicImpl(const Impl& impl) : impl_(impl) {}
373 Impl impl_;
378 Impl impl_;
391 // easier to use than the PolymorphicAction<Impl> constructor as it
397 template <typename Impl>
398 inline PolymorphicAction<Impl> MakePolymorphicAction(const Impl& impl) {
399 return PolymorphicAction<Impl>(imp
478 class Impl : public ActionInterface<F> { class in class:testing::internal::ReturnAction
490 explicit Impl(R value) function in class:testing::internal::ReturnAction::Impl
555 class Impl : public ActionInterface<F> { class in class:testing::internal::ReturnRefAction
560 explicit Impl(T& ref) : ref_(ref) {} // NOLINT function in class:testing::internal::ReturnRefAction::Impl
604 class Impl : public ActionInterface<F> { class in class:testing::internal::ReturnRefOfCopyAction
609 explicit Impl(const T& value) : value_(value) {} // NOLINT function in class:testing::internal::ReturnRefOfCopyAction::Impl
794 class Impl : public ActionInterface<F> { class in class:testing::internal::IgnoreResultAction
799 explicit Impl(const A& action) : action_(action) {} function in class:testing::internal::IgnoreResultAction::Impl
867 class Impl : public ActionInterface<F> { class in class:testing::internal::DoBothAction
873 Impl(const Action<VoidResult>& action1, const Action<F>& action2) function in class:testing::internal::DoBothAction::Impl
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Ddifference.h46 using ComposeFst<A>::Impl;
61 Impl()->SetProperties(DifferenceProperties(props1, props2),
75 Impl()->SetProperties(DifferenceProperties(props1, props2),
H A Dintersect.h43 using ComposeFst<A>::Impl;
55 Impl()->SetProperties(IntersectProperties(props1, props2),
67 Impl()->SetProperties(IntersectProperties(props1, props2),
H A Dclosure.h69 fst->Impl()->AddClosure(closure_type);
98 using RationalFst<A>::Impl;
103 Impl()->InitClosure(fst, closure_type);
108 Impl()->InitClosure(fst, opts.type);
H A Dconcat.h86 fst1->Impl()->AddConcat(fst2);
107 using RationalFst<A>::Impl;
114 Impl()->InitConcat(fst1, fst2);
119 Impl()->InitConcat(fst1, fst2);
H A Dunion.h88 fst1->Impl()->AddUnion(fst2);
109 using RationalFst<A>::Impl;
116 Impl()->InitUnion(fst1, fst2);
121 Impl()->InitUnion(fst1, fst2);
/external/clang/include/clang/AST/
H A DParentMap.h22 void* Impl; member in class:clang::ParentMap
/external/clang/lib/ARCMigrate/
H A DTransformActions.cpp604 Impl = new TransformActionsImpl(capturedDiags, ctx, PP);
608 delete static_cast<TransformActionsImpl*>(Impl);
612 static_cast<TransformActionsImpl*>(Impl)->startTransaction();
616 return static_cast<TransformActionsImpl*>(Impl)->commitTransaction();
620 static_cast<TransformActionsImpl*>(Impl)->abortTransaction();
625 static_cast<TransformActionsImpl*>(Impl)->insert(loc, text);
630 static_cast<TransformActionsImpl*>(Impl)->insertAfterToken(loc, text);
634 static_cast<TransformActionsImpl*>(Impl)->remove(range);
638 static_cast<TransformActionsImpl*>(Impl)->removeStmt(S);
642 static_cast<TransformActionsImpl*>(Impl)
[all...]
/external/llvm/lib/Support/
H A DCrashRecoveryContext.cpp79 CrashRecoveryContextImpl *CRCI = (CrashRecoveryContextImpl *) Impl;
171 // there may not actually be an Impl available, or even a current
299 assert(!Impl && "Crash recovery context already initialized!");
301 Impl = CRCI;
313 CrashRecoveryContextImpl *CRCI = (CrashRecoveryContextImpl *) Impl;
319 CrashRecoveryContextImpl *CRC = (CrashRecoveryContextImpl *) Impl;
/external/clang/include/clang/Analysis/
H A DCFG.h272 ImplTy Impl; member in class:clang::CFGBlock::ElementList
274 ElementList(BumpVectorContext &C) : Impl(C, 4) {}
281 void push_back(CFGElement e, BumpVectorContext &C) { Impl.push_back(e, C); }
284 return Impl.insert(I, Cnt, E, C);
287 CFGElement front() const { return Impl.back(); }
288 CFGElement back() const { return Impl.front(); }
290 iterator begin() { return Impl.rbegin(); }
291 iterator end() { return Impl.rend(); }
292 const_iterator begin() const { return Impl.rbegin(); }
293 const_iterator end() const { return Impl
[all...]

Completed in 326 milliseconds

1234