/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/ |
D | optimizer.cpp | 24 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/ |
D | linter.cpp | 19 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/ |
D | linter.cpp | 26 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/ |
D | linter.cpp | 26 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/ |
D | SkDeflate.cpp | 60 struct SkDeflateWStream::Impl { struct in SkDeflateWStream 70 : fImpl(std::make_unique<SkDeflateWStream::Impl>()) { in SkDeflateWStream()
|
/third_party/flutter/skia/src/pdf/ |
D | SkDeflate.cpp | 59 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/ |
D | libspirv.cpp | 22 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/ |
D | testable_classes.hpp | 41 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/ |
D | libspirv.cpp | 52 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/ |
D | libspirv.cpp | 52 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/ |
D | libspirv.cpp | 52 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/ |
D | hash_policy_traits.h | 43 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/ |
D | hash_policy_traits.h | 43 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/ |
D | optimizer.cpp | 35 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/ |
D | optimizer.cpp | 35 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/ |
D | optimizer.cpp | 35 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/ |
D | WindowsManifestMerger.h | 60 std::unique_ptr<WindowsManifestMergerImpl> Impl; variable
|
/third_party/flutter/skia/src/gpu/ccpr/ |
D | GrSampleMaskProcessor.cpp | 13 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
|
D | GrSampleMaskProcessor.h | 30 class Impl; variable
|
D | GrVSCoverageProcessor.h | 35 class Impl; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Signposts.h | 27 SignpostEmitterImpl *Impl; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/MIRParser/ |
D | MIRParser.h | 35 std::unique_ptr<MIRParserImpl> Impl; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | Magic.h | 21 enum Impl { enum 59 operator Impl() const { return V; } in Impl() function
|
/third_party/flutter/engine/flutter/fml/ |
D | make_copyable.h | 30 explicit Impl(T func) : func_(std::move(func)) {} in Impl() function
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/ |
D | conformance_testing.h | 824 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;
|