/third_party/boost/boost/outcome/policy/ |
D | base.hpp | 50 …template <class Impl> static constexpr void _make_ub(Impl &&self) noexcept { return detail::make_u… in _make_ub() 51 …template <class Impl> static constexpr bool _has_value(Impl &&self) noexcept { return self._state.… in _has_value() 52 …template <class Impl> static constexpr bool _has_error(Impl &&self) noexcept { return self._state.… in _has_error() 53 …template <class Impl> static constexpr bool _has_exception(Impl &&self) noexcept { return self._st… in _has_exception() 54 …template <class Impl> static constexpr bool _has_error_is_errno(Impl &&self) noexcept { return sel… in _has_error_is_errno() 56 …template <class Impl> static constexpr void _set_has_value(Impl &&self, bool v) noexcept { self._s… in _set_has_value() 57 …template <class Impl> static constexpr void _set_has_error(Impl &&self, bool v) noexcept { self._s… in _set_has_error() 58 …template <class Impl> static constexpr void _set_has_exception(Impl &&self, bool v) noexcept { sel… in _set_has_exception() 59 …template <class Impl> static constexpr void _set_has_error_is_errno(Impl &&self, bool v) noexcept … in _set_has_error_is_errno() 61 …template <class Impl> static constexpr auto &&_value(Impl &&self) noexcept { return static_cast<Im… in _value() [all …]
|
D | all_narrow.hpp | 45 …template <class Impl> static constexpr void wide_value_check(Impl &&self) { base::narrow_value_che… in wide_value_check() 46 …template <class Impl> static constexpr void wide_error_check(Impl &&self) { base::narrow_error_che… in wide_error_check() 47 …template <class Impl> static constexpr void wide_exception_check(Impl &&self) { base::narrow_excep… in wide_exception_check()
|
/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() function 31 std::unique_ptr<Optimizer::PassToken::Impl> impl) in PassToken() 43 struct Optimizer::Impl { struct in spvtools::Optimizer 44 explicit Impl(spv_target_env env) : target_env(env), pass_manager() {} in Impl() argument 50 Optimizer::Optimizer(spv_target_env env) : impl_(new Impl(env)) {} in Optimizer() 90 return MakeUnique<Optimizer::PassToken::Impl>(MakeUnique<opt::NullPass>()); in CreateNullPass() 94 return MakeUnique<Optimizer::PassToken::Impl>( in CreateStripDebugInfoPass() 100 return MakeUnique<Optimizer::PassToken::Impl>( in CreateSetSpecConstantDefaultValuePass() 106 return MakeUnique<Optimizer::PassToken::Impl>( in CreateSetSpecConstantDefaultValuePass() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 118 template <typename T> TargetTransformInfo(T Impl); 1403 T Impl; variable 1406 Model(T Impl) : Impl(std::move(Impl)) {} in Model() argument 1410 return Impl.getDataLayout(); in getDataLayout() 1414 return Impl.getOperationCost(Opcode, Ty, OpTy); in getOperationCost() 1418 return Impl.getGEPCost(PointeeType, Ptr, Operands); in getGEPCost() 1421 return Impl.getExtCost(I, Src); in getExtCost() 1424 return Impl.getCallCost(FTy, NumArgs, U); in getCallCost() 1427 return Impl.getCallCost(F, NumArgs, U); in getCallCost() 1431 return Impl.getCallCost(F, Arguments, U); in getCallCost() [all …]
|
D | TargetLibraryInfo.h | 217 const TargetLibraryInfoImpl *Impl; variable 224 explicit TargetLibraryInfo(const TargetLibraryInfoImpl &Impl, 226 : Impl(&Impl), OverrideAsUnavailable(NumLibFuncs) { 249 : Impl(TLI.Impl), OverrideAsUnavailable(TLI.OverrideAsUnavailable) {} in TargetLibraryInfo() 251 : Impl(TLI.Impl), OverrideAsUnavailable(TLI.OverrideAsUnavailable) {} in TargetLibraryInfo() 253 Impl = TLI.Impl; 258 Impl = TLI.Impl; 268 return Impl->getLibFunc(funcName, F); in getLibFunc() 272 return Impl->getLibFunc(FDecl, F); in getLibFunc() 297 return Impl->getState(F); in getState() [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
D | time_zone_impl.cc | 36 std::unordered_map<std::string, const time_zone::Impl*>; 49 time_zone time_zone::Impl::UTC() { return time_zone(UTCImpl()); } in UTC() 51 bool time_zone::Impl::LoadTimeZone(const std::string& name, time_zone* tz) { in LoadTimeZone() 52 const Impl* const utc_impl = UTCImpl(); in LoadTimeZone() 74 std::unique_ptr<const Impl> new_impl(new Impl(name)); in LoadTimeZone() 79 const Impl*& impl = (*time_zone_map)[name]; in LoadTimeZone() 87 void time_zone::Impl::ClearTimeZoneMapTestOnly() { in ClearTimeZoneMapTestOnly() 94 static auto* cleared = new std::deque<const time_zone::Impl*>; in ClearTimeZoneMapTestOnly() 102 time_zone::Impl::Impl(const std::string& name) in Impl() function in absl::time_internal::cctz::time_zone::Impl 105 const time_zone::Impl* time_zone::Impl::UTCImpl() { in UTCImpl() [all …]
|
/third_party/abseil-cpp/absl/time/internal/cctz/src/ |
D | time_zone_impl.cc | 36 std::unordered_map<std::string, const time_zone::Impl*>; 49 time_zone time_zone::Impl::UTC() { return time_zone(UTCImpl()); } in UTC() 51 bool time_zone::Impl::LoadTimeZone(const std::string& name, time_zone* tz) { in LoadTimeZone() 52 const Impl* const utc_impl = UTCImpl(); in LoadTimeZone() 74 std::unique_ptr<const Impl> new_impl(new Impl(name)); in LoadTimeZone() 79 const Impl*& impl = (*time_zone_map)[name]; in LoadTimeZone() 87 void time_zone::Impl::ClearTimeZoneMapTestOnly() { in ClearTimeZoneMapTestOnly() 94 static auto* cleared = new std::deque<const time_zone::Impl*>; in ClearTimeZoneMapTestOnly() 102 time_zone::Impl::Impl(const std::string& name) in Impl() function in absl::time_internal::cctz::time_zone::Impl 105 const time_zone::Impl* time_zone::Impl::UTCImpl() { in UTCImpl() [all …]
|
/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() function 42 std::unique_ptr<Optimizer::PassToken::Impl> impl) in PassToken() 46 : impl_(MakeUnique<Optimizer::PassToken::Impl>(std::move(pass))) {} in PassToken() 58 struct Optimizer::Impl { struct in spvtools::Optimizer 59 explicit Impl(spv_target_env env) : target_env(env), pass_manager() {} in Impl() argument 65 Optimizer::Optimizer(spv_target_env env) : impl_(new Impl(env)) { in Optimizer() 647 return MakeUnique<Optimizer::PassToken::Impl>(MakeUnique<opt::NullPass>()); in CreateNullPass() 651 return MakeUnique<Optimizer::PassToken::Impl>( in CreateStripDebugInfoPass() 656 return MakeUnique<Optimizer::PassToken::Impl>( in CreateStripReflectInfoPass() [all …]
|
/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 42 std::unique_ptr<Optimizer::PassToken::Impl> impl) in PassToken() 46 : impl_(MakeUnique<Optimizer::PassToken::Impl>(std::move(pass))) {} in PassToken() 58 struct Optimizer::Impl { struct in spvtools::Optimizer 59 explicit Impl(spv_target_env env) : target_env(env), pass_manager() {} in Impl() argument 65 Optimizer::Optimizer(spv_target_env env) : impl_(new Impl(env)) { in Optimizer() 647 return MakeUnique<Optimizer::PassToken::Impl>(MakeUnique<opt::NullPass>()); in CreateNullPass() 651 return MakeUnique<Optimizer::PassToken::Impl>( in CreateStripDebugInfoPass() 656 return MakeUnique<Optimizer::PassToken::Impl>( in CreateStripReflectInfoPass() [all …]
|
/third_party/boost/tools/quickbook/src/ |
D | parsers.hpp | 40 template <typename Impl, typename Arguments, typename ParserT> 44 cl::parser<scoped_parser_impl<Impl, Arguments, ParserT> > > 46 typedef scoped_parser_impl<Impl, Arguments, ParserT> self_t; 49 cl::parser<scoped_parser_impl<Impl, Arguments, ParserT> > > 58 Impl const& impl, Arguments const& arguments, ParserT const& p) in scoped_parser_impl() 65 explicit scoped(Impl const& impl) : impl_(impl), in_progress_(false) in scoped() 81 phoenix::bind(&Impl::start)(phoenix::var(impl_), x[t0()])(); in start() 88 in_progress_ = phoenix::bind(&Impl::start)( in start() 111 Impl impl_; 148 Impl impl_; [all …]
|
/third_party/boost/boost/outcome/experimental/ |
D | status_outcome.hpp | 86 template <class Impl> static constexpr void wide_value_check(Impl &&self) in wide_value_check() 88 if(!base::_has_value(static_cast<Impl &&>(self))) in wide_value_check() 90 if(base::_has_exception(static_cast<Impl &&>(self))) in wide_value_check() 92 …:_exception<T, status_code<DomainType>, E, status_code_throw>(static_cast<Impl &&>(self))); // NO… in wide_value_check() 94 if(base::_has_error(static_cast<Impl &&>(self))) in wide_value_check() 97 base::_error(static_cast<Impl &&>(self)).throw_exception(); in wide_value_check() 104 …template <class Impl> static constexpr void wide_error_check(Impl &&self) { _base::narrow_error_ch… in wide_error_check() 105 …template <class Impl> static constexpr void wide_exception_check(Impl &&self) { _base::narrow_exce… in wide_exception_check()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/ |
D | RemarkStringTable.cpp | 42 auto Impl = [&](StringRef &S) { S = add(S).second; }; in internalize() local 43 Impl(R.PassName); in internalize() 44 Impl(R.RemarkName); in internalize() 45 Impl(R.FunctionName); in internalize() 47 Impl(R.Loc->SourceFilePath); in internalize() 49 Impl(Arg.Key); in internalize() 50 Impl(Arg.Val); in internalize() 52 Impl(Arg.Loc->SourceFilePath); in internalize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Signposts.cpp | 87 Impl = new SignpostEmitterImpl(); in SignpostEmitter() 89 Impl = nullptr; in SignpostEmitter() 95 delete Impl; in ~SignpostEmitter() 101 return Impl->isEnabled(); in isEnabled() 109 if (Impl == nullptr) in startTimerInterval() 111 return Impl->startTimerInterval(T); in startTimerInterval() 117 if (Impl == nullptr) in endTimerInterval() 119 Impl->endTimerInterval(T); in endTimerInterval()
|
/third_party/boost/boost/xpressive/ |
D | regex_traits.hpp | 73 template<typename Char, typename Impl> 75 : Impl 77 typedef typename Impl::locale_type locale_type; 80 : Impl() in regex_traits() 85 : Impl(loc) in regex_traits()
|
/third_party/flutter/engine/flutter/fml/ |
D | make_copyable.h | 20 : impl_(MakeRefCounted<Impl>(std::move(func))) {} in CopyableLambda() 28 class Impl : public RefCountedThreadSafe<Impl> { 30 explicit Impl(T func) : func_(std::move(func)) {} in Impl() function 34 RefPtr<Impl> impl_;
|
/third_party/googletest/googlemock/include/gmock/ |
D | gmock-actions.h | 453 template <typename Impl> 456 explicit PolymorphicAction(const Impl& impl) : impl_(impl) {} 470 explicit MonomorphicImpl(const Impl& impl) : impl_(impl) {} 477 Impl impl_; 482 Impl impl_; 501 template <typename Impl> 502 inline PolymorphicAction<Impl> MakePolymorphicAction(const Impl& impl) { 503 return PolymorphicAction<Impl>(impl); 587 return Action<F>(new Impl<R, F>(value_)); 593 class Impl : public ActionInterface<F> { [all …]
|
/third_party/boost/libs/optional/test/ |
D | testable_classes.hpp | 41 struct Impl : Abstract struct 44 Impl(int v) : val_(v) {} in Impl() argument 58 typedef Impl type; argument 64 typedef const Impl type; 87 int& val(Impl& a) { return a.val(); } in val() 93 const int& val(const Impl& a) { return a.val(); } in val()
|
/third_party/boost/boost/asio/impl/ |
D | compose.hpp | 287 template <typename Impl, typename Work, typename Handler, typename Signature> 290 template <typename Impl, typename Work, typename Handler, 292 class composed_op<Impl, Work, Handler, R(Args...)> 294 template <typename Impl, typename Work, typename Handler, typename Signature> 312 : impl_(BOOST_ASIO_MOVE_CAST(Impl)(other.impl_)), in composed_op() 392 Impl impl_; 398 template <typename Impl, typename Work, typename Handler, typename Signature> 401 composed_op<Impl, Work, Handler, Signature>* this_handler) in asio_handler_allocate() argument 412 template <typename Impl, typename Work, typename Handler, typename Signature> 415 composed_op<Impl, Work, Handler, Signature>* this_handler) in asio_handler_deallocate() argument [all …]
|
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_native/ |
D | dawn_platform.h | 46 inline const {{as_cType(type.name)}}Impl* ToAPI(const {{as_cppType(type.name)}}Base* rhs) { 47 return reinterpret_cast<const {{as_cType(type.name)}}Impl*>(rhs); 50 inline {{as_cType(type.name)}}Impl* ToAPI({{as_cppType(type.name)}}Base* rhs) { 51 return reinterpret_cast<{{as_cType(type.name)}}Impl*>(rhs); 54 … inline const {{as_cppType(type.name)}}Base* FromAPI(const {{as_cType(type.name)}}Impl* rhs) { 58 inline {{as_cppType(type.name)}}Base* FromAPI({{as_cType(type.name)}}Impl* rhs) {
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/ |
D | socket.cc | 87 class Impl : public Socket { class 89 static std::shared_ptr<Impl> create(const char* address, const char* port) { in create() 110 auto out = std::make_shared<Impl>(info, socket); in create() 120 explicit Impl(SOCKET socket) : info(nullptr), s(socket) {} in Impl() function in __anond7725ef20311::Impl 121 Impl(addrinfo* info, SOCKET socket) : info(info), s(socket) {} in Impl() function in __anond7725ef20311::Impl 123 ~Impl() { in ~Impl() 218 std::shared_ptr<Impl> out; in Accept() 222 out = std::make_shared<Impl>(::accept(socket, 0, 0)); in Accept() 238 auto impl = Impl::create(address, port); in Listen() 259 auto impl = Impl::create(address, port); in Connect()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPULibFunc.h | 358 explicit AMDGPULibFunc() : Impl(std::unique_ptr<AMDGPULibFuncImpl>()) {} in AMDGPULibFunc() 370 std::string getName() const { return Impl->getName(); } in getName() 371 unsigned getNumArgs() const { return Impl->getNumArgs(); } in getNumArgs() 372 EFuncId getId() const { return Impl->getId(); } in getId() 373 ENamePrefix getPrefix() const { return Impl->getPrefix(); } in getPrefix() 378 bool isMangled() const { return Impl->isMangled(); } in isMangled() 379 void setId(EFuncId Id) { Impl->setId(Id); } in setId() 381 return Impl->parseFuncName(MangledName); in parseFuncName() 386 std::string mangle() const { return Impl->mangle(); } in mangle() 388 void setName(StringRef N) { Impl->setName(N); } in setName() [all …]
|
/third_party/flutter/skia/third_party/externals/spirv-tools/include/spirv-tools/ |
D | optimizer.hpp | 39 struct Impl; // Opaque struct for holding inernal data. 41 PassToken(std::unique_ptr<Impl>); 51 std::unique_ptr<Impl> impl_; // Unique pointer to internal data. 92 struct Impl; // Opaque struct for holding internal data. 93 std::unique_ptr<Impl> impl_; // Unique pointer to internal data.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | Magic.h | 21 enum Impl { enum 58 file_magic(Impl V) : V(V) {} in file_magic() 59 operator Impl() const { return V; } in Impl() function 62 Impl V = unknown;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | BinaryByteStream.h | 237 : Impl(std::move(Buffer), Endian) {} in FileBufferByteStream() 240 return Impl.getEndian(); in getEndian() 245 return Impl.readBytes(Offset, Size, Buffer); in readBytes() 250 return Impl.readLongestContiguousChunk(Offset, Buffer); in readLongestContiguousChunk() 253 uint32_t getLength() override { return Impl.getLength(); } in getLength() 256 return Impl.writeBytes(Offset, Data); in writeBytes() 259 Error commit() override { return Impl.commit(); } in commit() 262 uint8_t *getBufferStart() const { return Impl.getBufferStart(); } in getBufferStart() 265 uint8_t *getBufferEnd() const { return Impl.getBufferEnd(); } in getBufferEnd() 268 StreamImpl Impl;
|
/third_party/skia/src/gpu/tessellate/shaders/ |
D | GrPathTessellationShader_Hardware.cpp | 59 class Impl : public GrPathTessellationShader::Impl { in makeProgramImpl() class 168 return std::make_unique<Impl>(); in makeProgramImpl() 203 class Impl : public GrPathTessellationShader::Impl { in makeProgramImpl() class 339 return std::make_unique<Impl>(); in makeProgramImpl()
|