Home
last modified time | relevance | path

Searched defs:Impl (Results 1 – 25 of 69) sorted by relevance

123

/external/skia/src/core/
DSkRefDict.cpp13 struct SkRefDict::Impl { struct in SkRefDict
14 Impl* fNext;
15 SkString fName;
16 SkRefCnt* fData;
DSkFlate.cpp166 struct SkDeflateWStream::Impl { struct in SkDeflateWStream
174 : fImpl(SkNEW(SkDeflateWStream::Impl)) { in SkDeflateWStream()
/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_test_util_linux.cc228 struct ScopedThread::Impl { struct in ScopedThread
239 void ScopedThread::Impl::HandleEvent(Event *ev) { in HandleEvent()
/external/google-breakpad/src/testing/include/gmock/
Dgmock-actions.h492 explicit Impl(R value) in Impl() function
562 explicit Impl(T& ref) : ref_(ref) {} // NOLINT in Impl() function
611 explicit Impl(const T& value) : value_(value) {} // NOLINT in Impl() function
801 explicit Impl(const A& action) : action_(action) {} in Impl() function
875 Impl(const Action<VoidResult>& action1, const Action<F>& action2) in Impl() function
Dgmock-matchers.h459 explicit Impl(const Matcher<U>& source_matcher) in Impl() function
868 explicit Impl(Super& x) : object_(x) {} // NOLINT in Impl() function
1571 Impl(FloatType rhs, bool nan_eq_nan) : in Impl() function
1681 explicit Impl(const InnerMatcher& matcher) in Impl() function
/external/clang/include/clang/AST/
DParentMap.h22 void* Impl; variable
DASTUnresolvedSet.h89 mutable ASTUnresolvedSet Impl; variable
/external/conscrypt/src/main/java/org/conscrypt/
DFileClientSessionCache.java55 static class Impl implements SSLClientSessionCache { class in FileClientSessionCache
77 Impl(File directory) throws IOException { in Impl() method in FileClientSessionCache.Impl
/external/clang/test/SemaTemplate/
Dqualified-id.cpp23 class Impl { class
/external/openfst/src/include/fst/
Dmatcher-fst.h70 typedef AddOnImpl<typename M::FST, D> Impl; typedef
71 NullMatcherFstInit(Impl **) {} in NullMatcherFstInit() argument
92 typedef AddOnImpl<F, D> Impl; typedef
Dproject.h101 typedef ArcMapFstImpl< A, A, ProjectMapper<A> > Impl; typedef
Dinvert.h81 typedef ArcMapFstImpl< A, A, InvertMapper<A> > Impl; typedef
Dencode.h492 typedef ArcMapFstImpl< A, A, EncodeMapper<A> > Impl; typedef
530 typedef ArcMapFstImpl< A, A, EncodeMapper<A> > Impl; typedef
Dcache.h661 typedef CacheBaseImpl<State> Impl; typedef
718 typedef CacheBaseImpl<State, C> Impl; typedef
763 typedef CacheBaseImpl<State, C> Impl; typedef
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.h184 const TargetLibraryInfoImpl *Impl; variable
187 explicit TargetLibraryInfo(const TargetLibraryInfoImpl &Impl) : Impl(&Impl) {} in TargetLibraryInfo()
DLibCallSemantics.h130 mutable void *Impl; variable
DTargetTransformInfo.h602 T Impl; variable
605 Model(T Impl) : Impl(std::move(Impl)) {} in Model()
775 TargetTransformInfo::TargetTransformInfo(T Impl) in TargetTransformInfo()
/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
DExecutionListBenchmark.java61 enum Impl { enum in ExecutionListBenchmark
DStripedBenchmark.java52 enum Impl { enum in StripedBenchmark
/external/llvm/include/llvm/Support/
DCrashRecoveryContext.h45 void *Impl; variable
/external/clang/include/clang/Basic/
DVirtualFileSystem.h116 std::shared_ptr<detail::DirIterImpl> Impl; // Input iterator semantics on copy variable
/external/clang/include/clang/Frontend/
DUtils.h110 void *Impl; // Opaque implementation variable
/external/clang/lib/ARCMigrate/
DInternals.h51 void *Impl; // TransformActionsImpl. variable
/external/v8/include/
Dv8-util.h39 typedef std::map<K, PersistentContainerValue> Impl; typedef
371 typedef std::vector<PersistentContainerValue> Impl; typedef
/external/guava/guava-tests/benchmark/com/google/common/collect/
DMapBenchmark.java42 public enum Impl { enum in MapBenchmark

123