Home
last modified time | relevance | path

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

1234567

/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Doptimizer.cpp24 struct Optimizer::PassToken::Impl { struct in spvtools::Optimizer::PassToken
25 Impl(std::unique_ptr<opt::Pass> p) : pass(std::move(p)) {} in Impl() argument
27 std::unique_ptr<opt::Pass> pass; // Internal implementation pass.
43 struct Optimizer::Impl { struct in spvtools::Optimizer
44 explicit Impl(spv_target_env env) : target_env(env), pass_manager() {} in Impl() function
46 const spv_target_env target_env; // Target environment.
47 opt::PassManager pass_manager; // Internal implementation pass manager.
/third_party/spirv-tools/source/lint/
Dlinter.cpp19 struct Linter::Impl { struct in spvtools::Linter
20 explicit Impl(spv_target_env env) : target_env(env) { in Impl() argument
26 spv_target_env target_env; // Target environment.
27 MessageConsumer message_consumer; // Message consumer.
/third_party/skia/third_party/externals/spirv-tools/source/lint/
Dlinter.cpp26 struct Linter::Impl { struct in spvtools::Linter
27 explicit Impl(spv_target_env env) : target_env(env) { in Impl() function
33 spv_target_env target_env; // Target environment.
34 MessageConsumer message_consumer; // Message consumer.
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/lint/
Dlinter.cpp26 struct Linter::Impl { struct in spvtools::Linter
27 explicit Impl(spv_target_env env) : target_env(env) { in Impl() function
33 spv_target_env target_env; // Target environment.
34 MessageConsumer message_consumer; // Message consumer.
/third_party/skia/src/pdf/
DSkDeflate.cpp60 struct SkDeflateWStream::Impl { struct in SkDeflateWStream
70 : fImpl(std::make_unique<SkDeflateWStream::Impl>()) { in SkDeflateWStream()
/third_party/flutter/skia/src/pdf/
DSkDeflate.cpp59 struct SkDeflateWStream::Impl { struct in SkDeflateWStream
69 : fImpl(skstd::make_unique<SkDeflateWStream::Impl>()) { in SkDeflateWStream()
/third_party/flutter/skia/third_party/externals/spirv-tools/source/
Dlibspirv.cpp22 struct SpirvTools::Impl { struct in spvtools::SpirvTools
23 explicit Impl(spv_target_env env) : context(spvContextCreate(env)) { in Impl() function
28 ~Impl() { spvContextDestroy(context); } in ~Impl()
30 spv_context context; // C interface context object.
/third_party/boost/libs/optional/test/
Dtestable_classes.hpp41 struct Impl : Abstract struct
44 Impl(int v) : val_(v) {} in Impl() function
58 typedef Impl type; argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dlibspirv.cpp52 struct SpirvTools::Impl { struct in spvtools::SpirvTools
53 explicit Impl(spv_target_env env) : context(spvContextCreate(env)) { in Impl() function
58 ~Impl() { spvContextDestroy(context); } in ~Impl()
60 spv_context context; // C interface context object.
/third_party/spirv-tools/source/
Dlibspirv.cpp52 struct SpirvTools::Impl { struct in spvtools::SpirvTools
53 explicit Impl(spv_target_env env) : context(spvContextCreate(env)) { in Impl() argument
58 ~Impl() { spvContextDestroy(context); } in ~Impl()
60 spv_context context; // C interface context object.
/third_party/skia/third_party/externals/spirv-tools/source/
Dlibspirv.cpp52 struct SpirvTools::Impl { struct in spvtools::SpirvTools
53 explicit Impl(spv_target_env env) : context(spvContextCreate(env)) { in Impl() argument
58 ~Impl() { spvContextDestroy(context); } in ~Impl()
60 spv_context context; // C interface context object.
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dhash_policy_traits.h43 static key_type& Impl(Key&& k, int) { in Impl() function
50 static Key Impl(Key&& k, char) { in Impl() function
/third_party/abseil-cpp/absl/container/internal/
Dhash_policy_traits.h43 static key_type& Impl(Key&& k, int) { in Impl() function
50 static Key Impl(Key&& k, char) { in Impl() function
/third_party/spirv-tools/source/opt/
Doptimizer.cpp35 struct Optimizer::PassToken::Impl { struct in spvtools::Optimizer::PassToken
36 Impl(std::unique_ptr<opt::Pass> p) : pass(std::move(p)) {} in Impl() function
38 std::unique_ptr<opt::Pass> pass; // Internal implementation pass.
58 struct Optimizer::Impl { struct in spvtools::Optimizer
59 explicit Impl(spv_target_env env) : target_env(env), pass_manager() {} in Impl() argument
61 spv_target_env target_env; // Target environment.
62 opt::PassManager pass_manager; // Internal implementation pass manager.
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Doptimizer.cpp35 struct Optimizer::PassToken::Impl { struct in spvtools::Optimizer::PassToken
36 Impl(std::unique_ptr<opt::Pass> p) : pass(std::move(p)) {} in Impl() argument
38 std::unique_ptr<opt::Pass> pass; // Internal implementation pass.
58 struct Optimizer::Impl { struct in spvtools::Optimizer
59 explicit Impl(spv_target_env env) : target_env(env), pass_manager() {} in Impl() function
61 spv_target_env target_env; // Target environment.
62 opt::PassManager pass_manager; // Internal implementation pass manager.
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Doptimizer.cpp35 struct Optimizer::PassToken::Impl { struct in spvtools::Optimizer::PassToken
36 Impl(std::unique_ptr<opt::Pass> p) : pass(std::move(p)) {} in Impl() argument
38 std::unique_ptr<opt::Pass> pass; // Internal implementation pass.
58 struct Optimizer::Impl { struct in spvtools::Optimizer
59 explicit Impl(spv_target_env env) : target_env(env), pass_manager() {} in Impl() argument
61 spv_target_env target_env; // Target environment.
62 opt::PassManager pass_manager; // Internal implementation pass manager.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/WindowsManifest/
DWindowsManifestMerger.h60 std::unique_ptr<WindowsManifestMergerImpl> Impl; variable
/third_party/flutter/skia/src/gpu/ccpr/
DGrSampleMaskProcessor.cpp13 class GrSampleMaskProcessor::Impl : public GrGLSLGeometryProcessor { class in GrSampleMaskProcessor
15 Impl(std::unique_ptr<Shader> shader) : fShader(std::move(shader)) {} in Impl() function in GrSampleMaskProcessor::Impl
DGrSampleMaskProcessor.h30 class Impl; variable
DGrVSCoverageProcessor.h35 class Impl; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DSignposts.h27 SignpostEmitterImpl *Impl; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/MIRParser/
DMIRParser.h35 std::unique_ptr<MIRParserImpl> Impl; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMagic.h21 enum Impl { enum
59 operator Impl() const { return V; } in Impl() function
/third_party/flutter/engine/flutter/fml/
Dmake_copyable.h30 explicit Impl(T func) : func_(std::move(func)) {} in Impl() function
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
Dconformance_testing.h824 struct Impl { struct
828 void operator()(SmallGenerator small_gen) const { in operator()
834 std::tuple<BigEqClasses...> big_eq_classes;
835 ConformanceErrors* errors;
864 struct Impl { struct
866 void operator()(SmallGenerator small_gen) const { in operator()
873 std::tuple<BigEqClasses...> big_eq_classes;
874 ConformanceErrors* errors;

1234567